- 03 Mar, 2009 19 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: hide the MRL field by default and shrink it. You can make it appear by clicking on the triangle button next to the MRL label.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
Dialogs:destroy move from the Close function, because it prevents skins2 normal cleanup (Close function is never called because refcount remains > 1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 1 commit
-
-
Jean-Baptiste Kempf authored
-