- 03 Dec, 2010 2 commits
-
-
Ilkka Ollakka authored
(cherry picked from commit 5e969105d58499aed4dbf59c0bb45ded5cdbb072) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Colin Guthrie authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> (cherry picked from commit 6b710a60659752ef22f404bad116bd2d7c78ce1c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 Dec, 2010 3 commits
-
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Christophe Mutricy authored
-
Seanán Ó Coistín authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 30 Nov, 2010 1 commit
-
-
TUDURI Benoît authored
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com> (cherry picked from commit 383afad3ba992904042da2d59a03f0e8a1464c8f) Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
- 29 Nov, 2010 2 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
(cherry picked from commit 3b9074b2edc6aabd9e6f6408a7e14625b9b86912) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 28 Nov, 2010 2 commits
-
-
Fumio Nakayama authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Marián Hikaník authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 27 Nov, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
Thanks to XilasZ and Laurent
-
- 26 Nov, 2010 1 commit
-
-
Laurent Aimar authored
CommonDisplay() must be called at least once to ensure that the window content is shown. (cherry picked from commit f5d7ac64c863415aafcdd389a58d0004d7b4439c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Nov, 2010 1 commit
-
-
Lari Natri authored
This tiny patch enables opening of VideoCD/AudioCD/DVD discs with VLC in KDE when inserted, which was broken before. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 99ebae0c04aa2ce0b3085fbba78f4245c713d9c2)
-
- 21 Nov, 2010 5 commits
-
-
Erwan Tulou authored
This option prevents windows from being displayed in the alt-tab list. This should fix trac #4343 for Vista and Win7 (to be tested) (cherry picked from commit 6c74b935f99b9d46bb92b3ba01bfbaf4c7d52276)
-
Rémi Denis-Courmont authored
(cherry picked from commit 66456370991dfd488260c1ee497e66304b17ee2d)
-
Rémi Denis-Courmont authored
(cherry picked from commit 79bb2f751a8a4a90d56d728828a82a462298bce7)
-
Rémi Denis-Courmont authored
All UI related operations in Qt4 must be done on the UI thread, as QtGui is not thread-safe internally. (cherry picked from commit 1c9669ac53e83beadcd112f909b239a9645b031c) Conflicts: modules/gui/qt4/qt4.cpp
-
Rémi Denis-Courmont authored
This should fix #3359. (cherry picked from commit 841eb240885cbea14245dfd832c9f1ab31d12bf4) Conflicts: modules/gui/qt4/main_interface.cpp modules/gui/qt4/qt4.cpp
-
- 18 Nov, 2010 1 commit
-
-
Rafaël Carré authored
avoids integer overflow with aspect ratio = BIG:BIG fixes #4312 (cherry picked from commit 4cc2404ca5426f522822e4906572bfa7813669cd) Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
- 16 Nov, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
This lead to way too many false positive and complaints when VLC tried to open a .txt file that had nothing to do with a subtitle Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 2afaacab847a7081f841cfd1c0dc3193c9e3e5bf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Nov, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
This calls a var_GetBool each time a menu is redrawn. This may be not optimal. Maybe a callback on "play-and-exit" would be better? Do we care about the performance on that part (menu display)? Close #3842 (cherry picked from commit 5e85bff1849e4391b6598bfbcc5a6c65cd1e151d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3884
-
- 14 Nov, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This is tested with X11 and should fix LP#665298. This partially reverts commit fb7f0141. RV24 is left as is because I cannot test it on my GPU. (cherry picked from commit 37e37fb11e1da56e02d79a973b7bc1ffff70223b)
-
- 13 Nov, 2010 5 commits
-
-
Juho Vähä-Herttua authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit fb48e363450c0a56d1688a510528a246ae7c36a1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Font is not safe because it uses the file system, and is dependent on the local system anyway. YUVP is only for encoding, so it seems irrelevant. Other options seem fine. (cherry picked from commit 6b42661fb7142ad6f384abba3af930c81d58bb8c) Conflicts: modules/misc/freetype.c
-
Sven Petai authored
Return fatal error to the upper layers when connection is lost while reading the ICY metadata. Otherwise we will end up with an endless loop since -1 is interpreted by AStreamRefillStream() as a temporary error. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 2a3e95d7b511fb627ac79a626068f4ba4271ad13)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This seems to work on XP, 7 (32+64) and Linux (32+64) I know it is a hack, but so far, this is the only solution I have found.
-
- 12 Nov, 2010 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 11 Nov, 2010 9 commits
-
-
Jean-Baptiste Kempf authored
-
Éric Lassauge authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Mario Siegmann authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
See hundreds of bugreports on forum
-
Rémi Duraffort authored
(cherry picked from commit 53ee46f25511be4057e325c5875a3749de32a64b) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
- 10 Nov, 2010 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 15b329e8587082d49b86fa8df869d8dd9a4758fd)
-