]> git.sesse.net Git - vlc/commit
Begining of TS Input
authorHenri Fallon <henri@videolan.org>
Wed, 14 Feb 2001 15:58:29 +0000 (15:58 +0000)
committerHenri Fallon <henri@videolan.org>
Wed, 14 Feb 2001 15:58:29 +0000 (15:58 +0000)
commit79b461542e823c923581e073ea60cc21c790ba70
tree44338906a6f658a22a500bc65a9054454f3b0fb1
parenta294d22adb3bf3cff83c8c7fd1ef967035eae588
Begining of TS Input

Done :
- fixed netlist
- embryo : support TS video trough file ( kludgy ... )

Next :
- Write DecodePSI and DemuxPSI, wich will clean the kludges off

Then :
- Write NetworkOpen ( shouldn't be difficult )

Eventually :
- Deal with lost/corrupt packets
include/input_netlist.h
plugins/dvd/input_dvd.c
plugins/mpeg/input_ts.c
plugins/mpeg/input_ts.h [new file with mode: 0644]
src/input/input_netlist.c
src/input/mpeg_system.c