- 21 Aug, 2012 36 commits
-
-
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.
-
Konstantin Pavlov authored
-
Sebastien Zwickert authored
Signed-off-by: Konstantin Pavlov <thresh@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Pointed-out-by: Aurélien Nephtali <aurelien.nephtali@gmail.com>
-
Jean-Baptiste Kempf authored
-
- 20 Aug, 2012 4 commits
-
-
Konstantin Pavlov authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Note that versions 1.24 and later of GNU/libidn are dual-licensed under GPLv2+ and LGPLv3+. As with GnuTLS or Samba client, there are 3 ways to retain LibVLC binaries under LGPLv2.1+: - link against a version of GNU/libidn from last year (or older), - do not support IDN at all, - use another IDNA back-end (e.g. Windows Vista's Normaliz.dll).
-