summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_idct.asm
Commit message (Expand)AuthorAge
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
* x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun2013-10-07
* x86: h264_idct: Remove incorrect commentDiego Biurrun2013-08-21
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* x86: h264_idct: port to cpuflagsDiego Biurrun2012-11-28
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-31
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* x86: add colons after labelsMans Rullgard2012-08-07
* x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2Diego Biurrun2012-08-05
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* h264: manually save/restore XMM registers for functions using INIT_MMX.Ronald S. Bultje2012-02-08
* 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
* H.264: tweak some other x86 asm for AtomJason Garrett-Glaser2011-07-29
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Update 8-bit H.264 IDCT function names to reflect bit-depth.Daniel Kang2011-05-31
* Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang2011-05-17
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* Add d suffix to movd target register to make it work with nasm.Reimar Döffinger2010-09-26
* Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, thisRonald S. Bultje2010-09-24
* Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in theRonald S. Bultje2010-09-24
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-14