- 20 Sep, 2008 19 commits
-
-
Rémi Denis-Courmont authored
(By the way, snapshot-id looks like a write only variable...)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
I do not know how the Qt4 itnerface reference counts VLC objects when it comes to the menu. However, it is a bit suspicious that it seems to need no yield/release (reference inherited from something else?).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
additionally, save the user's selection to check for updates as soon as it is changed, so we don't ask multiple times in case of a crash
-
Felix Paul Kühne authored
-
Derk-Jan Hartman authored
Note the libdca currently does not support DTS-ES (6.1/7.1) Also, 3F1R is still untested for DTS, because I have no such sample.
-
Rémi Denis-Courmont authored
The window is always created with a pre-existing video output, and destroyed before the video outout. Besides, using object IDs is not safe.
-
Rémi Denis-Courmont authored
Maybe, someday will bother to actually fix this.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
Given the (non) quality of this code and the use of the feature I am all thefor removing everything around OPENGL_MORE_EFFECT.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the emptywarning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Revert "libvlc: Fix a typo in vlc_gc_object vlc_release(). We need to desstroy when the refcount reaches zero." This reverts commit a42998e5. My bad.
-
- 19 Sep, 2008 21 commits
-
-
Derk-Jan Hartman authored
opencdk is apparently no longer available seperatly, and the new gnutls is not yet in the gnu.org download archives for some reason.
-
Derk-Jan Hartman authored
This re-implements [45e43037], but this time it compiles AND runs.
-
Pierre d'Herbemont authored
libvlc: Fix a typo in vlc_gc_object vlc_release(). We need to desstroy when the refcount reaches zero. (Why do we use uint? We can't track over-releasing?) (Or we need to init it at 2).
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
Derk-Jan Hartman authored
This fixes [45e63d59]
-
Derk-Jan Hartman authored
Deadlocks libvlc, and atm. I do not know how to fix this. This reverts commit 45e43037.
-
Pierre d'Herbemont authored
The number of crash report related to that modules leave us no solution.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
This fixes [d635ae4e]
-
Pierre d'Herbemont authored
This reverts commit bc9eac0a. This should fix the ppc lag we had. Conflicts: extras/contrib/src/Makefile
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Embedded platforms often only have the root user. Do not, I repeat, Do not enable this option if you don't know what you're doing.
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Justus Piater authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Justus Piater authored
There was a mix of new/delete, malloc()/free() and even several malloc()/delete, so this fixes actual bugs. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-