- 06 Jan, 2012 7 commits
-
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
-
Rafaël Carré authored
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net> (cherry picked from commit 032350a9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net> (cherry picked from commit 11114cf52d237a125684320c243e731117bf571d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Jan, 2012 33 commits
-
-
Laurent Aimar authored
It is needed for DVD menu support.
-
Laurent Aimar authored
It is needed for DVD menu support.
-
Laurent Aimar authored
-
Laurent Aimar authored
It closes #5683
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
Those handle the absence of O_CLOEXEC correctly Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kelly Anderson authored
So lua 5.2 compatibility declarations can be made in one place. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kelly Anderson authored
Converting \ to %, since 5.2 no longer accepts \. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
This is probably temporary, since SRC is more computationly intensive than speex_dsp But this close #5781
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
10-bit encoding requires libx264 compiled with 10-bit support that doesn't work with normal 8-bit input.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
This reverts commit c9a36881. Conflicts: contrib/src/dvbpsi/rules.mak
-
Rafaël Carré authored
not thread-safe, not available on android just use '.' as decimal separator
-
Rafaël Carré authored
This version's config.{guess,sub} knows about android
-
Rafaël Carré authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Previous code didn't actually behave so well with small keyints etc.
-
Ilkka Ollakka authored
-
Sharad Dixit authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
google's gcc doesn't understand 'restrict'. Use __restrict__
-
Rafaël Carré authored
google's gcc doesn't understand 'restrict'. Use __restrict__
-
Rafaël Carré authored
gl/ builds replacements for standard headers in case the system ones don't work but it has the reverse effect: provided headers work and built ones don't
-
Rafaël Carré authored
-
Rafaël Carré authored
gcc doesn't understand __restrict, use __restrict__ might break MSVC++ compatibility
-
Rafaël Carré authored
We can't use $@ as we operate before the directory is renamed
-