]> git.sesse.net Git - vlc/commit
* modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdi...
authorGildas Bazin <gbazin@videolan.org>
Sat, 4 Oct 2003 18:55:13 +0000 (18:55 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 4 Oct 2003 18:55:13 +0000 (18:55 +0000)
commitfd05dc698e736455dfa075fdb93f3600365f4e9d
tree3ef41df5fc0af8820293c0bcb3300dfed985d188
parent0f814562371962e47d9f5b023c2ce1055c6002fb
* modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein.
* modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein.
* modules/LIST: update.
16 files changed:
configure.ac
modules/LIST
modules/access/Modules.am
modules/access/cddax.c [new file with mode: 0644]
modules/access/vcdx/.cvsignore [new file with mode: 0644]
modules/access/vcdx/Modules.am [new file with mode: 0644]
modules/access/vcdx/access.c [new file with mode: 0644]
modules/access/vcdx/cdrom.c [new file with mode: 0644]
modules/access/vcdx/cdrom.h [new file with mode: 0644]
modules/access/vcdx/demux.c [new file with mode: 0644]
modules/access/vcdx/intf.c [new file with mode: 0644]
modules/access/vcdx/intf.h [new file with mode: 0644]
modules/access/vcdx/vcd.c [new file with mode: 0644]
modules/access/vcdx/vcd.h [new file with mode: 0644]
modules/access/vcdx/vcdplayer.c [new file with mode: 0644]
modules/access/vcdx/vcdplayer.h [new file with mode: 0644]