]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/idct_sse2_xvid.c
dsputil: Split off IDCT bits into their own context
[ffmpeg] / libavcodec / x86 / idct_sse2_xvid.c
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2013-10-05 Diego Biurrunx86: xviddct: Employ more specific ifdefs
2013-05-12 Diego Biurrunx86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-28 Diego Biurrunx86: Simplify some arch conditionals
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-07-25 Ronald S. Bultjex86/dsputil: put inline asm under HAVE_INLINE_ASM.
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-18 Mans RullgardReplace ASMALIGN() with .p2align
2010-10-31 Ramiro Pollaxmm_clobbers: list xmm registers first in clobber list
2010-10-31 Ramiro Pollaidct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64
2010-10-31 Ramiro Pollaidct_sse2_xvid: add xmm registers to clobber list
2010-08-30 Ronald S. BultjePut ff_ prefix on non-static {put_signed,put,add}_pixel...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-08-29 Måns RullgårdMove declarations of some mmx functions to dsputil_mmx.h
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.