]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/vc1dsp_mmx.c
x86: vc1dsp: Fix indentation
[ffmpeg] / libavcodec / x86 / vc1dsp_mmx.c
2013-03-26 Martin Storsjöx86: vc1dsp: Fix indentation
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-02-26 Diego Biurrunx86: dsputil: Drop aliasing of ff_put_pixels8_mmx to...
2013-02-26 Diego Biurrunx86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-27 Daniel Kangdsputil: x86: Convert mpeg4 qpel and dsputil avg to...
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-08 Janne Grunaux86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-06-29 Mans Rullgardx86: vc1: fix and enable optimised loop filter
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2012-05-12 Michael Kostylevx86: vc1: drop MMX loop filter implementation, which...
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-01-18 Mans RullgardReplace ASMALIGN() with .p2align
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-08-24 Måns RullgårdRemove global mm_flags variable
2010-07-21 David ConradMove ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c
2010-07-20 Ronald S. BultjeVP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both...
2010-07-11 David ConradMMX/SSE VC1 loop filter
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-03-06 Måns Rullgårdx86: move function prototypes to header files
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-06-16 Jason Garrett-Glaseridct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-04-15 David ConradVC1: extend MMX qpel MC to include MMX2 avg qpel
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.