Add README and TODO

sdt
Kieran Kunhya 2011-01-10 13:59:35 +00:00
rodzic 0bd280e764
commit 353a7ea1af
2 zmienionych plików z 26 dodań i 0 usunięć

14
README
Wyświetl plik

@ -0,0 +1,14 @@
libmpegts README
Single Program Transport stream muxer
Things which work:
CBR and VBR TS muxing of AVC, AC-3, MP2 and AAC/HE-AAC.
DVB AU_Information
(Very likely MPEG-2 as well but not tested)
Things which don't work:
Blu-Ray and associated formats
DTS

12
TODO 100644
Wyświetl plik

@ -0,0 +1,12 @@
libmpegts TODO list
Most important TODO is to get streams verified with a good analyzer
Add Blu-ray formats - dealing with vbr audio?
Is the use of double precision for the PCR within its tolerance?
Is there a need to implement full T-STD modelling or use the simpler version currently implemented?
Decide on a buffering model for DVB Subtitles and Teletext
Write ATSC PSIP
Write DVB Tables (SIT, NIT, EIT) etc
Sort out T-STD on SMPTE packets
Add more formats
Improve the Makefile