summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vc1dsp_mmx.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-22
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12
* x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-08
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-02
* x86: vc1dsp: Fix indentationMartin Storsjö2013-03-26
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-26
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-26
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-27
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86: vc1: fix and enable optimised loop filterMans Rullgard2012-06-30
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
* x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions.Michael Kostylev2012-05-12
* 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