- 22 Oct, 2008 22 commits
-
-
Laurent Aimar authored
No default key is assigned.
-
Laurent Aimar authored
It is ignored.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
That was only an optimization, and it fails thread-safety. In any case, a failed decoder will still dequeue (and discard) blocks.
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
And fix a potential memleak.
-
Rémi Duraffort authored
-
Rémi Duraffort 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
-
Sebastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rémi Denis-Courmont authored
-
- 21 Oct, 2008 4 commits
-
-
Pavlov Konstantin authored
Based on patches by Nicolas Chauvet and Hans de Goede.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #2194
-
- 20 Oct, 2008 14 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
-