]> git.sesse.net Git - ffmpeg/history - libavcodec/dpx.c
vp9: split superframes in the filtering stage before actual decoding
[ffmpeg] / libavcodec / dpx.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2013-10-31 Anton Khirnovdpx: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-06 Anton Khirnovdpx: return meaningful error codes.
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-29 Anton Khirnovlavc: add CODEC_CAP_DR1 to all video decoders missing...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-05 Derek Buitenhuisdpx: Make start offset unsigned
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-01 Peter RossDPX decoder: read sample aspect ratio
2011-05-01 Reimar DöffingerDPX decoder: add buffer size checks.
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-07 Daniel KangDo not overread input buffer.
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-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-12-16 Reimar DöffingerSet bits_per_raw_sample appropriately in dpx decoder.
2009-06-12 Jimmy ChristensenDPX (Digital Picture Exchange) image decoder