- 30 Mar, 2008 25 commits
-
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The whole point of a global lock is that it is... global. Destroying it every time it's released is severe brain damage, as we end up taking a different lock all the time (or worse destroying the lock while another threads is competing for it).
-
Rémi Denis-Courmont authored
We should really keep the global "libvlc" lock while initializing the modules bank. Otherwise, if a second instance is created while the first one is initializing, it may get an incomplete bank. This commit addresses the problem w.r.t. the "main" module - only.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
libvlc: rename libvlc_media_descriptor to libvlc_media and libvlc_media_instance to libvlc_media_player.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Wrong dir This reverts commit f11a132c.
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Lukas Durfina authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Pierre d'Herbemont authored
This reverts commit 1dfd50c2. This is no needed of such a hack if there is no circular dependency between input and vout and if the input are properly released.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Else there is a circular dependency between the vout that yield() the input, where the vout is also an input child. This should fix properly the media_instance() tests.
-
Pierre d'Herbemont authored
stream: No use to vlc_object_yield() and object that create ourslef, and that a race could possibly corrupt in case of bad usage.
-
- 29 Mar, 2008 15 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
stats: Move the stat to libvlc instead of the playlist. As stated in the code it is not playlist related.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Mark Moriarty authored
-
Mark Moriarty authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-