- 26 Jan, 2009 1 commit
-
-
Rémi Duraffort authored
-
- 25 Jan, 2009 19 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Grrr a library that does exit on its own !
-
Laurent Aimar authored
Noticed by courmish.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
(X11 has a similar bug, not to how to fix it)
-
Laurent Aimar authored
It fixes an assert in vout code when a stream was stopped while paused.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It was created as an integer and set as a boolean...
-
- 24 Jan, 2009 20 commits
-
-
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
N.B.: libvlc snapshots remain seriously broken. Vout is not locked when shooting. Variables are not safely set. Vout thread does not access request field safely. Multiple requests are not safe either. I probably missed some other issues.
-
Laurent Aimar authored
-
Laurent Aimar authored
C++ is always so much fun ;)
-
Laurent Aimar authored
It still does not work because of [2413].
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Philippe Andre authored
+ Remove this-> + Remove toNativeSeparators
-
Laurent Aimar authored
No functionnality changes yet as the demuxers need to honor it. I have add an extra bool to DEMUX_SET_POSITION/TIME to ask for precise seeking to the demuxer. (You cannot have precision and speed when seeking with non intra only codec).
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Joseph Tulou authored
this patch features : - persistent resizable main windows - video confined to preexisting window size Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
The object was typically already killed, so the thread was leaked. Also, remove vlc_object_kill, since the thread never checks for the detach of its own object.
-
Rémi Denis-Courmont authored
-