]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/h264dsp_mmx.c
Implement an sse version of scalarproduct_float().
[ffmpeg] / libavcodec / x86 / h264dsp_mmx.c
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-21 David ConradUse two separate memory arguments since 8+() is invalid...
2010-01-20 Michael NiedermayerAttempt to fix asm compilation failure.
2010-01-20 David ConradUse constant offsets for memory operands since gcc...
2010-01-19 Michael NiedermayerFix h264_loop_filter_strength_mmx2() so it works with...
2010-01-19 Michael NiedermayerRemove -2 -> -1 remapping, its not needed anymore as...
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-05-30 Alexander StrangeH264: Fix out of bounds reads in SSSE3 MC
2009-04-14 David ConradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 David ConradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-02-08 Baptiste Coudurierfix typo in h264dsp_mmx (no effect currently as the...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
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-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.