]> git.sesse.net Git - ffmpeg/history - libavcodec/eacmv.c
mimic: Convert to the new bitstream reader
[ffmpeg] / libavcodec / eacmv.c
2016-09-29 Diego Biurrunea: Change type of array stride parameters to ptrdiff_t
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-02-04 Anton Khirnoveacmv: clear references on frame dimensions change
2014-01-03 Anton Khirnoveacmv: check the framerate before setting it.
2013-10-31 Anton Khirnoveacmv: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-17 Martin Storsjöeacmv: Make sure a reference frame exists before refere...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
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
2011-10-10 Laurent Aimareacmv: check for out of bound reads
2011-10-10 Laurent Aimareacmv: fix potential pointer arithmetic overflows
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-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-09 Peter Rossfix indentation
2011-01-09 Daniel Kangeacmv: ensure second-last frame is allocated before...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-09 Peter Rossupdate my email address
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
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-07-08 Peter RossElectronic Arts CMV decoder