summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264dsp_mmx.c
Commit message (Expand)AuthorAge
* optimize h264_loop_filter_strength_mmx2Loren Merritt2010-01-26
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Use two separate memory arguments since 8+() is invalid gas syntaxDavid Conrad2010-01-21
* Attempt to fix asm compilation failure.Michael Niedermayer2010-01-20
* Use constant offsets for memory operands since gcc is unable toDavid Conrad2010-01-20
* Fix h264_loop_filter_strength_mmx2() so it works with b frames.Michael Niedermayer2010-01-19
* Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer2010-01-19
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-04
* H264: Fix out of bounds reads in SSSE3 MCAlexander Strange2009-05-30
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-14
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
* fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...Baptiste Coudurier2009-02-08
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten2009-01-04
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-03
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22