| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA... | Guillaume Poirier | 2005-12-10 | 1 | -0/+10 |
* | use sse16_sse2() in nsse | Loren Merritt | 2005-11-12 | 1 | -2/+5 |
* | faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx. | Loren Merritt | 2005-10-27 | 3 | -34/+239 |
* | h264 mmx weighted prediction. up to 3% overall speedup. | Loren Merritt | 2005-10-09 | 2 | -0/+115 |
* | sse2 16x16 sum squared diff (306=>268 cycles on a K8) | Loren Merritt | 2005-09-30 | 1 | -5/+85 |
* | replace a few mov + psrlq with pshufw, there are more cases which could benef... | Michael Niedermayer | 2005-09-21 | 2 | -17/+17 |
* | Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. | Reimar Döffinger | 2005-09-10 | 1 | -1/+1 |
* | remove unused table entries | Michael Niedermayer | 2005-09-10 | 1 | -27/+10 |
* | xvids mmx&mmx2 idcts | Michael Niedermayer | 2005-09-10 | 2 | -0/+586 |
* | Kill some compiler warnings. Compiled code verified identical after changes. | Måns Rullgård | 2005-09-06 | 2 | -5/+7 |
* | simplify (d&a) and (d&~a) calculation, hint by skal | Michael Niedermayer | 2005-09-03 | 1 | -4/+3 |
* | add consts (this was in my local tree, dunno where it came from, probably for... | Michael Niedermayer | 2005-09-02 | 1 | -22/+22 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+0 |
* | libavutil: Utility code from libavcodec moved to a separate library. | Alexander Strasser | 2005-08-01 | 2 | -2/+2 |
* | sort H.264 mmx dsp functions into their own file | Loren Merritt | 2005-06-02 | 4 | -886/+917 |
* | adding a few const | Michael Niedermayer | 2005-06-01 | 3 | -5/+5 |
* | 100l for myself (breaking amd64) | Michael Niedermayer | 2005-06-01 | 1 | -4/+4 |
* | merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron) | Michael Niedermayer | 2005-06-01 | 1 | -7/+13 |
* | get rid of 2 movq (680 -> 658 dezicycles on duron) | Michael Niedermayer | 2005-06-01 | 1 | -17/+15 |
* | avoid one transpose (730->680 dezicycles on duron) | Michael Niedermayer | 2005-06-01 | 1 | -7/+4 |
* | 10l (symbol mangling) | Loren Merritt | 2005-06-01 | 1 | -7/+7 |
* | add rounding bias before the horizontal idct (765->730 dezicyles on duron) | Michael Niedermayer | 2005-06-01 | 1 | -2/+3 |
* | MMX for H.264 iDCT (adapted from x264) | Loren Merritt | 2005-05-31 | 2 | -0/+90 |
* | MMX code for (put|avg)_h264_chroma_mc8 | Zoltán Hidvégi | 2005-05-25 | 2 | -0/+168 |
* | H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas... | Loren Merritt | 2005-05-18 | 1 | -171/+235 |
* | porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API | Michael Niedermayer | 2005-05-17 | 3 | -266/+43 |
* | disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ... | Michael Niedermayer | 2005-05-17 | 1 | -7/+7 |
* | fix PIC | Michael Niedermayer | 2005-05-08 | 1 | -1/+1 |
* | MMX for H.264 deblocking filter | Loren Merritt | 2005-04-25 | 1 | -0/+204 |
* | read 32bit instead of 64bit to avoid overreading and missalignments | Michael Niedermayer | 2005-04-17 | 1 | -4/+8 |
* | optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fj... | Martin Drab | 2005-02-07 | 1 | -16/+12 |
* | x86 cpu capabilities detection rewrite / cleanup | Michael Niedermayer | 2004-12-13 | 1 | -61/+40 |
* | detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< f... | Matthieu Castet | 2004-12-05 | 1 | -3/+3 |
* | H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) | Michael Niedermayer | 2004-10-28 | 1 | -1/+1 |
* | gcc 3.4.3 preversions do not appreciate invalid instruction and operand combi... | Aurelien Jacobs | 2004-10-17 | 1 | -4/+5 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat... | Aurelien Jacobs | 2004-10-11 | 9 | -586/+603 |
* | 1/2 resolution decoding | Michael Niedermayer | 2004-09-25 | 1 | -16/+17 |
* | h264_qpel8_hv_lowpass_mmx2/3dnow | Michael Niedermayer | 2004-09-08 | 1 | -6/+79 |
* | h264_qpel4_hv_lowpass_mmx2/3dnow | Michael Niedermayer | 2004-09-08 | 1 | -49/+96 |
* | optimization | Michael Niedermayer | 2004-09-08 | 1 | -54/+20 |
* | optimization | Michael Niedermayer | 2004-09-07 | 1 | -80/+49 |
* | optimization | Michael Niedermayer | 2004-09-07 | 1 | -17/+31 |
* | h264 luma motion compensation in mmx2/3dnow | Michael Niedermayer | 2004-09-07 | 3 | -1/+641 |
* | 10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written... | Michael Niedermayer | 2004-09-06 | 2 | -39/+329 |
* | 10l and better MMX/SSE detection for VIA1000 | Michael Niedermayer | 2004-07-16 | 1 | -1/+3 |
* | dc_precission=11 fix | Michael Niedermayer | 2004-07-06 | 1 | -1/+1 |
* | transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature re... | Michael Niedermayer | 2004-06-24 | 1 | -0/+11 |
* | sse8 and nsse in mmx | Michael Niedermayer | 2004-06-08 | 1 | -0/+302 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 7 | -6/+11 |
* | mmx dct optimization | Michael Niedermayer | 2004-04-30 | 1 | -138/+135 |