- 04 Aug, 2009 3 commits
-
-
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 13 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...
-
Rémi Denis-Courmont authored
This is consistent with existing practice inside and outside of VLC. We really don't need a separate error code for that.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Nothing can really kill VLC when browsing plugins, since nothing has started.
-
Ilkka Ollakka authored
This should be more clearer to user what column is used to sort (eg if it's hidden, then hide sortIndicator also).
-
Ilkka Ollakka authored
If you setSortingEnabled after setting model, it doesn't call sorting, otherway around it does. Missed thatone on previous try.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-