]> git.sesse.net Git - vlc/history - share/luaplaylist
* youtube_homepage.lua: get the stream's duration.
[vlc] / share / luaplaylist /
2007-05-19 Antoine Cellerier* youtube_homepage.lua: get the stream's duration.
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-19 Antoine Cellerier* share/luaplaylist/youtube_homepage.lua: New lua parse...
2007-05-18 Antoine Cellerier* luaplaylist.c: Look for Lua scripts in the user's...
2007-05-18 Antoine Cellerier* luaplaylist/README.txt: propset svn:keywords Id
2007-05-17 Antoine Cellerier* dailymotion.lua: fix.
2007-05-17 Antoine Cellerier* luaplaylist.c: add vlc.msg_{info,err,warn,dbg}()...
2007-05-17 Antoine Cellerier* googlevideo.lua: add small comment to explain why...
2007-05-17 Antoine Cellerier* metacafe.lua: Remove "Metacafe -" from name, get...
2007-05-17 Antoine Cellerier* youtube.lua: fetch artist and description.
2007-05-17 Antoine Cellerier* luaplaylist.c: add support for meta data info. Playli...
2007-05-14 Antoine Cellerier* metacafe.lua: forgot the title here too.
2007-05-14 Antoine Cellerier* dailymotion.lua: woops, forgot to include title fetch...
2007-05-14 Antoine Cellerier* luaplaylist.c: First usable version of the luaplaylis...
2007-05-13 Antoine Cellerier* test.lua: Use spaces instead of tabs in lua code.
2007-05-13 Antoine Cellerier* New Lua based playlist demuxer. Code is far from...