summaryrefslogtreecommitdiff
path: root/libavcodec/asvenc.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* asv: Check memory allocationVittorio Giovara2015-05-31
* asvenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-24
* asvenc: Forward the error instead of asserting on itLuca Barbato2014-12-14
* asv: K&R formatting cosmeticsGabriel Dume2014-09-02
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-07
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* asvenc: free avctx->coded_frame on codec closeJanne Grunau2014-02-09
* asvenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: replace some forgotten instances of PixelFormat with AVPixelFormatAnton Khirnov2012-12-12
* Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* lavc: split asv12 encoder/decoderAnton Khirnov2012-10-09