]> git.sesse.net Git - vlc/history - modules/demux/playlist/luaplaylist.c
* Fix non linux compilation round 2.
[vlc] / modules / demux / playlist / luaplaylist.c
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...