]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/h264_intrapred_10bit.asm
ffv1: Pass correct pointers to av_free()
[ffmpeg] / libavcodec / x86 / h264_intrapred_10bit.asm
2014-03-13 Diego Biurrunx86: Make function prototype comments in assembly code...
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-11 Diego Biurrunbuild: Drop AVX assembly ifdefs
2012-11-09 Diego Biurrunx86: PALIGNR: port to cpuflags
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-10-29 Ronald S. BultjeRemove usage of INIT_AVX in h264_intrapred_10bit.asm.
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
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-07-22 Daniel KangH.264: Add optimizations to predict x86 assembly.
2011-07-14 Daniel KangH.264: Add more x86 assembly for 10-bit H.264 predict...
2011-07-08 Daniel KangH.264: Add x86 assembly for 10-bit H.264 predict functions
2011-06-05 Daniel KangAdd x86 assembly for some 10-bit H.264 intra predict...