An error occurred fetching the project authors.
- 06 Feb, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Jan, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Dec, 2011 1 commit
-
-
KO Myung-Hun authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 15 Nov, 2011 1 commit
-
-
Rafaël Carré authored
-
- 11 Oct, 2011 1 commit
-
-
KO Myung-Hun authored
pthread_kill() has not been implemented on OS/2, yet. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 10 Oct, 2011 2 commits
-
-
KO Myung-Hun authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
The first element allocated by FromLocale() is argv[2] not argv[1]. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 16 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
The user is not going to see the banner, and this tends to clutter error logs (X server, cron jobs...) - not only on MacOS.
-
- 12 Feb, 2011 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...rather than with a command line option. This enables extending the set of plugins paths globally, for all LibVLC applications. Using an environment variable seems more logical than a command line option considering that the module bank is shared by all VLC instances in the process. In other words, it did not belong as a parameter to libvlc_new().
-
- 03 Feb, 2011 2 commits
-
-
Rémi Denis-Courmont authored
This works around Qt4 QProcess getting stuck waiting for its SIGCHLD signal handler to be called.
-
Rémi Denis-Courmont authored
We don't really want to inherit the blocked signal mask from our parent.
-
- 30 Jan, 2011 2 commits
-
-
Rémi Denis-Courmont authored
This affects way too many code paths. Let KDE fix their own crap.
-
Rémi Denis-Courmont authored
-
- 23 Jan, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 Oct, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Oct, 2010 1 commit
-
-
Rafaël Carré authored
Enable it in vlc binary
-
- 17 Sep, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Aug, 2010 1 commit
-
-
Rémi Denis-Courmont authored
Removes the KDE scheduler hack.
-
- 02 Aug, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This reverts commit 4d636fa3.
-
- 01 Aug, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 24 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
Older versions did that too, and it can be quite useful when debugging.
-
- 08 Jul, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 Jun, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 01 Jun, 2010 1 commit
-
-
Rémi Denis-Courmont authored
The XVideo and X11 outputs can cope with this properly now
-
- 30 May, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This saves one thread. Previously, the main thread was doing nothing.
-
- 29 May, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Currently, this is not used anywhere, but better have it for forward compatibility. This is not as elegant as a dedicated libvlc function call. But there is no other way to set a parameter before libvlc_InternalInit() is called by libvlc_new(), short of changing the libvlc_new() prototype (again). And that would probably be worse.
-
- 27 May, 2010 1 commit
-
-
Rémi Denis-Courmont authored
... so that waitpid() works even if our parent process ignores SIGCHLD (SIG_IGN is preserved across exec*()).
-
- 15 May, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 May, 2010 1 commit
-
-
Rémi Denis-Courmont authored
(This seems like a toolchain bug)
-
- 05 May, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 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 3 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
-