- 22 Aug, 2012 3 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Aug, 2012 37 commits
-
-
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
-
Rémi Denis-Courmont authored
Also inline str_format().
-
Rémi Denis-Courmont authored
There are several issues with str_format() and str_format_meta(): - the current playlist item is used rather than the actual input, - the playlist gets activated for nothing, - they assume the output does not outlive to the input (item). This mostly reverts commit cccd51a5.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
pl_Get() can only be used in interfaces, playlist and ML code.
-
Rémi Denis-Courmont authored
This could crash. The playlist needs to be started (at least until someone resolves bug #5460).
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
ml_AttributeIsString() defines String as 1 and Integer as 0. The switch/case was just doing the opposite...
-
Rémi Denis-Courmont authored
vlclua_playlist_add_internal() requires the playlist only if there is no parent item. There is always a parent item when demuxing.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
pl_Get() has side effects.
-
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
-
Rémi Denis-Courmont authored
This does not really work anyway.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Sorry...
-
Rémi Denis-Courmont authored
The thread is not cancelled (ever since vlc_clone() replaced vlc_thread_create()).
-
Rémi Denis-Courmont authored
This is simpler and more consistent.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In the original stream_Demux (from 2004), there was a lock. But then it vanished in a big input "rework"... Anyway, killing the demux explicitly should not be needed: The underlying stream will return EOF and any sane demux will return on EOF.
-
Rémi Denis-Courmont authored
This is for backward compatibility with existing VLC playlists and VLC playlist generators.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
So the code is reusable for radio device nodes.
-