- 10 Feb, 2010 1 commit
-
-
Jakob Leben authored
typo?
-
- 09 Feb, 2010 36 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Software versions are totally out-of-date. Platforms don't even exist anymore. And this predated ARM support in the contrib.
-
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
Use INSTALL.win32 instead.
-
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
We already have the variables lock for that.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes a buffer overflow and a warning. This reverts commit caa08dce.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
pl_Hold() assumed the playlist was already created. pl_Release() does not solve any problem. Playlist synchronization is done with the playlist lock, while playlist deletion must anyway be done after all interfaces, services and other threads are joined.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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 3 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
-