summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vc1dsp_mmx.c
Commit message (Expand)AuthorAge
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-18
* 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
* Remove global mm_flags variableMåns Rullgård2010-08-24
* 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
* MMX/SSE VC1 loop filterDavid Conrad2010-07-11
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* 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
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-16
* VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad2009-04-15
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22