- 25 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 May, 2008 18 commits
-
-
Rémi Denis-Courmont authored
Should fix strlcpy() issues on Linux, but Win32 is surely still totally broken by d754b405
-
Rafaël Carré authored
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also fix an overflow in strndup().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
I should not have put internal stuff into the header files anyway
-
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
-
Rémi Denis-Courmont authored
-
- 23 May, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
It has almost nothing in common with the Unix main code anyway.
-
- 22 May, 2008 8 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We don't want config.h stuff in vlc_common.h
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids having to link a few plugins with libintl on platforms where it's not built-in libc. This also factors the internal use of dgettext("vlc", ...).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Otherwise, the user is screwed anyway
-
- 21 May, 2008 3 commits
-
-
Jean-Baptiste Kempf authored
Some comments about the naming of the subtitles (mplayer doesn't name as gnome-subtitles does, and none of them respect the main conventions) Most of the subtitles format are now parsed. However, some styles are still discarded.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 20 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 May, 2008 1 commit
-
-
Rafaël Carré authored
-
- 17 May, 2008 1 commit
-
-
Rafaël Carré authored
Note: public key v3 signatures are not supported Fix various bugs and potentials buffer overflows
-
- 16 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
They can only be read safely under the Big Structure Lock in src/misc/objects.c, so it makes no sense for them to be public. By the way, making i_children volatile wouldn't magically solve thread-safety issues. The only correct use of volatile is in dealing with asynchronous changes _within_ the same thread, such as signal handling. P.S.: I wish modules were not objects, and I wonder why they are (they don't don't use threads, nor plugins, nor variables)
-
Rémi Denis-Courmont authored
-
- 15 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 13 May, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-