- 20 Sep, 2008 5 commits
-
-
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 35 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>
-
Sebastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Sebastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rémi Denis-Courmont authored
There are a bunch of crash-triggering ABI break, and a bunch of plugins have removed (= old ABI plugins left in your tree) - bad combination.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
This should fix a memleak with variable strings, and several other problems. Note that a CLASS detemines the basic type, and that TYPE is only a specific set within the CLASS. The variable types: VLC_VAR_KEY and VLC_VAR_INTEGER are both of CLASS integer. and thus compatible, when it comes to inheritence/init/free etc.
-
Derk-Jan Hartman authored
-
Dominique Leuenberger authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-