]> git.sesse.net Git - vlc/history - modules/mux/mpeg/ps.c
* modules/mux/mpeg: for video ES, always put the pts and dts in the pes header when...
[vlc] / modules / mux / mpeg / ps.c
2004-10-27 Gildas Bazin* modules/mux/mpeg: for video ES, always put the pts...
2004-10-22 Christophe Massiot * modules/mux/mpeg/pes.c: Extended prototype to allow...
2004-09-22 Gildas Bazin* modules/mux/mpeg/ps.c: make sure the data blocks...
2004-07-10 Laurent Aimar * all: cosmetics + MUX_GET_MIME.
2004-03-29 Laurent Aimar * all: cast of lvalues ...
2004-03-11 Laurent Aimar * mux: sout_buffer_t -> block_t.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-08-02 Laurent Aimar * ps: clean up and dvd subtitles support.
2003-07-15 Gildas Bazin* modules/mux/mpeg/ps.c: save pack and system headers...
2003-07-15 Gildas Bazin* modules/mux/mpeg/ps.c,ps.c: the ps muxer can now...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-24 Laurent Aimar * all : fix compilation.
2003-02-24 Laurent Aimar * stream_output.c : fixed compilation.
2003-02-24 Laurent Aimar * stream output: fixed name inconsistency, added a...
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-08 Laurent Aimar * pes.c, ps.c: a52 stream should now work.
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-15 Laurent Aimar * modules/mux/mpeg/*: should fix builtin compilation
2002-12-14 Laurent Aimar Added stream output. (common work with titer).