]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/h264_weight_10bit.asm
x86: dsputil: Move specific optimization settings out of global init function
[ffmpeg] / libavcodec / x86 / h264_weight_10bit.asm
2012-08-07 Mans Rullgardx86: add colons after labels
2012-04-16 Ronald S. Bultjeh264: use proper PROLOGUE statement for a function...
2012-04-13 Ronald S. Bultjeh264: fix 10bit biweight functions after recent x86inc...
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2011-10-22 Ronald S. Bultjeh264_weight: initialize "height" function argument...
2011-10-21 Ronald S. BultjeH264: change weight/biweight functions to take a height...
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-21 Daniel Kangh264: Add x86 assembly for 10-bit weight/biweight H...