]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/h264_idct.asm
x86: Add missing movsxd for the int stride parameter
[ffmpeg] / libavcodec / x86 / h264_idct.asm
2016-06-16 Martin Storsjöx86: Add missing movsxd for the int stride parameter
2014-03-13 Diego Biurrunx86: Make function prototype comments in assembly code...
2013-10-07 Diego Biurrunx86: h264_idct: Update comments to match 8/10-bit depth...
2013-08-21 Diego Biurrunx86: h264_idct: Remove incorrect comment
2013-04-10 Ronald S. Bultjeh264: Integrate clear_blocks calls with IDCT
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-11-27 Diego Biurrunx86: h264_idct: port to cpuflags
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
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-07 Mans Rullgardx86: add colons after labels
2012-08-05 Diego Biurrunx86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_a...
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-02-08 Ronald S. Bultjeh264: manually save/restore XMM registers for functions...
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-29 Jason Garrett-GlaserH.264: tweak some other x86 asm for Atom
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-05-31 Daniel KangUpdate 8-bit H.264 IDCT function names to reflect bit...
2011-05-17 Daniel KangModify x86util.asm to ease transitioning to 10-bit...
2011-05-14 Diego BiurrunFix FSF address copy paste error in some license headers.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-09-26 Reimar DöffingerAdd d suffix to movd target register to make it work...
2010-09-24 Ronald S. BultjeUnroll loop in h264_idct_add16intra_sse2(). Basically...
2010-09-24 Ronald S. BultjeUnroll loop in h264_idct_add8_sse2(). This means we...
2010-09-14 Ronald S. BultjeRename h264_idct_sse2.asm to h264_idct.asm; move inline...