summaryrefslogtreecommitdiff
path: root/libavcodec/proresdsp.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-09
|\
| * dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-08
|\|
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
| * prores: initialise encoder and decoder parts only when neededKostya Shishkov2012-02-17
* | Fix compilation condition for some ProRes dsp encoder functions.Carl Eugen Hoyos2012-06-04
* | Fix compilation condition for some ProRes dsp decoder functions.Carl Eugen Hoyos2012-06-04
* | prores: initialise encoder and decoder parts only when neededKostya Shishkov2012-02-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * prores encoderKostya Shishkov2012-02-15
* | prores: use C idct for fate as the SSE code is not matching the SSE* code dow...Michael Niedermayer2011-10-14
|/
* 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