- 03 Jul, 2008 1 commit
-
-
Christophe Mutricy authored
Soo that we avoid plugin cache problem between binary version. This patch was first thought for Debian but considering it is usefull for all distros and for VideoLAN own win32 and MacOSX builds, I think it has its place in the master tree.
-
- 17 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 May, 2008 1 commit
-
-
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)
-
- 06 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 May, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 28 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 17 Dec, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Dec, 2007 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-