summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Implement an sse version of scalarproduct_float().Alex Converse2010-01-221-0/+5
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-7/+7
* Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,Gwenole Beauchesne2010-01-041-1/+3
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-301-4/+3
* r20739 broke compilation on systems without yasmLoren Merritt2009-12-051-7/+6
* refactor and optimize scalarproductLoren Merritt2009-12-051-10/+9
* port ape dsp functions from sse2 to mmxLoren Merritt2009-12-031-75/+18
* huffyuv: add some const qualifiersLoren Merritt2009-10-181-4/+4
* simd add_hfyu_left_predictionLoren Merritt2009-10-181-0/+7
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-271-32/+32
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-271-70/+6
* Mark "i" parameter of vector_clipf_sse() as early-clobberVitor Sessak2009-08-271-1/+1
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-271-1/+1
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-271-0/+35
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-291-1/+1
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-221-2/+2
* Icc 11.1 still does not align the stack pointer, disable some x264 functions.Carl Eugen Hoyos2009-07-171-1/+1
* SSE version of clear_blocksJason Garrett-Glaser2009-06-161-2/+26
* avg_ pixel functions need to use (dst+pix+1)>>1 to average with existingDavid Conrad2009-04-151-0/+6
* VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad2009-04-151-0/+3
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-141-0/+3
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-141-2/+2
* 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