summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp3dsp.asm
Commit message (Expand)AuthorAge
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-15
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-19
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* vp3: don't compile mmx IDCT functions on x86-64.Ronald S. Bultje2012-07-27
* vp3: port x86 SIMD to cpuflags.Ronald S. Bultje2012-07-27
* vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-25
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* Fix NASM include directiveDave Yeo2011-08-15
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-05
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-30