- 09 Feb, 2010 16 commits
-
-
Rémi Denis-Courmont authored
The previous fix made the fetcher and preparser persistent throughout the lifetime of the playlist. So we don't need to protect the pointers anymore. Also, they are internally thread-safe (with their own lock).
-
Rémi Denis-Courmont authored
They do not create threads anymore (unless they have work to do). LibVLC needs this because we are sloppy programmers^W^W^W^Wit still depends on the playlist for item meta infos (it should probably instantiate the fetcher and preparser directly). Also, do not create the preparser if there is no fetcher.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Jakob Leben authored
-
Jakob Leben authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Jakob Leben authored
This makes the interface more comprehensible and allows for input_item_node_Append[x] functions to be used for general node manipulation without side effects, if needed in future.
-
Erwan Tulou authored
- remove pf_run no longer in use - attach object as soon as possible to benefit var heritage
-
Jakob Leben authored
-
Gildas Bazin authored
for the video decoder on OMAP
-
Jakob Leben authored
-
- 08 Feb, 2010 24 commits
-
-
Laurent Aimar authored
It should fix it when input and output pictures don't have the same properties (close #3063).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It will avoid selecting a non subtitle page at the core levels.
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jakob Leben authored
And replaced QVLCIconLabel with QVLCFramelessButton.
-
Laurent Aimar authored
-
Laurent Aimar authored
They are not supported.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
They are not the same as the chroma plane are swapped.
-
Antoine Cellerier authored
-
Fabio Ritrovato authored
-
Ilkka Ollakka authored
-
Gildas Bazin authored
-
Fabio Ritrovato authored
-
Fabio Ritrovato authored
-
Peter Bak Nielsen authored
The module did not mark the subtitles it produces with "b_subtitle == true", which causes them to be handled as OSD, and thus allowing them to become out of sync unless video was streamed in real time... Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-