- 25 Feb, 2012 10 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 1966f893) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 18d3b924) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
Should fix #6184 as aac encoding seems to require --sout-ffmpeg-strict=-2 (cherry picked from commit a64b15e7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 1ff2b3fb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit eb7207e8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit a3a75048) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 72c35564) (cherry picked from commit 9457b4e1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 12827fd6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit cff6fc15) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 58052ea4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Feb, 2012 28 commits
-
-
Denis Charmet authored
Fix #6199 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit a2790164) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
09d1c6e1 was not working... It fixes #6190. (cherry picked from commit 1cc7a5c9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 1c23e3df)
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 5e732fcf)
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 53dfe2b3)
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 1e042a44)
-
Rémi Denis-Courmont authored
This can happen on some POSIX.2001 systems. (cherry picked from commit 46f74073) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 2619d2f6)
-
Jean-Baptiste Kempf authored
(cherry picked from commit 66fd094d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 3844c07d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Revert this when you have found the reason why it fails for soo many people, in avi, mp4 (and mkv before the HACK) (cherry picked from commit ce85748b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
This patch ensures that, as soon as the user comes back from the filename selection dialog box, the filter is updated accordingly and the expected result (logo insertion or deletion) can be seen right away. (cherry picked from commit 8fc17f107d6dc63f88cbb6f56279732b0c5d5079) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrian Yanes authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit a7ead0dcf11d97dd8d68dcaba9caeaa10db92555) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrian Yanes authored
Commit d858c4 introduces a new macro that is chosen to evaluate if an element in submenus should be an ITEM_NORMAL or ITEM_RADIO based on VLC_VAR_ISCOMMAND flag. The conditional results were in the wrong order. Close: #6149 #6197 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 3feeb95479ff7b760ecf90869e001d52a53d784d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
(cherry picked from commit 5c277fc5b8565308e70b88032d7a843c6df19fac) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 55a47406fd1391b61b85b2051951434741e299a9)
-
Felix Paul Kühne authored
macosx: don't give the user a chance to push the play/pause button when targetting the forward/backward buttons (cherry picked from commit 67c68a718757f769f896b41115f71c8b1acc902a)
-
Erwan Tulou authored
(cherry picked from commit 2d01ee6534d75b5a2b6a5572eca59db7d7babb48) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
(cherry picked from commit 4154e4963a7d91e44545d1408fb5c11708fd1039) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
Close #6178 (cherry picked from commit 64ffbe934c7e3bd6452ef97062e3cd49f31e3e06) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jeroen Ost authored
This patch fixes Apple Http Live Streaming of a single stream without bandwith set. According to the draft RFC, the bandwith parameter is optional. VLC treats this as bandwith zero but estimates the bandwith based on time it takes to download segments to be able to seek accurately. When the playlist is updated for a live m3u8, the bandwith value of 0 will cause a new version of the playlist to be created - effectively stalling the playing stream. This patch makes sure that playlists that do not specify bandwith reference the same instance. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0b54d2cb5ead026c158556fafc9fea75e8b640f5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 863692af6914187afd09eba7f84c6e95361ab38f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit ff8b5ed33d6ec9fc8f2feca598f0de1c5708e9f1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 615d535cd44cbb83b2d8fce3a0eb757adf88f3e3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 41669761ffdac7d0efb927bd7c51f3494fb7d7cd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Feb, 2012 2 commits
-
-
Julien Humbert authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 7bc86920dd50e19e9fd71fbf85a1658449e5acc2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-