]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/h264_qpel_mmx.c
vp56: port x86 simd to cpuflags.
[ffmpeg] / libavcodec / x86 / h264_qpel_mmx.c
2012-07-25 Ronald S. Bultjex86/dsputil: put inline asm under HAVE_INLINE_ASM.
2012-03-07 Diego Biurrunx86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macro...
2011-07-26 Mans Rullgardx86: fix build with gcc 4.7
2011-07-04 Daniel Kangx86_32: Fix build on x86_32 with --disable-yasm.
2011-07-03 Daniel KangH.264: Add x86 assembly for 10-bit H.264 qpel functions.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-10-31 Ramiro Pollaxmm_clobbers: list xmm registers first in clobber list
2010-10-30 Ramiro Pollah264dsp: add xmm registers to clobber list
2010-10-28 Ramiro Pollaindent
2010-10-28 Ramiro Pollah264dsp: merge some more asm blocks
2010-10-25 Ramiro Pollah264dsp: merge some asm blocks
2010-09-01 Ronald S. BultjeSplit h264dsp_mmx.c (which was #included in dsputil_mmx...