- 02 May, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This reverts commit 9f9f6d11.
-
- 01 May, 2010 1 commit
-
-
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.
-
- 12 Apr, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This trick does not work with Qt <= 4.5 unfortunately.
-
- 11 Apr, 2010 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Ensure that stdio and libintl won't do heap allocations beforehand.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 27 Mar, 2010 1 commit
-
-
Rémi Denis-Courmont authored
Parental advisory: explicit hack. If kfilemodule is loaded, bypass run cleanup handlers. Library really should not use this C feature in any case (IMHO). And I find it outright idiotic for a (Qt4) plugin to use cleanup handlers. This is causing so many crash reports that it's not funny anymore: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/408719
-
- 13 Mar, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Feb, 2010 3 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 3dd62c35.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Suppress VLC media player <version> message if --quiet is passed as first argument. Feel free to revert if this is an issue.
-
- 31 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Jan, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 21 Dec, 2009 1 commit
-
-
Antoine Cellerier authored
-
- 26 Nov, 2009 1 commit
-
-
Rafaël Carré authored
Move it from libvlc where it didn't work to vlc binary where it really should be Now VLC can be started from dock again after [13d838b6]
-
- 19 Oct, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Oct, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Oct, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This saves all third party LibVLC application from having to set it (The library depending on VLC configuration was really lame IMHO).
-
- 09 Sep, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Sep, 2009 1 commit
-
-
Felix Paul Kühne authored
-
- 09 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
(This is a bit hackish as the conversion is not completed)
-
- 08 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 Jul, 2009 1 commit
-
-
Rémi Denis-Courmont authored
Fixes #2984
-
- 06 May, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This leaves the choice for bindings to use it or not. I wish we did the same for hotkeys and inhibit but it would break backward libvlc API compatibility.
-
- 01 Mar, 2009 2 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 364868f9. On deeper look, this deadlocks in all kind of places. I guess we'll have to live with the racy Xlib behavior instead. Conflicts: configure.ac
-
Rémi Denis-Courmont authored
We need to call XInitThreads before anyone tries XOpenDisplay or something, and XInitThreads itself is not re-entrant, so call it before we start LibVLC. This only "fixes" Xlib with VLC. Other LibVLC users need to do something similar themselves. LibVLC cannot do it. Other application may have already connected to X before it starts LibVLC.
-
- 28 Feb, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This allows using the http interface directly when builddir != srcdir. This is needed to get rid of the ./vlc script.
-
- 22 Feb, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Sep, 2008 2 commits
-
-
Rémi Denis-Courmont authored
By the way, the exception handler claims the exception is not handled!
-
Rémi Denis-Courmont authored
-
- 19 Sep, 2008 1 commit
-
-
Antoine Cellerier authored
Embedded platforms often only have the root user. Do not, I repeat, Do not enable this option if you don't know what you're doing.
-
- 25 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Aug, 2008 2 commits
-
-
Rémi Denis-Courmont authored
Revert "Don't mess with the build system a single day (git revert 83b35c64 -n!) before a major (git revert 83b35c64 -n) release" Unbreak Linux build. This reverts commit f806629f.
-
Felix Paul Kühne authored
Don't mess with the build system a single day (git revert 83b35c64 -n!) before a major (git revert 83b35c64 -n) release
-
- 23 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-