]> git.sesse.net Git - vlc/commit
*Removed an occurance of former angle item in gtk.
authorStéphane Borel <stef@videolan.org>
Wed, 6 Mar 2002 01:20:56 +0000 (01:20 +0000)
committerStéphane Borel <stef@videolan.org>
Wed, 6 Mar 2002 01:20:56 +0000 (01:20 +0000)
commit55ce4df11c23b08329ba70385dbde6889d417edf
tree1c551ffc77adab69bc8ed629ad42ad1e3da04cf2
parent0a3aa89546de4b1e102953bf5d5ba6ca317a37b5
*Removed an occurance of former angle item in gtk.

*Fixed a bug in ES management introduced lately in DVD/DvdRead.

*Beginning of reorganisation in DVD plugin source files, in order to try to
make it easier to understand. There is some work left though :p.

*Decreased the score for VCD plugin, as the VCD demuxer was used even
for DVD :p. It should make autodetection work.
Some comment:
-I think that VCDInit should make a test on the access plugin and be launched
only if the access plugin is VCD,
-VCDOpen shouldn't set p_input->b_error: if it fails we just try another
module,
-PSRead doesn't need to be duplicated anymore: input_ReadPS is now available
for plugins (cf Christophe's commit).

Please comment around that: I'd like to know if the behaviour I've described
is the one everyone expects.

Enjoy my new bugs :p
17 files changed:
doc/vlc.1
plugins/dvd/Makefile
plugins/dvd/dvd.h [moved from plugins/dvd/input_dvd.h with 93% similarity]
plugins/dvd/dvd_access.c [moved from plugins/dvd/input_dvd.c with 59% similarity]
plugins/dvd/dvd_demux.c [new file with mode: 0644]
plugins/dvd/dvd_es.c [new file with mode: 0644]
plugins/dvd/dvd_es.h [new file with mode: 0644]
plugins/dvd/dvd_ifo.c
plugins/dvd/dvd_seek.c [new file with mode: 0644]
plugins/dvd/dvd_seek.h [new file with mode: 0644]
plugins/dvd/dvd_summary.c
plugins/dvd/dvd_udf.c
plugins/dvdread/input_dvdread.c
plugins/gtk/gtk_display.c
plugins/gtk/gtk_menu.c
plugins/vcd/vcd.c
src/input/input.c