- 26 Feb, 2012 2 commits
-
-
Francois Cartegnie authored
We have only 5 items, and lots of empty space. Let's save the user 1 click and give him a better overall view of categories. (cherry picked from commit b2cfa07fb0899f5b9370e8dd4792108474071024) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Mirsal Ennaime authored
(cherry picked from commit 735e0dac1990eb9ba7f1882ee2d0ad40739e1d68) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Feb, 2012 17 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit fc325e6308a059099d6239e829fe5b59ecdc821b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit eed192a415b396e36476cd9e8915c604d8ea9d40) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 1e0af725d89abacc5b4cbe15f986960fca22727a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 50bf4ecb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #6143 (cherry picked from commit e1592629) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 3a5086c8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 2e7a7da2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 21 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 2619d2f6a9d2fb47712a01066b7d49aefd6b874b)
-
Jean-Baptiste Kempf authored
(cherry picked from commit 66fd094d138267f03033f0220cb7188940fc6fc9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 3844c07d1036d0e769c03327102ce30c89aafd4d) 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 ce85748bd0dcc074d69c71d51ead53968eebeb9e) 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 2d01ee65) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
(cherry picked from commit 4154e496) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-