- 21 Oct, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Close #2194
-
- 20 Oct, 2008 22 commits
-
-
Jean-Baptiste Kempf authored
This should fix linking to faac and mp3lame.
-
Jean-Baptiste Kempf authored
When fake-file-reload is changed, you might want to renew the image. Should Close #2230
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Qt4 embedded breakage has nothing to do with X11 afterall.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ludovic Fauvet authored
* A connect was called multiple times causing a wrong behaviour in the playlist. * playlist_AddInput was replaced by playlist_Add to simplify code. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is a VLC bug, not Qt4 version dependent.
-
Rémi Denis-Courmont authored
The vout code invokes the Qt4 video widget through the Qt4 window submodule. Hence, the video widget cannot call the vout window code. This is where the embedded video crashes seem to come from. Unfortunately, this commit trades the deadlock (on 1.0) or the crash (on 0.9) for an assertion failure.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 19 Oct, 2008 16 commits
-
-
Ludovic Fauvet authored
* Configuration aware to enable/disable (default enabled) * Filters available to ignore some patterns (using QRegExp) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf 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
-
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
(bug at exit due to more generic problems with #2226 and #2227)
-
Rémi Denis-Courmont authored
We really want plugins to resolve their VLC symbols against the already loaded LibVLC core, rather than with their own version of it. Performance benefit should be neglectible, if any. Still, this will "fix" the plugin crash with static LibVLC builds (or generate a due link-time error). Anyway, this is one step toward supporting any form of static linking again.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 Oct, 2008 1 commit
-
-
Christophe Mutricy authored
-