- 06 Mar, 2014 19 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
This allows freetype.dll to pass WACK
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
There is no support for progress dialogs so far
-
David Fuhrmann authored
-
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 9 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
-