- 17 Jan, 2012 2 commits
-
-
Laurent Aimar authored
U/V planes were swapped twice. (cherry picked from commit 400a9e94) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Gaurav Narula authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f8fa7854) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Jan, 2012 10 commits
-
-
Oleksandr Natalenko authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Gabor Kelemen authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Oleksandr Natalenko authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Marián Hikaník authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Mihkel Kirjutas authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Oleksandr Natalenko authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Jean-Baptiste Kempf authored
-
Brendon Justin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 04c1aeb2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 056f7237) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit d9995bb6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Jan, 2012 7 commits
-
-
Brendon Justin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 2845a742) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 2d81b923) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit ad4ff46f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
(cherry picked from commit b0ac1fc6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
For example when starting with files, keep commanline order. Fixes #5207 (cherry picked from commit 7a28f193) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 6afece09) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Jan, 2012 11 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. (cherry picked from commit 7ac6ae55) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Felix Paul Kühne authored
(cherry picked from commit 7e47a1f7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit de5f5cfa) Signed-off-by: Jean-Baptiste Kempf <jb@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> (cherry picked from commit ced48b31) Signed-off-by: Jean-Baptiste Kempf <jb@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> (cherry picked from commit efa2f96d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
note that the playlist table remains to be fixed to show the current selection only (cherry picked from commit 4c0f16871304032f95f0d56737d438c17621d51d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 4c716164)
-
Rémi Denis-Courmont authored
Pointed-Out-By: Olivier Aubert <olivier.aubert@liris.cnrs.fr> (cherry picked from commit 05a4a271)
-
Jean-Baptiste Kempf authored
(cherry picked from commit 59984e4f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
And also, close #5522 (cherry picked from commit 921a659c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 06ca7e5d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Jan, 2012 7 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit d16dfb39) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 755c0cb3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #3474 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 95f73b03) 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> (cherry picked from commit fa0dc29a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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> (cherry picked from commit 0f62e1ad) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
Especially this fixes validation for audio and playback menus. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit a6fcfb77) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 1b23d5cc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 12 Jan, 2012 3 commits
-
-
Laurent Aimar authored
(cherry picked from commit 8473f075) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
the script was not only invalid but it wouldn't call bootstrap either (cherry picked from commit fc4007ed496df3948f68d15167aa75d188791c6d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
When the integer overflow happens, the block_t returned will be smaller than requested. It fixes the second half of #5841. (cherry picked from commit 04c9c0e7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-