- 22 Aug, 2012 12 commits
-
-
Jean-Baptiste Kempf authored
This is more coherent with the rest of the worlds...
-
Felix Paul Kühne authored
AppKit could be accessed by a non-main-thread
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
extras/package: disable the macosx dialog provider in VLC.app release builds, since it should only be used by VLCKit
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Sebastien Zwickert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
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 28 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
-