summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vc1dsp_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-281-6/+6
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-7/+7
* x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-221-1/+1
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-1/+1
* x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-081-1/+2
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-021-1/+7
* x86: vc1dsp: Fix indentationMartin Storsjö2013-03-261-42/+42
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-2/+7
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-261-2/+0
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-261-3/+0
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-271-0/+4
* Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-29/+36
* x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-081-91/+7
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-3/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-2/+2
* x86: vc1: fix and enable optimised loop filterMans Rullgard2012-06-301-1/+1
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-251-0/+6
* x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions.Michael Kostylev2012-05-121-2/+0
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-171-20/+43
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-181-3/+3
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-6/+6
* Remove global mm_flags variableMåns Rullgård2010-08-241-1/+1
* Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.cDavid Conrad2010-07-211-7/+0
* VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)Ronald S. Bultje2010-07-201-2/+0
* MMX/SSE VC1 loop filterDavid Conrad2010-07-111-0/+64
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* x86: move function prototypes to header filesMåns Rullgård2010-03-061-3/+0
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-161-0/+203
* VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad2009-04-151-133/+184
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-0/+490
OpenPOWER on IntegriCloud