summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_idct_10bit.asm
Commit message (Expand)AuthorAge
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
* x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun2014-03-13
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-11
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* x86: add colons after labelsMans Rullgard2012-08-07
* h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-28
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* h264: mark h264_idct_add8_10 with number of XMM registers.Michael Kostylev2012-02-07
* 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
* 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
* Cosmetic changes to h264_idct_10bit.asm.Loren Merritt2011-06-02
* 2x faster h264_idct_add8_10.Loren Merritt2011-06-02
* Add IDCT functions for 10-bit H.264.Daniel Kang2011-05-31