summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-041-7/+7
* Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger2009-04-031-2/+2
* Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger2009-04-031-1/+1
* Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger2009-04-031-1/+1
* Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse2009-04-021-13/+31
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-131-0/+5
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-121-0/+5
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-121-1/+1
* Add check whether the compiler/assembler supports 10 or more operands.Diego Biurrun2009-02-111-2/+2
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-081-0/+44
* Workaround for gcc 3.4 to align sh properlyDavid Conrad2009-01-261-2/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-9/+9
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-14/+14
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-051-1/+1
* Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten2009-01-041-0/+10
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-031-2/+5
* Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos2008-12-281-0/+2
* Fix compilation without optimization under 64-bit with x264 deblock asm enabled.Jason Garrett-Glaser2008-12-261-0/+2
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-0/+2976
OpenPOWER on IntegriCloud