]> git.sesse.net Git - vlc/history - modules/packetizer/copy.c
s/informations/information/
[vlc] / modules / packetizer / copy.c
2010-07-28 Rémi Durafforts/informations/information/
2010-06-18 Laurent AimarParse WMV3 frame type in the generic packetizer.
2009-12-07 Rafaël Carrépacketizer copy : use VLC_TS_INVALID
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarUsed vlc_fourcc_GetCodecAudio when applicable.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-02 Laurent AimarPacketizers should trash all blocks with DISCONTINUITY...
2006-12-03 Rémi Denis-CourmontFix small memleak
2006-11-26 Clément StenacA bit of headers cleanup
2006-03-25 Felix Paul Kühne* another 1st string review, 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
2004-12-11 Clément StenacImprovements to preferences
2004-05-29 Laurent Aimar * copy: low latency for subt.
2004-05-28 Laurent Aimar * copy: don't break the length for subtitle packet.
2004-04-13 Gildas Bazin* modules/packetizer/*: bug fix (use es_format_Copy...
2004-03-06 Gildas Bazin* src/input/input_dec.c: fix for input_EndDecoder(...
2004-01-25 Carlo Calabròreverting a whole bunch of stupid changes,
2004-01-25 Carlo CalabròString review, round three in advance :)
2003-11-27 Laurent Aimarcopy: set pts to dts if pts <= 0. (Needed to make div3...
2003-11-22 Laurent Aimar * copy: removed the old spu packetizer.
2003-11-20 Laurent Aimar * copy: ported to new API.
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-09-29 Gildas Bazin* modules/mux/ogg.c: always backup the vorbis/theora...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-11 Laurent Aimar * copy: removed annoying debug message.
2003-08-10 Gildas Bazin* modules/demux/mkv.cpp, modules/mux/avi.c, modules...
2003-08-08 Gildas Bazin* src/input/input_clock.c: reverted the patch that...
2003-07-31 Laurent Aimar * copy.c: Added DVD subtitle support. I still need...
2003-07-20 Gildas Bazin* modules/packetizer/copy.c, modules/stream_out/transco...
2003-05-16 Gildas Bazin* modules/packetizer/copy.c, modules/stream_out/transco...
2003-05-03 Laurent Aimar * all: shut up valgrind ;) (memory leacks and one...
2003-05-02 Laurent Aimar * copy: added raw audio/video support.
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-19 Laurent Aimar * all: change the way fourcc are stored in bitmapinfoh...
2003-01-08 Laurent Aimar * mpeg4audio.c: new packetizer (but for now it don...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).