- 17 Jan, 2012 2 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 8cf35578.
-
Rafaël Carré authored
-
- 16 Jan, 2012 6 commits
-
-
Laurent Aimar authored
It now supports all combinaisons of Destinations: - YV9, YV12, I410, I411 (8 bits) - I420, I422, I444 (8, 9 and 10 bits, native endianness only) - YUYV and the various variants - NV12/NV21 - RV15, RV16, RV24, RV32 Sources - YUVA - RGBA - YUVP The quality of the blending is the same, and the speeds for I420 is the same (not tested others combinaisons). Support for blending I420 over another picture has been removed (I don't see the use case and it simplify the code). It closes ##5477.
-
Laurent Aimar authored
-
Laurent Aimar authored
U/V planes were swapped twice.
-
Gaurav Narula authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Jan, 2012 10 commits
-
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Brendon Justin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
For example when starting with files, keep commanline order. Fixes #5207
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 14 Jan, 2012 12 commits
-
-
Pierre Ynard authored
The deadlock would occur when the VLM would stop an instance and detach its RTP output, at the same time as an RTSP client would issue a VoD command to the VLM. Unfortunately this introduces a race condition where wrong RTP-Info can be returned.
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Brendon Justin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Brendon Justin authored
Adds an entry to the 'VLC' menu for extensions, which is then auto-populated. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Brendon Justin authored
Add files for extension creation management, add them to the build process, and add them to the XCode project. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
note that the playlist table remains to be fixed to show the current selection only
-
Rémi Denis-Courmont authored
This closes #5844.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Pointed-Out-By: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
And also, close #5522
-
- 13 Jan, 2012 10 commits
-
-
Jean-Baptiste Kempf authored
-
Gaurav Narula authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Edward Wang authored
Close #3474 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
This patch add the new es before deleting the old ones which causes the default sub track to be used according to user preferences. Fix #5625. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fixed crash when opening the simple preferences introduced in [f69cdcd3]
-
David Fuhrmann authored
Previously, the audio device callback was only set when you call probe. But in the case you reload the module (for example when switching from encoded to unencoded output over the UI menu) probe was not called again. This resulted in a crash when we want to delete the callback while closing. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Especially this fixes validation for audio and playback menus. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5835
-