- 05 Jul, 2011 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should fix a crash whereby VLM is deleted before its child VOD server object.
-
Rémi Denis-Courmont authored
Also disable the sub-standard FL32 -> FI32 converter.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
the newly used API was introduced in OS X 10.5, while we still tried to use an older one note that optical audio output is completely untested
-
- 04 Jul, 2011 35 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
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
-
Hugo Beauzée-Luyssen authored
Close #5019 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In practice, this probably will not link properly even if the pkg-config --static parameter is forced, except on Windows.
-
Rémi Denis-Courmont authored
Unfortunately, we cannot emit NEON opcodes when NEON is not explicitly enabled (-mfpu=neon), contrary to MMX & SSE on x86. As a consequence, this will not work for inline assembler in a non-optimized plugin, namely the deinterlacer. There is also a(n hopefully theoretical) bug whereby the compiler would emit NEON instructions in the descriptor or activation callback of a NEON plugin. This could then crash if NEON is not supported, even before the NEON run-time check is reached.
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
'make fetch' has to fetch sources for all the built packages, including dependency packages. Conversely, 'make fetch' should not fetch sources of distro-provided packages, not even dependencies. This should fix that. As an minor bonus, 'make .foo' should now work even if foo is provided by the distro, and conditional build rules should be cleaner.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-