- Sep 20, 2008
-
-
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.
-
- Sep 19, 2008
-
-
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.
-
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
-
dionoea authored
-
Pierre d'Herbemont authored
The number of crash report related to that modules leave us no solution.
-
hartman authored
-
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
-
dionoea authored
-
dionoea 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.
-
dionoea authored
-
Rémi Denis-Courmont authored
-
dionoea 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>
-
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
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
-
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.
-
hartman authored
-
Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
As reported by TheFluff and various forum users.
-
Jean-Baptiste Kempf authored
-