- 01 Mar, 2009 16 commits
-
-
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 24 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.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Roman Pen authored
According to ffmpeg/libavcodec/mpeg12enc.c:155 (rev:2fd06be07311) profile and level must be inited at the same time, so, -1 will be returned for mp2v with width > 720 or height > 576. But, if we leave this fields blank (i.e. FF_PROFILE_UNKNOWN and FF_LEVEL_UNKNOWN) avcodec will init them correctly. This partially reverts commit b1b72b63. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This fixes the previous behaviour that was confusing.
-
Jean-Baptiste Kempf authored
-