]> git.sesse.net Git - vlc/history - modules/packetizer/mpeg4video.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / packetizer / mpeg4video.c
2010-02-27 Laurent AimarFixed potential invalid access with too short packetize...
2010-02-11 Pierre d'Herbemontmpeg4video: Fix leaked fmt_out.p_extra.
2009-12-08 Rafaël Carrépacketizer_mpeg4video: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
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-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.
2009-04-28 Laurent AimarMoved and fixed all common code from video packetizers...
2009-02-09 Laurent AimarFixed various decoder/packetizer flush.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-08-27 Laurent AimarSet picture flags (I/P/B) in mpeg4 packetizer.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
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-05-01 Rémi Denis-CourmontRemove I64C as well
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-01-29 Rafaël Carrécodecs & packetizers: fix warnings
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-05-30 Laurent AimarImproved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED...
2007-03-02 Laurent AimarPacketizers should trash all blocks with DISCONTINUITY...
2006-11-26 Clément StenacA bit of headers cleanup
2006-08-24 Derk-Jan Hartman* Also pass along the USER DATA of mpeg4
2006-06-11 Gildas Bazin* modules/packetizer/mpeg4video.c: ts/ps muxers rely...
2006-06-09 Gildas Bazin* modules/packetizer/mpeg4video.c: rewrite using the...
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
2005-06-08 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, modules/packetizer...
2005-06-01 Gildas Bazin* modules/packetizer/mpeg4video.c: work-around for...
2005-06-01 Gildas Bazin* modules/packetizer/mpeg4video.c: remove the VOL from...
2005-05-20 Clément StenacDon't print error on non-fatal problems
2005-03-08 Gildas Bazin* modules/packetizer/mpeg4video.c: fixed segfault
2005-02-03 Gildas Bazin* modules/packetizer/mpeg4video.c: oops, don't forget...
2005-02-02 Gildas Bazin* modules/packetizer/mpeg4video.c: proper PTS/DTS calcu...
2004-12-11 Clément StenacImprovements to preferences
2004-12-09 Gildas Bazin* modules/packetizer/mpeg4video.c: fixed memory leak...
2004-04-13 Gildas Bazin* modules/packetizer/*: bug fix (use es_format_Copy...
2004-04-13 Laurent Aimar * mpeg4video: init i_dts.
2004-03-25 Laurent Aimar * mpeg4video.c: added m4cc/M4CC.
2004-03-13 Laurent Aimar * mpeg4video.c: better pts...
2004-03-13 Laurent Aimar * mpeg4video: more cludges (it should be rewritten...
2004-03-06 Laurent Aimar * mpeg4video: set frame type (I,P,B).
2004-01-25 Carlo Calabròreverting a whole bunch of stupid changes,
2004-01-25 Carlo CalabròString review, round three in advance :)
2003-12-22 Sam Hocevar * toolbox:
2003-12-07 Jean-Paul SamanCompilation warning fixes and if-deffed unused function...
2003-11-30 Gildas Bazin* modules/packetizer/mpeg4video.c: oops
2003-11-30 Gildas Bazin* include/input_ext-plugins.h: export input_DecodeBlock().
2003-11-30 Laurent Aimar * all: added dx50 fourcc (just mpeg4 video).
2003-11-26 Gildas Bazin* ALL: fixed memory leaks.
2003-11-18 Laurent Aimar * include/vlc_bits.h: bit stream reader/writer.
2003-11-17 Gildas Bazin* modules/packetizer/mpeg4video.c: ported to the new...
2003-09-24 Laurent Aimar * all: set pf_run *only* if we accept this stream.
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-05-03 Laurent Aimar*** empty log message ***
2003-04-24 Laurent Aimar * mpeg4video.c: use video size when available from...
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-17 Laurent Aimar * all: use p_vlc->pf_memcpy instead of memcpy on big...
2003-01-12 Laurent Aimar * some workaround for clock.
2003-01-08 Laurent Aimar * mpeg4audio.c: new packetizer (but for now it don...
2002-12-18 Laurent Aimar * mpeg4video: repeat vol headers every 30 frames ...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).