summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
* sse2 version of compute_autocorr().Loren Merritt2007-09-29
* Replace complicated and currently broken manual alignment code byReimar Döffinger2007-08-30
* typoMichael Niedermayer2007-08-27
* CONFIG_7REGS has been renamed to HAVE_7REGSRamiro Polla2007-08-26
* workaround gcc bug, untested as my gcc is not complainingMichael Niedermayer2007-08-26
* optimize the first vertical lifting step, this also prevents anotherMichael Niedermayer2007-08-26
* optimize 1st horizontal lifting stepMichael Niedermayer2007-08-26
* typoMichael Niedermayer2007-08-26
* get rid of totally senseless "m" + read in register we have enoughMichael Niedermayer2007-08-26
* simplify senselessly complex addressingMichael Niedermayer2007-08-26
* cosmeticsMichael Niedermayer2007-08-26
* avoid overflow in the 3rd lifting step, this now needs mmx2 at minimumMichael Niedermayer2007-08-26
* avoid an overflow in the 1 horizontal lifting stepMichael Niedermayer2007-08-25
* prevent one overflow in the first vertical lifting stepMichael Niedermayer2007-08-25
* update mmx code to latest snow changesMichael Niedermayer2007-08-25
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-25
* Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer2007-08-21
* remove code which become unused by the previous changesMichael Niedermayer2007-08-21
* Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)Michael Niedermayer2007-08-21
* Simplify and optimize the 4th vertical lifting step of the MMX codeMichael Niedermayer2007-08-21
* Simplify and speedup code, reduce needed headroom by 2 bits in the 3rdMichael Niedermayer2007-08-20
* simplify, speedup and reduce needed headroom by 2 bits in the 3rdMichael Niedermayer2007-08-20
* replace <<1 by add for SSE2 (untested)Michael Niedermayer2007-08-20
* replace <<1 by addMichael Niedermayer2007-08-20
* slightly change horizontal lift3 so it needs 1 bit less headroomMichael Niedermayer2007-08-20
* remove idiotc double subtraction from the sse2 code (untested, no sse2 here)Michael Niedermayer2007-08-20
* fixme noteMichael Niedermayer2007-08-20
* and of course the unneeded double subtractions were blindly put in theMichael Niedermayer2007-08-20
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-24
* cosmetics: indentationAurelien Jacobs2007-07-10
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-10
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-08
* typosDiego Biurrun2007-07-05
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* correct type for {put,avg}_h264_chroma_mc2_mmx2Måns Rullgård2007-06-16
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* work around issues with the old version of Gnu Assembler shipped onGraham Booker2007-06-08
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-07
* Use FFmpeg-specific CPU feature definitions.Ronald S. Bultje2007-06-07
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* Remove incorrect comment; MMX2 is preferred over 3DNow! on AthlonZuxy Meng2007-05-20
* 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw inst...Zuxy Meng2007-05-18
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-16
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-14
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14