summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_qpel_mmx.c
Commit message (Expand)AuthorAge
* Fix compilation with --disable-everything.Carl Eugen Hoyos2012-05-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-08
|\
| * x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c.Diego Biurrun2012-03-07
| * x86: fix build with gcc 4.7Mans Rullgard2011-07-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\|
| * x86_32: Fix build on x86_32 with --disable-yasm.Daniel Kang2011-07-04
* | h264_qpel_mmx: add another forgotten have_yasmMichael Niedermayer2011-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | A cmp instruction with two constants is invalid, thus "g" constraintReimar Döffinger2011-06-21
|/
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-31
* h264dsp: add xmm registers to clobber listRamiro Polla2010-10-30
* indentRamiro Polla2010-10-28
* h264dsp: merge some more asm blocksRamiro Polla2010-10-28
* h264dsp: merge some asm blocksRamiro Polla2010-10-25
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-01