- 14 Jan, 2009 10 commits
-
-
Rémi Denis-Courmont authored
By the way, its earlier (<= 0.8.6) incarnation were buggy.
-
Rémi Denis-Courmont authored
By the way, the Win32 video outputs could probably go through some code factorization. Don't ask me.
-
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 Duraffort authored
-
Rémi Duraffort authored
-
- 13 Jan, 2009 7 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Since we are always dealing with a pipe, it cannot return EINVAL)
-
Rémi Denis-Courmont authored
-
FUJISAWA Tooru authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Pierre Ynard authored
Unbreaks start-up on WinCE. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 12 Jan, 2009 22 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Pointed out by linkfanel.
-
Rémi Denis-Courmont 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
Once the input main loop is done (or if input init fails), input controls are not popped anyway. So the input callbacks are no-ops. There is no point in postponing cleanup.
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The only event that lock_and_wait can only wait for the end of the interface event (safely). That is the only piece of state which is read under the lock. Also it is not possible to wait on a random object since (deprecated) vlc_object_signal() is _not_ broadcasting the object condition variable. In effect, VLC threads shall only wait on their own object (this is not LUA-specific). Ultimately, lock_and_wait is of barely any use, and in any case is now poorly named (my fault for inventing vlc_object_lock_and_wait()). By the way, it always returns true now.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
commit. Thou I think it should invalidate current album art, so core would do new search for it.
-
Ilkka Ollakka authored
Input manager now emits signal for album art and gives url to art itself, so CoverArt or Background-widgets don't need to parse it themself, and CoverArt don't need to use those callbacks. This ways both get same image too.
-
- 11 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-