summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_idct.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: Add missing movsxd for the int stride parameterMartin Storsjö2016-06-171-0/+21
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-131-42/+43
* x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun2013-10-071-32/+42
* x86: h264_idct: Remove incorrect commentDiego Biurrun2013-08-211-1/+0
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-25/+83
* Drop DCTELEM typedefDiego Biurrun2013-01-221-13/+13
* x86: h264_idct: port to cpuflagsDiego Biurrun2012-11-281-69/+70
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-22/+24
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-311-20/+20
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+0
* x86: add colons after labelsMans Rullgard2012-08-071-29/+29
* x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2Diego Biurrun2012-08-051-4/+4
* x86inc improvements for 64-bitHenrik Gramner2012-04-111-83/+73
* h264: manually save/restore XMM registers for functions using INIT_MMX.Ronald S. Bultje2012-02-081-0/+3
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-30/+30
* Fix NASM include directiveDave Yeo2011-08-151-2/+2
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* H.264: tweak some other x86 asm for AtomJason Garrett-Glaser2011-07-291-14/+14
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-17/+27
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-27/+17
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-17/+27
* Update 8-bit H.264 IDCT function names to reflect bit-depth.Daniel Kang2011-05-311-19/+19
* Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang2011-05-171-13/+13
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-141-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-0/+154
* Add d suffix to movd target register to make it work with nasm.Reimar Döffinger2010-09-261-2/+2
* Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, thisRonald S. Bultje2010-09-241-28/+28
* Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in theRonald S. Bultje2010-09-241-29/+20
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-141-0/+865
OpenPOWER on IntegriCloud