]> git.sesse.net Git - vlc/commit
* New Lua based playlist demuxer. Code is far from being finished. It currently imple...
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 13 May 2007 21:52:20 +0000 (21:52 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 13 May 2007 21:52:20 +0000 (21:52 +0000)
commit02474925c7dd60cf9e78ec66466354efb940d33d
treec6ff375cfd5fdbef44272caed32fe949a96d8ab8
parent15249253525a957cd6126f4465127cadad6edd3c
* New Lua based playlist demuxer. Code is far from being finished. It currently implements some url translation stuff similar to what videoportals.c does (in share/luaplaylist/test.lua). To test it, run: ./vlc --demux lua "http://www.youtube.com/watch?v=CPRC4glkvq0" --color -v -I dummy. The idea is to make it possible for users to add their own (text) playlist demuxers (including stuff like the video portals URL translation) without needing to recompile VLC.
configure.ac
modules/demux/playlist/Modules.am
modules/demux/playlist/luaplaylist.c [new file with mode: 0644]
share/luaplaylist/test.lua [new file with mode: 0644]