- 03 Mar, 2009 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
The code is splitted from the Sout-Mess (that needs clean up) and provide an easy GUI: - Select profile - Choose the file name - Choose display or not - Choose deinterlace or not. Nothing more.
-
Christophe Mutricy authored
-
- 02 Mar, 2009 3 commits
-
-
JP Dinger authored
Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
-
JP Dinger authored
Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
-
Jean-Paul Saman authored
-
- 01 Mar, 2009 17 commits
-
-
Laurent Aimar authored
The XLib support has been dropped, so xcb and xcb-keysyms is now needed for this plugin.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
except those that have their own --enable-* switch.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It does not work very well but it need src/input and/or demuxer (mp3) improvments.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This gives metadata in WavPack files, for example.
-
Jean-Baptiste Kempf authored
-
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
-
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.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* gather all tests (that I could find) * X_FLAGS -> X_CFLAGS * test for Xlib.h only once * cleanup defaults (especially XvMC was silly) * factorize CPPFLAGS
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 Feb, 2009 17 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt: now that you don't control the controls size anymore, be careful to resize the controller when buttons show up. Close #2487.
-
Rémi Denis-Courmont authored
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Those were never used from plugins. This commit is a no-brainer.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This could crash the input thread(s).
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This allows invoking debuggers directly from the command line again!
-
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.
-