- 17 Apr, 2010 17 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
TB.
-
Laurent Aimar authored
It isn't complete yet (no mouse/crop/...).
-
Laurent Aimar authored
This removes support for non converted "video output" and "video filter" modules.
-
Laurent Aimar authored
-
Laurent Aimar authored
It only works for vout display modules.
-
Laurent Aimar authored
Pitch of input and output pictures can be differents... BP.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
gethostbyname() is not thread-safe. This patch is not used in Windows. getaddrinfo() requires XP, and gethostbyname is thread-safe with Winsock.
-
Rémi Denis-Courmont authored
inet_ntoa() is not thread-safe (except with Winsock)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Use readdir_r() instead of readdir().
-
Rémi Denis-Courmont authored
First I ever need to use the auto keyword...
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
Packagers shall be responsible for fixing FluidSynth thread-safety issues if they choose to use this old buggy version.
-
Rémi Denis-Courmont authored
-
- 16 Apr, 2010 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Note that we have no demux capable of generating this. This one message cannot be found in Standard MIDI File.)
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This removes outdated code. It isn't nice to FFmpeg programmers to allow people to keep such old versions of lavc 52.2.0 allows the Audio Channel Layout to be defined.
-
- 15 Apr, 2010 7 commits
-
-
David Menestrina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Menestrina authored
This just changes the package that is downloaded and extracted in extras/contrib for Mac OS. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This completes 24ae7ed5. Even if the timer is removed from the schedule, there is no warranty that it's not pending execution, or waiting on our mutex, at the very moment. So there is a small window of opportunity for the assertion to fail. This removes the assertion in favor of a safer if(likely()).
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3534
-
- 14 Apr, 2010 1 commit
-
-
Jakob Leben authored
-