summaryrefslogtreecommitdiff
path: root/libavcodec/x86/motion_est_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-011-0/+6
|\
| * x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-311-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-181-8/+8
* sad16_sse2: merge 2 asm blocksRamiro Polla2010-10-311-10/+7
* motion_est_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-311-6/+6
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+1
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-3/+3
* Remove global mm_flags variableMåns Rullgård2010-08-241-0/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-291-0/+1
* Do not use SSE2 SAD for snow as it requires more alignment than can beMichael Niedermayer2009-04-091-1/+1
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-041-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-0/+461