| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | 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 | -16/+2 |
* | asv: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -0/+2 |
* | asvenc: Mark codec as init-thread-safe and init-cleanup | Vittorio Giovara | 2015-04-24 | 1 | -0/+5 |
* | asvenc: Forward the error instead of asserting on it | Luca Barbato | 2014-12-14 | 1 | -5/+11 |
* | asv: K&R formatting cosmetics | Gabriel Dume | 2014-09-02 | 1 | -106/+143 |
* | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 1 | -7/+7 |
* | dsputil: Split off FDCT bits into their own context | Diego Biurrun | 2014-07-07 | 1 | -2/+4 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -0/+1 |
* | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -1/+2 |
* | asvenc: free avctx->coded_frame on codec close | Janne Grunau | 2014-02-09 | 1 | -0/+8 |
* | asvenc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -15/+18 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+4 |
* | lavc: replace some forgotten instances of PixelFormat with AVPixelFormat | Anton Khirnov | 2012-12-12 | 1 | -2/+4 |
* | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -3/+4 |
* | lavc: split asv12 encoder/decoder | Anton Khirnov | 2012-10-09 | 1 | -0/+287 |