- 04 Aug, 2009 12 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Olivier Aubert authored
in order to be consistent with other libvlc methods (libvlc_media_player_get_length, get_time, ...)
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Ilkka Ollakka authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
(cherry picked from commit 35baa96f7b3493737c1575c2dbffc7946a9c04df) Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
- 03 Aug, 2009 24 commits
-
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If vlc_cancel() while the timer thread is between mwait() and vlc_mutex_lock(), a dead lock would occur at vlc_join(). We need to release the timer lock first.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Olivier Aubert authored
Invoking python vlc.py filename.avi will play the given movie.
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
It would be nice if its syntax was the same as all other enums...
-
Rémi Denis-Courmont authored
Pointed-out-by: Taylor Venable
-
Rémi Duraffort authored
(and also remove an unneeded include).
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
At the moment it doesn't handle those size/bold/* stuff, only takes font from it. But IMO still better than old file-choosing way.
-
Ilkka Ollakka authored
Parameter is default, so no need to tell it here.
-
Ilkka Ollakka authored
according to doc, thisway view should be able to do some optimisation over itself, and I didn't figure out anycase that rows wouldn't be same height on playlist.
-
- 02 Aug, 2009 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Previously, the core would fallback to other demux plugins which was inefficient and error-prone.
-
Rémi Denis-Courmont authored
A plugin can use this if it matched but detected a non-recoverable error while inside the open callback. Help yourself if you want a "better" error code.
-
Rémi Denis-Courmont authored
exit() cannot return negative numbers (the high-order bits are ignored). And anyway, that's not a meanigful place for VLC error codes. It is also questionable whether we should exit() from LibVLC anyway...
-