]> git.sesse.net Git - ffmpeg/history - libavcodec/zmbv.c
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
[ffmpeg] / libavcodec / zmbv.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-19 Kostya Shishkovzmbv: check decompress result
2012-03-19 Kostya Shishkovzmbv: correct indentation
2012-02-01 Paul B Maholzmbv: Employ more meaningful return values.
2012-02-01 Janne Grunauzmbv: check av_realloc() return values and avoid memlea...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-12-03 Nathan Adil Maxsonzmbv.c: coding style clean-up.
2011-10-09 Mans Rullgardzmbv: remove memcpy() of decoded frame
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-07-08 Eli FriedmanRemove a useless variable in zmbv decoder.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-04 Reinhard TartlerAvoid division by zero
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-13 Reimar DöffingerRemove unnecessary calls to avcodec_check_dimensions...
2009-06-05 Baptiste Coudurierzmbv decoder uses get_buffer, set CODEC_CAP_DR1
2009-04-24 Kostya ShishkovRemove useless assignment during initialization for...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-28 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Kostya Shishkovindentation
2008-03-09 Kostya ShishkovCorrectly handle empty frames
2008-02-01 Michael Niedermayerconst
2007-07-16 Måns Rullgårdremove useless #ifdef CONFIG_ZLIB from zmbv decoder
2007-07-08 Måns Rullgårdtrivial warning fixes
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-16 Måns Rullgårdfix some printf format specifiers
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-03-27 Kostya ShishkovRemove redundant assign
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Kostya Shishkov1l: correct argument order in avcodec_check_dimensions
2006-09-09 Kostya ShishkovDrop unneeded checks before av_free() and change to...
2006-02-20 Kostya ShishkovZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled...
2006-02-12 Mike Melansonadd another set of zlib guards
2006-02-12 Mike Melansondosbox native ZMBV decoder, courtesy of Kostya