- 04 May, 2010 4 commits
-
-
Jean-Baptiste Kempf authored
Close #3262 (cherry picked from commit fb7868548127507c8d792253d24ec362f1cb72f2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
even when in fullscreen. Close #3602 (cherry picked from commit 965c64221f5d91443e9ee2993b758beb132d00d5) (cherry picked from commit 308b6e6d8eab5bb2b4cfb8208f4504f54534273c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstanty Bialkowski authored
(Containers with >10 entries will no longer be ignored.) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 03cc7a2d99c6ec877741b12bf14bcc81d20c8d6d)
-
Konstanty authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit c311521229abb1704497a496f5448ff3227de055)
-
- 03 May, 2010 10 commits
-
-
Rémi Denis-Courmont authored
aout_Restart() is quite buggy (IMHO) and restarts the audio output from the interface thread. Then Qt4 external dialogs are buggy as they deadlock if called from the interface thread (I cannot find a direct way to use BlockingQueuedConnection for foreign threads and DirectConnection for the interface thread). Until either or both of those bugs are fixed, we cannot use modal dialog from the audio output. (cherry picked from commit cbe1cda8765084294b3649fc89ddd63c26dd2f4c)
-
Rémi Denis-Courmont authored
This reverts commit 110693d59e6bdeb2598579caeb41d7520dbb39ad. This fixes #3599. (cherry picked from commit 6eb90af3ba93c2707c44f769eb516e3c837df25b)
-
Konstanty Bialkowski authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 476385663123ec0b550a113fa3601cc4efe17bc2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre d'Herbemont authored
And don't unlockgl if lockgl wasn't successful. (cherry picked from commit 0484b127c762d7519726db78e2017cb762a20c1a)
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
It closes #3543. (cherry picked from commit f9f6f88c53d72b8b1cf2b05a37e5ced786a2fbbf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 827d60ce665c7088eae6761a9c3deb6a694dac42)
-
Sebastien Zwickert authored
This fixes transcoding with VLCKit. Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr> (cherry picked from commit 6ef23b74e938f1d25009ac01d07b19b451837512) Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Pierre d'Herbemont authored
This reverts commit 571cb782. This was intended for master tree.
-
Pierre d'Herbemont authored
-
- 02 May, 2010 3 commits
-
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 6d4a41a6e779e606c8ffd212948535f9e46691c1)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 01 May, 2010 20 commits
-
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit 17a918c9ed964548c11755dbcffe18dd14068b9c) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Mindaugas Baranauskas authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Laurent Aimar authored
It closes #3538 and #3496. (cherry picked from commit 95f32b1bf51a5bb03488a59f18feac42b80479d4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 792054ae5cebe62b1a7269d0006eee821c066532) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked manually from commit cc4676bf4ad78c0d0db56cd4eb687478bd2bb190)
-
Laurent Aimar authored
It is a bit safer. (cherry picked from commit 0e0eb5aa8d5c2bc32837eada52bf0b56c27afeb0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit b86867f6bf0a2cdae0c849e8719a21416cc3c9df) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3439 (cherry picked from commit 8900648846ab501c875638eab5763b41951c1e8c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Neither of them support YUV. But GLX is much more likely to work than FB, and also fails in a safer way. (cherry picked from commit b660648dff46b0ea05a73b094b8c306be128a741)
-
Rémi Denis-Courmont authored
VLC does not currently handle color masks for ARGB chromas, so this can not work yet. Instead, fail safe to the GLX output. (cherry picked from commit 2e2bf09f3f55246dd65a0d479f9b4cc04d747b46)
-
Rémi Denis-Courmont authored
(cherry picked from commit d9fa5194)
-
Rémi Denis-Courmont authored
(cherry picked from commit e9117abc)
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
(cherry picked from commit b1d00bed) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 8e2ba632) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It fixes #3522. (cherry picked from commit d50635dd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
(cherry picked from commit 897cbb92)
-
Rémi Denis-Courmont authored
gethostbyname() is not thread-safe. This patch is not used in Windows. getaddrinfo() requires XP, and gethostbyname is thread-safe with Winsock. (cherry picked from commit 9fb933d3) Conflicts: extras/contrib/src/Makefile Please be more careful when you resolve conflicts! Prior to this patch, contrib would not build on non-Windows.
-
Rémi Denis-Courmont authored
inet_ntoa() is not thread-safe (except with Winsock) (cherry picked from commit ef3e8fb1)
-
Rémi Denis-Courmont authored
-
- 30 Apr, 2010 3 commits
-
-
Jean-Baptiste Kempf authored
Close #3520 (cherry picked from commit 7d55fdfc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 285e9726) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3513 (cherry picked from commit 5653315c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-