summaryrefslogtreecommitdiff
path: root/libavcodec/xbmenc.c
Commit message (Expand)AuthorAge
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* xbm: use av_frame_free on closeVittorio Giovara2014-03-27
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avcodec: add XBM encoderPaul B Mahol2012-03-17