]> git.sesse.net Git - vlc/history - modules/mux/mpeg/ps.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / mux / mpeg / ps.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-03-31 Clément StenacMuxers (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-18 Gildas Bazin* modules/mux/mpeg/*: new --sout-ps-pes-max-size option.
2005-03-18 Mark Moriartyps.c -- add i_rate_bound (MPEG spec 13818 requires...
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: small cleanup.
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: correct PSM size.
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: shut-up valgrind warning.
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: Write a PSM + support for...
2005-03-08 Gildas Bazin* modules/mux/mpeg/ps.c: use instant bitrate to calcula...
2005-03-07 Mark MoriartyFix mpeg ps time output, making it seekable. There...
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacImprovements to preferences
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).