aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264dsp_mmx.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing mm_support call toff_h264_pred_init_x86.Jason Garrett-Glaser2010-06-291-0/+2
* MMXEXT version of vp8 4x4 vertical predJason Garrett-Glaser2010-06-291-0/+2
* Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8Jason Garrett-Glaser2010-06-281-0/+6
* Fix some intra pred MMX functions that used MMXEXT instructionsJason Garrett-Glaser2010-06-281-4/+2
* Change MMXEXT to MMX2, MMXEXT is deprecatedBaptiste Coudurier2010-06-281-1/+1
* Fix x86 build with h264dsp disabledMåns Rullgård2010-06-281-0/+2
* Cosmetics: Fix indentation.Carl Eugen Hoyos2010-06-251-1/+1
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-251-0/+75
* Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger2010-05-101-7/+6
* Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger2010-04-011-3/+3
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-10/+10
* optimize h264_loop_filter_strength_mmx2Loren Merritt2010-01-261-74/+70
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-17/+17
* Use two separate memory arguments since 8+() is invalid gas syntaxDavid Conrad2010-01-211-19/+19
* Attempt to fix asm compilation failure.Michael Niedermayer2010-01-201-21/+20
* Use constant offsets for memory operands since gcc is unable toDavid Conrad2010-01-201-12/+8
* Fix h264_loop_filter_strength_mmx2() so it works with b frames.Michael Niedermayer2010-01-191-0/+34
* Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer2010-01-191-4/+0
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-041-1/+1
* H264: Fix out of bounds reads in SSSE3 MCAlexander Strange2009-05-301-38/+38
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-141-0/+8
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-141-2/+2
* fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...Baptiste Coudurier2009-02-081-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+5
* Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten2009-01-041-10/+26
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-031-0/+72
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-0/+2208