aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/proresdsp-init.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-161-54/+0
|
* x86: Fix linking of ProRes DSP ASM with YASM disabled.Diego Biurrun2011-10-201-3/+3
|
* proresdsp: fix function prototypes.Ronald S. Bultje2011-10-141-3/+3
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-111-0/+54
~3.0-3.5x as fast as original C version, 1.6x as fast overall.