- 03 May, 2010 11 commits
-
-
Laurent Aimar authored
It is implemented for win32 and when sched_getaffinity() is available.
-
Laurent Aimar authored
It is cleaner. Also, it seems that ffmpeg-mt correctly handles it and so will allow using it.
-
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.
-
Rémi Denis-Courmont authored
This reverts commit 110693d5. This fixes #3599.
-
Konstanty Bialkowski authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
code inspired from xcb.c
-
Pierre d'Herbemont authored
And don't unlockgl if lockgl wasn't successful.
-
Sebastien Zwickert authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Pierre d'Herbemont authored
-
Erwan Tulou authored
This patch refers to trac #3594. Tests required to ensure that it really solves the "Docky" issue
-
- 02 May, 2010 8 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 9f9f6d11.
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sébastien Escudier authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Laurent Aimar authored
It closes #3586.
-
Laurent Aimar authored
-
Laurent Aimar authored
It closes #3543.
-
Laurent Aimar authored
-
- 01 May, 2010 21 commits
-
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Laurent Aimar authored
It closes #3538 and #3496.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is a bit safer.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
Close #3439
-
Rémi Denis-Courmont authored
The XCB/XVideo (for a long time) and the XCB/X11 (since the commit before the previous one) video output plugins will fail safe in case the embedding window has an alpha channel. In VLC 1.0, the Xlib plugins needed this hack as the Xlib error handler would terminate VLC. If compositing is in use, VLC will now use GLX. This will require software chroma conversion from YUV to RGB. Also, unless the GLX output is explicitly selected, VLC will flash twice before it starts rendering. First, it tries (and fail) to use XVideo, then plain X11. To fix this cosmetic problem, we would need to keep the window across plugins. I assume this change is needed to fix #3581, but I have not tested, so it may or may not be sufficient.
-
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.
-
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.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It fixes #3522.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-