]> git.sesse.net Git - vlc/commit
* luaplaylist.c: First usable version of the luaplaylist module
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 14 May 2007 22:27:36 +0000 (22:27 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 14 May 2007 22:27:36 +0000 (22:27 +0000)
commitbea5e7ec249798ecb960a5ca947c912b61da7045
tree5ab104b92ea9ef3801bf6ac9f31b0520fde1f326
parent2f04bcf5adf26c3fd59b3d0983ae3af2f544efba
* luaplaylist.c: First usable version of the luaplaylist module
* share/luaplaylist/*: Lua playlist scripts for youtube, daily motion, metacafe and google video

The luaplaylist demux has a score of 0 so you have to use --demux lua,any to enable it. I'll change its score once people report that it works fine.
modules/demux/playlist/luaplaylist.c
share/Makefile.am
share/luaplaylist/README.txt [new file with mode: 0644]
share/luaplaylist/dailymotion.lua [new file with mode: 0644]
share/luaplaylist/googlevideo.lua [new file with mode: 0644]
share/luaplaylist/metacafe.lua [new file with mode: 0644]
share/luaplaylist/test.lua [deleted file]
share/luaplaylist/youtube.lua [new file with mode: 0644]