summaryrefslogtreecommitdiff
path: root/libavcodec/proresdsp.c
Commit message (Expand)AuthorAge
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* prores: Drop DSP infrastructure for prores encoder bitsDiego Biurrun2014-02-28
* proresenc: Drop unnecessary DCT permutation bitsDiego Biurrun2014-02-28
* prores: Use consistent names for DSP arch initialization functionsDiego Biurrun2014-02-28
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* prores: initialise encoder and decoder parts only when neededKostya Shishkov2012-02-17
* prores encoderKostya Shishkov2012-02-15
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-11
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11