- 06 Mar, 2014 12 commits
-
-
Ilkka Ollakka authored
Make some assumptions on channels, like 6 channels is 5.1 etc. Ref #1897
-
Ilkka Ollakka authored
Assume that 3 channels is 2.1 instead of 3 front channels, also 6 is 5.1. Ref #1897
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This allows automagic enabling and disabling of the needed and useful aout and vout modules
-
Felix Paul Kühne authored
Agreed by Pierre d'Herbemont, Sebastian Zwickert, Rémi Denis-Courmont, Jean-Baptiste Kempf and me
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Regression from ac3f6195 as without this there could be negative/zero max_duration_length if playlist didn't change and it would cause instantenious refetch of that playlist.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Abecassis authored
Required to avoid visual glitches when running out of free surfaces with avcodec and vaapi/dxva2 backends. Fix #10868
-
- 05 Mar, 2014 12 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
FFmpeg doc/APIchanges is not trustworthy.
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Rafaël Carré authored
-
Felix Abecassis authored
Fix #10744
-
Felix Abecassis authored
The number of threads impacts the number of surfaces that should be allocated by the HW acceleration backend. If not enough surfaces are allocated, the VAAPI and DXVA modules returned the oldest surface currently in used. This technique can cause many visual glitches with some samples. The number of allocated surfaces now scales with the number of threads used by avcodec. Fix #9887 Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Luca Barbato authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
- 04 Mar, 2014 16 commits
-
-
Rémi Denis-Courmont authored
(see also fccfbd2f)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should perhaps be const... but libavcodec seems to require non-const even when const ought to be enough :-(
-
Felix Abecassis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Abecassis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Abecassis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
Close #10832
-
David Fuhrmann authored
We don't do any actual call to gettext here, so the warning is not really needed.
-
David Fuhrmann authored
-
Felix Abecassis authored
dequeueOutputBuffer should have an higher priority since releasing an output buffer often allows MediaCodec to make progress
-
David Fuhrmann authored
Most of them are memleaks, uninitialized values, unused code and type mismatches (float / int vs. CGFloat, uint vs. int)
-
David Fuhrmann authored
close #10761
-
Jerome Forissier authored
Copy LibVLC headers from the installation directory: $(prefix)/include rather than from the source directory, where the version file is still unprocessed. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-