- 14 Feb, 2009 22 commits
-
-
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
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 13 Feb, 2009 18 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It removed a hack where dvb.i_id was used for teletext.
-
Laurent Aimar authored
The page value is not yet correctly synchronized.
-
Laurent Aimar authored
It is untested.
-
Laurent Aimar authored
It may not correctly work as it is untested and as I have failed to understand its logic.
-
Laurent Aimar authored
-
Laurent Aimar authored
This change is needed to fix teletext support.
-
Laurent Aimar authored
-
Jean-Philippe Andre authored
By default, the open dialog will sort the MRL alphabetically. Then why would these MRLs not be sorted so?
-
Christophe Mutricy authored
Note to translators: The 0.9.x translations are not merged yet. So if you don't know how to do it yourself and don't want to loose the work you did on 0.9.x, wait a bit.
-
Christophe Mutricy authored
-
Pierre Ynard authored
Move an AM_CONDITIONAL outside an if block Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-