summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
...
* 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
* merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)Michael Niedermayer2005-06-01
* get rid of 2 movq (680 -> 658 dezicycles on duron)Michael Niedermayer2005-06-01
* avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer2005-06-01
* 10l (symbol mangling)Loren Merritt2005-06-01
* add rounding bias before the horizontal idct (765->730 dezicyles on duron)Michael Niedermayer2005-06-01
* MMX for H.264 iDCT (adapted from x264)Loren Merritt2005-05-31
* MMX code for (put|avg)_h264_chroma_mc8Zoltán Hidvégi2005-05-25
* H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...Loren Merritt2005-05-18
* porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer2005-05-17
* disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ...Michael Niedermayer2005-05-17
* fix PICMichael Niedermayer2005-05-08
* MMX for H.264 deblocking filterLoren Merritt2005-04-25
* read 32bit instead of 64bit to avoid overreading and missalignmentsMichael Niedermayer2005-04-17
* optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fj...Martin Drab2005-02-07
* x86 cpu capabilities detection rewrite / cleanupMichael Niedermayer2004-12-13
* detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< f...Matthieu Castet2004-12-05
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
* gcc 3.4.3 preversions do not appreciate invalid instruction and operand combi...Aurelien Jacobs2004-10-17
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-11
* 1/2 resolution decodingMichael Niedermayer2004-09-25
* h264_qpel8_hv_lowpass_mmx2/3dnowMichael Niedermayer2004-09-08
* h264_qpel4_hv_lowpass_mmx2/3dnowMichael Niedermayer2004-09-08
* optimizationMichael Niedermayer2004-09-08
* optimizationMichael Niedermayer2004-09-07
* optimizationMichael Niedermayer2004-09-07
* h264 luma motion compensation in mmx2/3dnowMichael Niedermayer2004-09-07
* 10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written...Michael Niedermayer2004-09-06