aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/idct_sse2_xvid.c
Commit message (Expand)AuthorAgeFilesLines
* inline asm: fix arrays as named constraints.Matt Oliver2014-05-071-1/+1
* avcodec/x86/idct_sse2_xvid: fix non C99 inline functionMichael Niedermayer2014-04-141-1/+1
* Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-181-1/+1
* avcodec/x86/idct_sse2_xvid: move offsets out of MANGLE()Matt Oliver2014-03-171-8/+8
* Merge commit '0b8b2ae5e93d616c2ece59f7175f483154cff918'Michael Niedermayer2013-10-061-2/+2
|\
| * x86: xviddct: Employ more specific ifdefsDiego Biurrun2013-10-051-2/+2
* | Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer2013-05-141-1/+1
|\|
| * x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-1/+1
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf'Michael Niedermayer2013-01-291-1/+1
|\|
| * x86: Simplify some arch conditionalsDiego Biurrun2013-01-291-1/+1
* | idct_sse2_xvid: 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-07-261-0/+4
|\|
| * x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-251-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-1/+1
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-181-1/+1
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-311-5/+5
* idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64Ramiro Polla2010-10-311-2/+4
* idct_sse2_xvid: add xmm registers to clobber listRamiro Polla2010-10-311-1/+7
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-301-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-10/+10
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-291-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-0/+394