]> git.sesse.net Git - vlc/commit
TS Input :
authorHenri Fallon <henri@videolan.org>
Wed, 21 Feb 2001 04:38:59 +0000 (04:38 +0000)
committerHenri Fallon <henri@videolan.org>
Wed, 21 Feb 2001 04:38:59 +0000 (04:38 +0000)
commit910f40f93c543d78c5c9f3da3f5a5706be98b453
treeeff5f3ce63f346eb79e6728c1c6bcfb92cc485a6
parent9584da59d18a95604a43843009bad4e27c9d8226
TS Input :
- Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams
  where PAT or PMT are splitted in more than one section.
- Some TS files still don't work (matrix.ts i.e : no sound ),
  others do ... i'll have to investigate.

Todo :
- What if data get unaligned ?
- Write NetworkOpen
- Try to find why I get no sound on matrix.ts
- Support Stream and program selection.
include/mpeg_system.h
plugins/mpeg/input_ts.c
plugins/mpeg/input_ts.h
src/input/mpeg_system.c