]> git.sesse.net Git - vlc/history - modules/demux/playlist/luaplaylist.c
Remove redumdant parameter to vlc_global
[vlc] / modules / demux / playlist / luaplaylist.c
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Damien Fouilleullua: fixed search paths list for scripts, needs more...
2007-08-15 Damien Fouilleullua modules: enforce DIR_SEP instead of /
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-17 Antoine CellerierHandle custom meta data in lua playlist scripts.
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-05-20 Antoine Cellerier* Fix non linux compilation round 2.
2007-05-19 Antoine Cellerier* luaplaylist.c: make sure that the Lua stack is big...
2007-05-19 Antoine Cellerier* luaplaylist.c, README.txt: add .duration option for...
2007-05-19 Antoine Cellerier* luaplaylist.c, README.txt: add support for VLC options.
2007-05-18 Antoine Cellerier* luaplaylist.c: Look for Lua scripts in the user's...
2007-05-17 Antoine Cellerier* luaplaylist.c: initialize p_sys->psz_filename to...
2007-05-17 Antoine Cellerier* luaplaylist.c: add vlc.msg_{info,err,warn,dbg}()...
2007-05-17 Antoine Cellerier* luaplaylist.c: Change demux2 capability from 0 to 9
2007-05-17 Antoine Cellerier* luaplaylist.c: replace printfs by msg_{Warn,Dbg}
2007-05-17 Antoine Cellerier* luaplaylist.c: add support for meta data info. Playli...
2007-05-17 Antoine Cellerier* luaplaylist.c: should now look in the appropriate...
2007-05-15 Antoine Cellerier* luaplaylist.c: Looks like stream_ReadLine results...
2007-05-14 Antoine Cellerier* luaplaylist.c: First usable version of the luaplaylis...
2007-05-13 Antoine Cellerier* New Lua based playlist demuxer. Code is far from...