summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_chromamc_10bit.asm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-141-5/+6
|\
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-131-5/+6
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-141-2/+2
|\ \ | |/
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-2/+2
| * build: Drop AVX assembly ifdefsDiego Biurrun2012-11-111-4/+0
|/
* x86: h264_chromamc_10bit: drop pointless PAVG %defineDiego Biurrun2012-10-311-2/+1
* 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: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-2/+2
* x86: add colons after labelsMans Rullgard2012-08-071-8/+8
* h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje2012-07-271-20/+20
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-2/+2
* 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: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-181-0/+273
OpenPOWER on IntegriCloud