Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -11/+0 |
* | xbm: use av_frame_free on close | Vittorio Giovara | 2014-03-27 | 1 | -1/+1 |
* | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -2/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | avcodec: add XBM encoder | Paul B Mahol | 2012-03-17 | 1 | -0/+86 |