summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/dsputil_h264_template_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-308/+0
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-12/+12
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-081-2/+2
* h264 chroma mc ssse3Loren Merritt2008-04-011-2/+1
* clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt2008-02-051-3/+3
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-031-3/+3
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-211-5/+9
* correct type for {put,avg}_h264_chroma_mc2_mmx2Måns Rullgård2007-06-161-2/+2
* reorder a few more paddws to reduce dependancy chainsMichael Niedermayer2007-02-231-2/+2
* reorder paddws to reduce dependancy chainMichael Niedermayer2007-02-231-1/+1
* shortening dependancy chain in chroma mc2Michael Niedermayer2007-02-231-6/+6
* remove now wrong commentMichael Niedermayer2007-02-231-2/+0
* fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c...Michael Niedermayer2007-02-231-2/+5
* gcc 2.95 fixMichael Niedermayer2007-02-221-3/+3
* fix for x86-64Måns Rullgård2007-02-181-1/+1
* rewrite H264_CHROMA_MC4_TMPL (20% faster)Michael Niedermayer2007-02-171-73/+61
* Minor AMD64 compilation fixReimar Döffinger2007-02-101-1/+1
* maybe fix x86_64 (untested)Michael Niedermayer2007-02-101-3/+3
* factor out common subexprssion (gcc of course is too stupid to do this ...)Michael Niedermayer2007-02-091-2/+3
* merge asm fragments in H264_CHROMA_MC2_TMPL()Michael Niedermayer2007-02-091-40/+29
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* simplified and slightly faster h264_chroma_mc8_mmxLoren Merritt2006-03-251-128/+68
* 10lLoren Merritt2006-03-221-1/+1
* added mmx implementation of h264_chroma_mc2Loren Merritt2006-03-221-1/+64
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-4/+4
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.Loren Merritt2005-10-271-34/+215
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-021-2/+2
* MMX code for (put|avg)_h264_chroma_mc8Zoltán Hidvégi2005-05-251-0/+140
OpenPOWER on IntegriCloud