summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_h264_template_mmx.c
Commit message (Expand)AuthorAge
* reorder a few more paddws to reduce dependancy chainsMichael Niedermayer2007-02-23
* reorder paddws to reduce dependancy chainMichael Niedermayer2007-02-23
* shortening dependancy chain in chroma mc2Michael Niedermayer2007-02-23
* remove now wrong commentMichael Niedermayer2007-02-23
* fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...Michael Niedermayer2007-02-23
* gcc 2.95 fixMichael Niedermayer2007-02-22
* fix for x86-64Måns Rullgård2007-02-18
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-17
* Minor AMD64 compilation fixReimar Döffinger2007-02-10
* maybe fix x86_64 (untested)Michael Niedermayer2007-02-10
* factor out common subexprssion (gcc of course is too stupid to do this ...)Michael Niedermayer2007-02-09
* merge asm fragments in H264_CHROMA_MC2_TMPL()Michael Niedermayer2007-02-09
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* simplified and slightly faster h264_chroma_mc8_mmxLoren Merritt2006-03-25
* 10lLoren Merritt2006-03-22
* added mmx implementation of h264_chroma_mc2Loren Merritt2006-03-22
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.Loren Merritt2005-10-27
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-02
* MMX code for (put|avg)_h264_chroma_mc8Zoltán Hidvégi2005-05-25