- 05 May, 2010 9 commits
-
-
Mihkel authored
For real this time Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 50a553fd. This should not be needed anymore.
-
Rémi Denis-Courmont authored
We cannot use any random type semantic that we do not know of. This also works around bugs in deficient getaddrinfo() implementations. (cherry picked from commit bb7ae441)
-
Rémi Denis-Courmont authored
(cherry picked from commit 5d61b6b2)
-
Jean-Philippe André authored
Inspired by jetru's patches, thank you. This should fix #3451 (cherry picked from commit 0a15eecf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Philippe André authored
(cherry picked from commit 4106f477) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
(cherry picked from commit 45ea8ad0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
(cherry picked from commit a7dd0605) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 04 May, 2010 24 commits
-
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit b72af5ca) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit 2fe5cdf3) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Felix Paul Kühne authored
German l10n: changed the proposed translation to a more formal one, which is more appropriate in this context. (cherry picked from commit 9fa5b7ae) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Gabor Kelemen authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit 8005e8db) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit 51247e9c) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
A S Alam authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit fb9c0843) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Myckel Habets authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit 78d97bb7) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Gonçalo Cordeiro authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit ca407011) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Eirik U. Birkeland authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit c70451ad) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Fumio Nakayama authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Mihkel authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Gaëtan Rousseaux 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>
-
David González authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Erwan Tulou authored
code inspired from xcb.c (cherry picked from commit aa8b5417) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
This patch refers to trac #3594. Tests required to ensure that it really solves the "Docky" issue (cherry picked from commit 7df27870) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #3262 (cherry picked from commit fb786854) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
even when in fullscreen. Close #3602 (cherry picked from commit 965c6422) (cherry picked from commit 308b6e6d) 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 03cc7a2d)
-
Konstanty authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit c3115212)
-
- 03 May, 2010 7 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 cbe1cda8)
-
Rémi Denis-Courmont authored
This reverts commit 110693d5. This fixes #3599. (cherry picked from commit 6eb90af3)
-
Konstanty Bialkowski authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 47638566) 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 0484b127)
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
It closes #3543. (cherry picked from commit f9f6f88c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 827d60ce)
-