]> git.sesse.net Git - ffmpeg/history - libavcodec/rawenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / rawenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-04-29 Anton Khirnovrawenc: properly allocate coded_frame
2014-02-20 Diego Biurrunavcodec: Consistently name encoder init functions foo_e...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-10-12 Anton Khirnovlavc: do not use av_pix_fmt_descriptors directly.
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-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-02-08 Anton Khirnovrawenc: switch to encode2().
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-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-08 Jai MenonSet bits_per_coded_sample in the raw video encoder.
2009-04-02 Jai MenonMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-10-23 Benoit FouetRevert r15653.
2008-10-20 Andrew WasonCopy pts for each raw encoded frame.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-07-09 Aurelien Jacobssplit rawvideo encoder and decoder in their own files