]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/h264_idct_10bit.asm
x86: yasm: Use complete source path for macro helper %includes
[ffmpeg] / libavcodec / x86 / h264_idct_10bit.asm
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_idct_10bit: port x86 assembly to cpuflags.
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-02-07 Michael Kostylevh264: mark h264_idct_add8_10 with number of XMM registers.
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-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-02 Loren MerrittCosmetic changes to h264_idct_10bit.asm.
2011-06-02 Loren Merritt2x faster h264_idct_add8_10.
2011-05-31 Daniel KangAdd IDCT functions for 10-bit H.264.