]> git.sesse.net Git - vlc/history - modules/demux/ts.c
* include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if...
[vlc] / modules / demux / ts.c
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-03-03 Laurent Aimar * ts.c: fixed PCR handling (when the pcr pid isn't...
2004-02-21 Gildas Bazin* include/charset.h: added "extern "C" {" for c++ modules.
2004-02-14 Gildas Bazin* ALL: small portability fixes.
2004-02-01 Laurent Aimar * ts: implemented the same detection than mpeg/ts.c
2004-01-30 Laurent Aimar * ts: set psz_laguage with iso639 code.
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-25 Laurent Aimar - csa.* : CSA scrambling implementation.
2004-01-22 Laurent Aimar * ts: added --ts-out and --ts-out-mtu (ie replace...
2004-01-19 Laurent Aimar * ts: added a ts-es-id-pid option to mark es with...
2004-01-18 Laurent Aimar * ts: clean up and a few mem leaks.
2004-01-18 Laurent Aimar * ts: fixed ms-codec playback.
2004-01-16 Laurent Aimar * ts: fixed mpeg4 video in TS.
2004-01-16 Laurent Aimar * ts: rewrite from scratch of the TS demuxer to fit...