summaryrefslogtreecommitdiff
path: root/libavcodec/x86/cavsdsp_mmx.c
Commit message (Expand)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* 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
* Make ff_pw_4 128 bitsDavid Conrad2010-07-11
* x86: move function prototypes to header filesMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Use MANGLE in cavsdsp, the current version using "m" constraints will notReimar Döffinger2009-10-01
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-12
* avoid duplicating dsputil's clear_blockStefan Gehrer2009-02-10
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22