- 13 Feb, 2010 40 commits
-
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(TODO: add one item per X RandR view port)
-
Rémi Denis-Courmont authored
This simplifies callbacks a bit, and fixes a race condition.
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
it is needed to pass from input_item_t to playlist_item_t for this variable only (others directly provide playlist_item_t)
-
Antoine Cellerier authored
Make sure that the playlist item has been preparsed first (and don't get stuck in an infinite loop). Note that libs/input.c is a mess and would need to be cleanup before we release 1.1.
-
Antoine Cellerier authored
New dumpmeta lua interface module to dump a file's meta data on stdout/stderr (I'll let you figure out which one it is). Use as: vlc -I lua --lua-intf dumpmeta filename.mp3
-
Rémi Denis-Courmont authored
This is not used. The VLC_VAR_VARIABLE type is used by "navigation" only in a different way (basically, it is a string).
-
Rémi Denis-Courmont authored
(Fortunately, both corresponded to the same location.)
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
For example, if runing script <user dir>/lua/intf/script.lua, the following paths will be added: <user dir>/lua/modules/?.lua <user dir>/lua/intf/modules/?.lua <share dir>/lua/modules/?.lua <share dir>/lua/intf/modules/?.lua If runing script <share dir>/lua/intf/script.lua, the following paths will be added: <share dir>/lua/modules/?.lua <share dir>/lua/intf/modules/?.lua
-
Antoine Cellerier authored
When scanning multiple lua scripts, create a new lua_State for each script. This will prevent data corruption from a previous script affecting subsequent scripts.
-
Erwan Tulou authored
This patch - ensure that current playing item is properly detected - deactivate item changes since it is wrongly implemented (i_id from input_item_t and playlist_item_t are compared, which is wrong)
-
Erwan Tulou authored
-
Ilkka Ollakka authored
I didn't find any reason to do it, and it slows closing quite a lot, if you know why we should do that, please speak up etc.
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It closes #2349.
-
Laurent Aimar authored
-
Laurent Aimar authored
It simplify the flac decoder code. It fixes the build of the packetizer when flac is disabled. It makes the flac packetizer behaviour independant of the flac decoder presence.
-
Jakob Leben authored
-
Jakob Leben authored
-
Rémi Denis-Courmont authored
-