- 10 Dec, 2011 7 commits
-
-
Fumio Nakayama authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Sveinn í Felli authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Gonçalo Cordeiro authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Xabier Aramendi authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Mihkel Kirjutas authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Christophe Mutricy authored
-
- 09 Dec, 2011 31 commits
-
-
Sveinn í Felli authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Alexis Ballier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 3254502d3b2995908a06387a397f14c89e76621d)
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 7b91aa21) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
But why? why? why? Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit fa04d6b8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 32b311e4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 8bbb90cc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0f3ee76a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(see demux/playlist/dvb. mplayer's std being channels.conf) (cherry picked from commit 05b1efd0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #5639 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c0c2f1c3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 75e2783d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Less hacks and tabs in this version (cherry picked from commit a0f0e09d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
I added a workaround for mingw64 (cherry picked from commit 8fd4111acb17d4d887f163badd25c92a9465a51e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
And do the same compilation on all setups (cherry picked from commit 9641b6ca) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 1b58a20c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 1720849c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 3ce16b37) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit f1790cf4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 7126cec9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 4203fa13) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
There was a bit of confusion about the future of lua interface scripts... Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 27286041) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 75fe29de) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Should close #5609 (cherry picked from commit 70264925b42781cc7fad6d54b0406b6db8f9dce9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
The selected profile wasn't checked against card's ones. (ex: resulting in sending MPEG2 to a VC1/h264 only card) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org> (cherry picked from commit b1ae79cc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
as *Manager seems disliked. (cherry picked from commit 2dc2da86) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Move EnableStatic from local to MenuManager's private (only used there). Use flags instead of string for action data. (cherry picked from commit 77d242cc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Provides factory role & static methods but is not a menu itself (as the previous name would let believe) (cherry picked from commit 76f155bda6f6f3b60f97587228a589874ac47227) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Tuning playback speed is usually done through multiple actions (because values are relative/increments). It is better to create a tear-off menu from it. Especially true since status bar isn't enabled by default. (cherry picked from commit 88515f20012beb82028e1fd1fbf2f015d0042b23) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 2e9e1015bee5fbd62d78c919dee1dc6786da171c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 187d8f3d5e6f80831c59dc5a9d5764692ce02d8b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Asserted when J42* blended on I42*, for example Close #5516 (cherry picked from commit ac35f362851682736f1246e3b5c831e7a25e837d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Alexis Ballier authored
See: https://bugs.gentoo.org/show_bug.cgi?id=393439Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 9b40c48c8aa69e71abb0263b1814ede7a370f7c9)
-
- 07 Dec, 2011 1 commit
-
-
Rémi Denis-Courmont authored
This should fix buffer underflows when changing the playback rate. We probably should instead reallocate the buffer and resume resampling when the situation occurs, but that would be a lot more complicated. (cherry picked from commit 86d9aabfe7e62477b6f6bb15a61c47df159c813f)
-
- 06 Dec, 2011 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit bcd564d488c01cf3702577ca63d26f743dfa2f24)
-