]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/dsputil_mmx.c
Mark put_signed_pixels_clamped_mmx output operands as early-clobber because
[ffmpeg] / libavcodec / x86 / dsputil_mmx.c
2009-04-03 Reimar DöffingerMark put_signed_pixels_clamped_mmx output operands...
2009-04-03 Reimar DöffingerUse DECLARE_ASM_CONST for non-global ff_vector128 const...
2009-04-02 Alex ConverseRewrite put_signed_pixels_clamped_mmx() to eliminate...
2009-02-13 Zuxy Mengadd SSE2 version of vp6_filter_diag
2009-02-12 Sebastien Lucasadd MMX version of vp6_filter_diag
2009-02-12 Aurelien Jacobsconvert ff_pw_64 into an xmm_reg for future use in...
2009-02-11 Diego BiurrunAdd check whether the compiler/assembler supports 10...
2009-02-08 Loren Merrittff_add_hfyu_median_prediction_mmx2
2009-01-26 David ConradWorkaround for gcc 3.4 to align sh properly
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-05 Diego BiurrunAdd missing 'void' keyword to parameterless function...
2009-01-04 Mathieu VeltenUse H264 MMX chroma functions to accelerate RV40 decoding.
2009-01-03 Jason Garrett-GlaserAdd x264 SSE2 iDCT functions to H.264 decoder.
2008-12-28 Carl Eugen HoyosFix h264 decoding on SSE2 cores with icc compilation.
2008-12-26 Jason Garrett-GlaserFix compilation without optimization under 64-bit with...
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.