- 12 Jan, 2009 20 commits
-
-
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 20 commits
-
-
Rémi Denis-Courmont authored
-
Tadashi Jokagi authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
At the moment, we assume RTP/RTCP multiplexing anyhow.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
* Make registration thread-safe, and independent on vlc_list_find(). * Fix use-after-free race condition when destroying the interface (interaction will be lost instead).
-
FUJISAWA Tooru authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Ilkka Ollakka 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
Currently, we stick to legacy application/ogg for legacy extensions.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-