| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not misuse long as the size of a register in x86. | Ramiro Polla | 2008-05-08 | 1 | -2/+2 |
* | h264 chroma mc ssse3 | Loren Merritt | 2008-04-01 | 1 | -2/+1 |
* | clean up an ugliness introduced in r11826. this syntax will require fewer cha... | Loren Merritt | 2008-02-05 | 1 | -3/+3 |
* | ff_h264_idct8_add_sse2. | Loren Merritt | 2008-02-03 | 1 | -3/+3 |
* | add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. | Christophe Gisquet | 2007-12-21 | 1 | -5/+9 |
* | correct type for {put,avg}_h264_chroma_mc2_mmx2 | Måns Rullgård | 2007-06-16 | 1 | -2/+2 |
* | reorder a few more paddws to reduce dependancy chains | Michael Niedermayer | 2007-02-23 | 1 | -2/+2 |
* | reorder paddws to reduce dependancy chain | Michael Niedermayer | 2007-02-23 | 1 | -1/+1 |
* | shortening dependancy chain in chroma mc2 | Michael Niedermayer | 2007-02-23 | 1 | -6/+6 |
* | remove now wrong comment | Michael Niedermayer | 2007-02-23 | 1 | -2/+0 |
* | fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c... | Michael Niedermayer | 2007-02-23 | 1 | -2/+5 |
* | gcc 2.95 fix | Michael Niedermayer | 2007-02-22 | 1 | -3/+3 |
* | fix for x86-64 | Måns Rullgård | 2007-02-18 | 1 | -1/+1 |
* | rewrite H264_CHROMA_MC4_TMPL (20% faster) | Michael Niedermayer | 2007-02-17 | 1 | -73/+61 |
* | Minor AMD64 compilation fix | Reimar Döffinger | 2007-02-10 | 1 | -1/+1 |
* | maybe fix x86_64 (untested) | Michael Niedermayer | 2007-02-10 | 1 | -3/+3 |
* | factor out common subexprssion (gcc of course is too stupid to do this ...) | Michael Niedermayer | 2007-02-09 | 1 | -2/+3 |
* | merge asm fragments in H264_CHROMA_MC2_TMPL() | Michael Niedermayer | 2007-02-09 | 1 | -40/+29 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | simplified and slightly faster h264_chroma_mc8_mmx | Loren Merritt | 2006-03-25 | 1 | -128/+68 |
* | 10l | Loren Merritt | 2006-03-22 | 1 | -1/+1 |
* | added mmx implementation of h264_chroma_mc2 | Loren Merritt | 2006-03-22 | 1 | -1/+64 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -4/+4 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx. | Loren Merritt | 2005-10-27 | 1 | -34/+215 |
* | sort H.264 mmx dsp functions into their own file | Loren Merritt | 2005-06-02 | 1 | -2/+2 |
* | MMX code for (put|avg)_h264_chroma_mc8 | Zoltán Hidvégi | 2005-05-25 | 1 | -0/+140 |