- 14 Jun, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 04 Jun, 2008 1 commit
-
-
Antoine Cellerier authored
a lot of code everywhere a filter_t chain is used ("video filter2": vout core, transcode, chain.c video filter; "sub filter": spu_Init; "audio filter2": transcode; the other types of filter_t objects are never chained) Btw, why aren't "audio filter2" filters used anywhere in the aout core?
-
- 01 Jun, 2008 1 commit
-
-
Rafaël Carré authored
-
- 28 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
While reading this, you will find a bunch of: while (find (VLC_OBJECT_INTERFACE)) release; release; These are of course plain BUGS (which are neither introduced nor fixed by this commit). Imagine, for instance, what happens if two threads run the code above at the same time... they end up releasing the interface once too many.
-
Pierre d'Herbemont authored
-
- 27 May, 2008 3 commits
-
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
- 26 May, 2008 1 commit
-
-
Antoine Cellerier authored
Add some missing symbols in a blind attempt to fix the buildbots. Feel free to revert if this is wrong.
-
- 24 May, 2008 10 commits
-
-
Rémi Denis-Courmont authored
Still not working though
-
Rémi Denis-Courmont authored
Should fix strlcpy() issues on Linux, but Win32 is surely still totally broken by d754b405
-
Felix Paul Kühne authored
Please review whether this patch is correct as it adds internal functions using VLC_EXPORT.
-
Felix Paul Kühne 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
-
- 23 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
It has almost nothing in common with the Unix main code anyway.
-
- 22 May, 2008 2 commits
-
-
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
-
- 20 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 May, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 03 May, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(CPU features don't change across libvlc instances)
-
- 30 Apr, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Apr, 2008 1 commit
-
-
Rafaël Carré authored
Remove VLC_META_ENGINE_* Don't use VLC_META_INFO_CAT Avoid using input_Item{Add,Get}Info Remove disabled code in cdda Remove "meta fetcher": There was only 1 module (not) implementing it (musicbrainz) Reduces complexity in playlist core Use a more consistent naming Factorize QT4 sorting and column display code Remove unused members
-
- 15 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 07 Apr, 2008 1 commit
-
-
Rémi Duraffort authored
-