- 07 Mar, 2014 1 commit
-
-
Rafaël Carré authored
-
- 06 Mar, 2014 27 commits
-
-
Francois Cartegnie authored
Disables VP3 based video tracks and allows playback of other tracks without PCR pollution. And fix some overflows.
-
Francois Cartegnie authored
pagein() can't reload the same page, and will append its packet on next valid pagein() call.
-
Francois Cartegnie authored
Might not have found lowest granule for vorbis/opus like codecs.
-
Francois Cartegnie authored
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Alex Peak authored
Additional rounding step ensures that new volume is a multiple of the "volume-step" as defined in libvlc-module.c. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
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
-