]> git.sesse.net Git - ffmpeg/history - libavcodec/v210enc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / v210enc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2014-12-05 Kieran Kunhyav210enc: Add SIMD optimised 8-bit and 10-bit encoders
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
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-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-17 Anton Khirnovv210enc: switch to encode2().
2012-02-10 Paul B Maholv210enc: remove redundant check for pix_fmt
2012-02-10 Aneesh Dograv210enc: Use Bytestream2 functions
2012-02-06 Paul B MaholRevert "v210enc: use FFALIGN()"
2012-02-06 Paul B Maholv210enc: use stride as it is already calculated
2012-02-06 Paul B Maholv210enc: use FFALIGN()
2012-02-06 Paul B Maholv210enc: return proper AVERROR codes instead of -1
2012-02-06 Paul B Maholv210enc: do not set coded_frame->key_frame
2012-02-06 Paul B Maholv210enc: check for coded_frame allocation failure
2011-09-07 Baptiste Coudurierv210enc: clip values according to specifications
2011-09-07 Baptiste Coudurierv210enc: switch to PIX_FMT_422P10
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
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-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-09-12 Ramiro PollaRemove ; after while(0) in macros.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-09-05 Diego Biurrunprettyprinting cosmetics
2009-06-27 Carl Eugen HoyosReplace an occurence of -1 by PIX_FMT_NONE, fixes icc...
2009-05-13 Baptiste Coudurieradd casts to silence gcc warnings
2009-05-12 Baptiste CoudurierV210 Uncompressed 4:2:2 10-bit encoder and decoder