- 05 Mar, 2014 5 commits
-
-
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 26 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
-
Jean-Baptiste Kempf authored
Ref #6649
-
Jean-Baptiste Kempf authored
Close #9833
-
Jean-Baptiste Kempf authored
Ref #9833
-
Ross Finlayson authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Lukas Juhrich authored
Increase Volume / Decrease Volume / Mute / Speed->Faster(fine) / Speed->Slower(fine) Used Existing resources, nothing more added. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This patch removes a calculation which seems not to be required. It also "fixes" potential issues when i_visible_width/height != i_width/height. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Romain FLIEDEL authored
Remove extra slash when computing relative uri with an absolute path. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
This reverts commit 4ec3dd7b. This broke windows packaging.
-
Felix Abecassis authored
Signed-off-by: Adrien Maglo <magsoft@videolan.org>
-
Jean-Baptiste Kempf authored
See CVE-2014-0092
-
- 03 Mar, 2014 7 commits
-
-
Jeremy Huddleston Sequoia authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
src/missing: remove return after assert case since this is only needed for non-debug builds which are not used by developers anyway
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
So far only network protocols (well, only RTMP) are aliased.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 02 Mar, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Mar, 2014 1 commit
-
-
Rémi Denis-Courmont authored
This works more or less like SNDVOL (and like PulseAudio with flat volumes not disabled): the VLC volume represents the product of the endpoint volume by the simple volume.
-