summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-28
* Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng2006-04-28
* gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-m...Wolfram Gloger2006-04-18
* gmc_mmx tweaksLoren Merritt2006-04-05
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-04
* altivec support for snowLuca Barbato2006-03-27
* simplified and slightly faster h264_chroma_mc8_mmxLoren Merritt2006-03-25
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-23
* 10lLoren Merritt2006-03-22
* added mmx implementation of h264_chroma_mc2Loren Merritt2006-03-22
* add MMX and SSE versions of ff_snow_inner_add_yblockRobert Edele2006-03-22
* snow mmx+sse2 optimizations, part 4Robert Edele2006-03-21
* Add the mmx and sse2 implementations of ff_snow_vertical_compose().Robert Edele2006-03-20
* First part of a series of speed-enchancing patches.Robert Edele2006-03-16
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-08
* h264_idct8_add_mmxLoren Merritt2006-03-07
* h264_idct_add only needs mmx1Loren Merritt2006-03-07
* use xorps instead of mulps to toggle the sign of a float, as suggested by Sof...Zuxy Meng2006-03-05
* gcc2.95 workaroundLoren Merritt2006-03-05
* remove some useless instructionsLoren Merritt2006-03-04
* 4% faster h264_qpel_mcLoren Merritt2006-03-02
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
* 10l in 1.12Loren Merritt2006-02-09
* 10l (x86_64)Loren Merritt2006-02-07
* 18% faster put_h264_qpel16_mc[13]2_mmx2Loren Merritt2006-02-07
* 11% faster put_h264_qpel16_v_lowpass_mmx2Loren Merritt2006-02-07
* 15% faster put_h264_qpel16_hv_lowpass_mmx2Loren Merritt2006-02-07
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* tweak h264_biweightLoren Merritt2006-01-09
* fix some potential arithmetic overflows in pred_direct_motion() andLoren Merritt2005-12-30
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA...Guillaume Poirier2005-12-10
* use sse16_sse2() in nsseLoren Merritt2005-11-12
* faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.Loren Merritt2005-10-27
* h264 mmx weighted prediction. up to 3% overall speedup.Loren Merritt2005-10-09
* sse2 16x16 sum squared diff (306=>268 cycles on a K8)Loren Merritt2005-09-30
* replace a few mov + psrlq with pshufw, there are more cases which could benef...Michael Niedermayer2005-09-21
* Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.Reimar Döffinger2005-09-10
* remove unused table entriesMichael Niedermayer2005-09-10
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-10
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* simplify (d&a) and (d&~a) calculation, hint by skalMichael Niedermayer2005-09-03
* add consts (this was in my local tree, dunno where it came from, probably for...Michael Niedermayer2005-09-02
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-02
* adding a few constMichael Niedermayer2005-06-01
* 100l for myself (breaking amd64)Michael Niedermayer2005-06-01