summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAge
* relicense h264 deblock sse2 to lgplLoren Merritt2010-07-22
* Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.cDavid Conrad2010-07-21
* VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)Ronald S. Bultje2010-07-20
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-15
* Make ff_pw_4 128 bitsDavid Conrad2010-07-11
* Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje2010-07-03
* Add const to some pointer parameters.Eli Friedman2010-06-27
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-25
* Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theoraDavid Conrad2010-06-04
* vp3: DC-only IDCTDavid Conrad2010-04-17
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* x86: move function prototypes to header filesMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Enable SSE2 (put|avg)_pixels_16_sse2David Conrad2010-02-10
* Implement an sse version of scalarproduct_float().Alex Converse2010-01-22
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,Gwenole Beauchesne2010-01-04
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-30
* r20739 broke compilation on systems without yasmLoren Merritt2009-12-05
* refactor and optimize scalarproductLoren Merritt2009-12-05
* port ape dsp functions from sse2 to mmxLoren Merritt2009-12-03
* huffyuv: add some const qualifiersLoren Merritt2009-10-18
* simd add_hfyu_left_predictionLoren Merritt2009-10-18
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-27
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-27
* Mark "i" parameter of vector_clipf_sse() as early-clobberVitor Sessak2009-08-27
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-27
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-27
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-22
* Icc 11.1 still does not align the stack pointer, disable some x264 functions.Carl Eugen Hoyos2009-07-17
* SSE version of clear_blocksJason Garrett-Glaser2009-06-16
* avg_ pixel functions need to use (dst+pix+1)>>1 to average with existingDavid Conrad2009-04-15
* VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad2009-04-15
* 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
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-04
* Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger2009-04-03
* Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger2009-04-03
* Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger2009-04-03
* Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse2009-04-02
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-13
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-12
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-12
* Add check whether the compiler/assembler supports 10 or more operands.Diego Biurrun2009-02-11
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* Workaround for gcc 3.4 to align sh properlyDavid Conrad2009-01-26
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14