]> git.sesse.net Git - vlc/history - modules/mux/mpeg/pes.c
Used VLC_CODEC_* and i_original_fourcc when applicable.
[vlc] / modules / mux / mpeg / pes.c
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-11-18 Laurent AimarCosmetics (use PES_EXTENDED_STREAM_ID)
2008-11-15 Laurent AimarRemoved useless test.
2008-11-15 David Flynnmux/mpeg/pes: move PES_PRIVATE_STREAM_1 id handling...
2008-11-15 David Flynnmux/mpeg/pes: Add support for stream_id_extension
2008-11-15 Laurent AimarAdded 2 asserts.
2008-11-15 David Flynnmux/mpeg/pes: Add support for unbounded VIDEO_ES
2008-11-15 David Flynnmux/mpeg/pes: Add documentation stub
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-03-11 Clément StenacFix crash in TS muxer. Patch by Alex Antropoff.
2006-01-12 Antoine CellerierFSF address change.
2005-10-09 Laurent Aimar * ts: fix segfault with old dvbpsi, fix uninitialized...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-01 Gildas Bazin* modules/mux/mpeg/*: add the mpeg4 video VOL data...
2005-04-18 Gildas Bazin* modules/mux/mpeg/*: new --sout-ps-pes-max-size option.
2004-11-03 Gildas Bazin* modules/mux/mpeg/pes.c: for mpgv, don't store dts...
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-04-07 Gildas Bazin* modules/mux/*: fixed block_Realloc() typo.
2004-03-13 Laurent Aimar * ts: for MSCODEC in TS, set pts == dts when pts ...
2004-03-11 Laurent Aimar * mux: sout_buffer_t -> block_t.
2004-03-03 Christophe Massiot* modules/mux/mpeg/pes.c: Copy the flags of the data...
2003-12-10 Gildas Bazin* modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts...
2003-12-01 Gildas Bazin* ALL: fixed DTS audio support.
2003-11-15 Laurent Aimar * set dts/length of all pes packet.
2003-08-15 Laurent Aimar * pes: fix private stream with mpeg1.
2003-08-14 Laurent Aimar * ts: use right stream_id for A52 (0xbd -> fix mplayer...
2003-08-02 Laurent Aimar * ps: clean up and dvd subtitles support.
2003-07-15 Gildas Bazin* modules/mux/mpeg/ps.c,ps.c: the ps muxer can now...
2003-06-10 Gildas Bazin* modules/packetizer/mpegvideo.c, modules/mux/mpeg...
2003-06-09 Gildas Bazin* modules/mux/mpeg/pes.c: allow cases where we don...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-01-17 Laurent Aimar * all: use p_vlc->pf_memcpy instead of memcpy on big...
2003-01-08 Laurent Aimar * pes.c, ps.c: a52 stream should now work.
2002-12-15 Laurent Aimar * modules/mux/mpeg/*: should fix builtin compilation
2002-12-14 Laurent Aimar Added stream output. (common work with titer).