- 15 Feb, 2009 16 commits
-
-
Jean-Baptiste Kempf authored
Close #2521
-
Jean-Baptiste Kempf authored
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
This reverts gullible commit 54b43fae. vout_Control() cannot be called from another thread. Full point.
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It was broken after being privatized.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
input: send inputEvent when length if input changes This one should fix #2435
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
- 14 Feb, 2009 24 commits
-
-
Laurent Aimar authored
It fixes a logical bug as the input and output format could be different. (Not plugin that does that yet).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If an interface exits "early" it should reparent (although reparenting is no safer). Otherwise, the core will ensure that the video output was safely closed before it terminates the interface.
-
Rémi Denis-Courmont authored
Calling vout_Control() after vlc_object_find() or input_GetVouts is not valid. It cannot be. There is no warranty that pf_control is valid (the video output plugin could be initializing or deinitializing). Even if there were a lock without the pf_control implementation (as with X11), it still wouldn't work. Anyway, in this particular case, we already have video-snapshot to do the exact same thing in a safe manner. There remain some issues with snapshots: - there is no synchronization of b_snapshoy with the video thread, - there is no/incomplete error handling, - there is no protection against multiple concurrent snapshot reqs.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It did not work properly, and was GNU specific anyway.
-
Rémi Denis-Courmont authored
This reverts back to 0.9 (and --enable-libtool 0.8.6) state. This should fix bindings and web plugins, without hacks. However, this will require relinking all VLC plugins whenever libvlccore changes.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Joseph Tulou authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Joseph Tulou authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Joseph Tulou authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Philippe Andre authored
For people who don't have libminizip
-