summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vc1dsp_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '71155d7b4157fee44c0d3d0fc1b660ebfb9ccf46'Michael Niedermayer2013-01-271-0/+4
|\
| * dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-271-0/+4
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-4/+4
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
* | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-011-29/+36
|\ \ | |/
| * x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-29/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-98/+7
|\ \ | |/
| * x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-081-91/+7
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-311-3/+2
|\ \ | |/
| * x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-3/+2
* | vc1dsp_mmx: remove libavutil/internal.h includeMichael Niedermayer2012-08-161-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+1
|\ \ | |/
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-041-2/+2
|\ \ | |/
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-301-1/+1
|\ \ | |/
| * x86: vc1: fix and enable optimised loop filterMans Rullgard2012-06-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-251-0/+6
|\ \ | |/
| * x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-251-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-131-2/+0
|\ \ | |/
| * 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
* | Fix linking without yasm.Carl Eugen Hoyos2012-03-241-4/+6
* | VC1: restore optimizations broken in 9a1ced32.Reimar Döffinger2012-03-231-6/+11
* | dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-181-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