summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.h
Commit message (Expand)AuthorAge
* rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet2012-05-10
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* Fix compilation on x86-32 with --disable-optimizations,Daniel Kang2011-01-03
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-24
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-03
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-01
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-30
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-31
* Add header declarations for mmx/sse constants missing themDavid Conrad2010-07-21
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-15
* Make ff_pw_4 128 bitsDavid Conrad2010-07-11
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-25
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* x86: move function prototypes to header filesMåns Rullgård2010-03-06
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-29
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-12
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22