]> git.sesse.net Git - vlc/commit
-New method using netlist to read packets on DVD device by sectors of
authorStéphane Borel <stef@videolan.org>
Thu, 8 Feb 2001 01:34:42 +0000 (01:34 +0000)
committerStéphane Borel <stef@videolan.org>
Thu, 8 Feb 2001 01:34:42 +0000 (01:34 +0000)
commitff77ef78109598332413e3b704c60bacb6a0f76d
treed02804d1cfb8d0dcbebbd5f07dbec99166dd2877
parent7cb79b9f5326f3901c9b428808349994ff063854
-New method using netlist to read packets on DVD device by sectors of
2048 bytes.
-Some modifications in netlist to make it work with DVD.
-Fixed � bug in mpeg_system.c

We use INPUT_READ_ONCE many times in the input code. I think that
we should replace it with a field in input_thread_t to give more
flexibility to modules. I have done it in DVD plugin but it can't work
if input.c is limited by INPUT_READ_ONCE.

The DVD method is slower than input_ps ; but there are things to
improve.
CSS descrambling is broken.
src/input/css_table.h
src/input/dvd_css.c
src/input/dvd_css.h
src/input/dvd_ifo.c
src/input/dvd_ifo.h
src/input/input_dvd.c
src/input/input_dvd.h
src/input/input_netlist.c
src/input/input_netlist.h
src/input/mpeg_system.c