]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/h264_chromamc_10bit.asm
dsputil: drop non-compliant "fast" qpel mc functions
[ffmpeg] / libavcodec / x86 / h264_chromamc_10bit.asm
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-11 Diego Biurrunbuild: Drop AVX assembly ifdefs
2012-10-31 Diego Biurrunx86: h264_chromamc_10bit: drop pointless PAVG %define
2012-10-30 Diego Biurrunx86: yasm: Use complete source path for macro helper...
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-07 Mans Rullgardx86: add colons after labels
2012-07-28 Ronald S. Bultjeh264_chromamc_10bit: port x86 simd to cpuflags.
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2011-08-15 Dave YeoFix NASM include directive
2011-08-12 Ronald S. BultjeMove x86util.asm from libavcodec/ to libavutil/.
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.
2011-06-18 Daniel KangH.264: Add x86 assembly for 10-bit MC Chroma H.264...