- 21 Nov, 2010 2 commits
-
-
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)
-
- 09 Nov, 2010 3 commits
-
-
Rémi Duraffort authored
(cherry picked from commit a1b3978d280993a87033ee3de22b08d6dad9544f) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit b15fa6b2bd176914adb43c46d621ba1ca5982a62) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 021552a218a6011bf994839e983598886466d65f) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
- 08 Nov, 2010 3 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Mindaugas Baranauskas authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 07 Nov, 2010 8 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Oleksandr Natalenko authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Gonçalo Cordeiro authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
The variables are void, not boolean. (cherry picked from commit 9ce38b5f85c6bd756b55e30ae66da6b19021ff72)
-
Fumio Nakayama authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 06 Nov, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 8ff2e66fced4218dcd523c65567c8262d88e88b4)
-