aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_qpel_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-1/+1
|\
| * x86_32: Fix build on x86_32 with --disable-yasm.Daniel Kang2011-07-041-1/+1
* | h264_qpel_mmx: add another forgotten have_yasmMichael Niedermayer2011-07-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+98
|\|
| * H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-031-0/+98
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | A cmp instruction with two constants is invalid, thus "g" constraintReimar Döffinger2011-06-211-4/+4
|/
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-311-23/+23
* h264dsp: add xmm registers to clobber listRamiro Polla2010-10-301-0/+16
* indentRamiro Polla2010-10-281-70/+70
* h264dsp: merge some more asm blocksRamiro Polla2010-10-281-39/+21
* h264dsp: merge some asm blocksRamiro Polla2010-10-251-26/+20
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-011-0/+1209