- 13 Mar, 2012 7 commits
-
-
Rémi Denis-Courmont authored
Although this was not reported, this suffered the same problem as A52. (cherry picked from commit 64938792)
-
Rémi Denis-Courmont authored
This closes a heap overflow on corrupt files. Pointed-out-by: Clément Lecigne <clemun@gmail.com> (cherry picked from commit a6e127f1)
-
Jean-Baptiste Kempf authored
It behaves badly on Win32 (cherry picked from commit 829b5a92) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit fc50e57a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit dede0c95) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
CVE-2012-1126 up to CVE-2012-1144 and SA48320 (cherry picked from commit b737cac8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 12 Mar, 2012 18 commits
-
-
Rafaël Carré authored
(cherry picked from commit bdb36c1b) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 521f4090) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
It is redumdant with the preexisting dvb-t scheme and does not even always select the correct delivery system. Also the failure mode is much more confusing than a plain error input failure message, and it is inconsistent with other delivery system names. (cherry picked from commit 06a2a739)
-
Jean-Baptiste Kempf authored
Close #6180 and #6153
-
Jean-Baptiste Kempf authored
(cherry picked from commit c26ef9bc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit 94566cad) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #6116 (cherry picked from commit 12667979) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This reverts commit 6afa23b2. This was breaking length computing, thus breaking seeking. Conflicts: modules/access/bluray.c (cherry picked from commit 2013440e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit c68373380984bbf16687997e426b25ac90558751) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit db56ab24) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This should fix bluray playback on windows. (cherry picked from commit 12bb4f9d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This fixes crash with BD-J menu, if libbluray isn't built with java support. (cherry picked from commit 3bc5c401) (cherry picked from commit 96b02891) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 207e13c211c1af905bf567934457fd5c91031856) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 08a2a6031b83a4a227c785ef46121b2fbd289b06) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 7eb141b4800273870a95210a98c6464416a3b041) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
bbcallen authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com> (cherry picked from commit 8a57032172f9e6c737036cac6fe8f2e530ac21f1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit f55a160da54be5e09576947388f5eb60d0d224ff) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Mar, 2012 7 commits
-
-
Rémi Denis-Courmont authored
If pausing the decoder races with setting up the audio output pipeline, the decoder can end up already paused when the audio output is created. The audio output insists on a strict start -> (pause -> resume ->)* (pause ->)? stop series of state transition. So it must be paused explicitly in this corner case. I have not investigated whether this problem affects the video output but this seems very likely too. (cherry picked from commit 092e8242)
-
David Fuhrmann authored
(cherry picked from commit bb20070a) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
Rémi Denis-Courmont authored
(cherry picked from commit 9df02460)
-
Rémi Denis-Courmont authored
(cherry picked from commit 42b8a557) Conflicts: modules/access/dtv/linux.c
-
Jean-Baptiste Kempf authored
(cherry picked from commit 411132d9) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 542b07d3)
-
Felix Paul Kühne authored
note that this patch includes a hack to revert to the 'Default' state correctly (cherry picked from commit 1d4f6a97)
-
- 10 Mar, 2012 2 commits
-
-
David Fuhrmann authored
(cherry picked from commit 50134d94) Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
Felix Paul Kühne authored
macosx: allow to hide the drop zone while the playlist is empty using an option-click on the playlist toggle button (refs #6213) (cherry picked from commit 51cbd1c2)
-
- 09 Mar, 2012 5 commits
-
-
Felix Paul Kühne authored
it behaves this way now: - no video => toggle window minimization - active video in main window => toggle playlist / video - active detached video => toggle window minimization - active video in main window, option click on button => toggle window minimization (cherry picked from commit 797ca65c)
-
Felix Paul Kühne authored
(cherry picked from commit 4106e42f)
-
Felix Paul Kühne authored
the playlist item automatically reveals the main window now, in case it is hidden. the close item correctly closes the detached video output window now, when using the gray ui style (cherry picked from commit 77956b05)
-
Sébastien Escudier authored
(cherry picked from commit 52d209b8) Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
Sébastien Escudier authored
(cherry picked from commit 1cb530379f592f7308fd87b70a0267157894ccea) Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
- 08 Mar, 2012 1 commit
-
-
Hugo Beauzée-Luyssen authored
As pointed by fenrir, this is already handled by the core. (cherry picked from commit aef79d832965b10a923aa47b89475ae44bb11b53) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-