]> git.sesse.net Git - vlc/commit
Split RAM playlist support from m3u to its own demuxer and fix its support.
authorSrikanth Raju <srikiraju at gmail dot com>
Fri, 27 Mar 2009 21:16:44 +0000 (02:46 +0530)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 29 Mar 2009 16:37:14 +0000 (18:37 +0200)
commit5e2e3995097359e75684ff56873e1cbdc57ce1ad
treeac2b3bf6fcf97826b5e254d1e50cee6f1cc5a192
parentc20cca8148346e2a3b1a7c0bae69fa74675731ed
Split RAM playlist support from m3u to its own demuxer and fix its support.

Adds a RAM playlist demuxer to read .ram playlist files. Handles parameters author, copyright, clipinfo, start, end and title.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/playlist/Modules.am
modules/demux/playlist/playlist.c
modules/demux/playlist/playlist.h
modules/demux/playlist/ram.c [new file with mode: 0644]