summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
* add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren...Baptiste Coudurier2008-01-30
* fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ...Baptiste Coudurier2008-01-30
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-27
* Use DECLARE_ALIGNED in yet another placeReimar Döffinger2008-01-27
* Use DECLARE_ALIGNED and remove unneeded attribute_usedReimar Döffinger2008-01-27
* Use DECLARE_ALIGNEDReimar Döffinger2008-01-27
* Rename illegal identifiers, _ followed by capital is reserved for the system.Diego Biurrun2008-01-16
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-11
* Fix issue #301:Christophe Gisquet2008-01-02
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-21
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-21
* move FLAC mmx dsp to its own fileAurelien Jacobs2007-12-16
* Add 'l' suffix where it is necessary because type can not always beReimar Döffinger2007-12-15
* add required include to make this file self-containedAurelien Jacobs2007-12-12
* typo/clarificationDiego Biurrun2007-12-11
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-02
* spellingVitor Sessak2007-12-01
* remove some unused ff_p* vars from dsputilAurelien Jacobs2007-11-27
* remove useless #ifdef around extern declarationAurelien Jacobs2007-11-27
* cosmetics: indentationAurelien Jacobs2007-11-27
* convert some #ifdef CONFIG_ to if(ENABLE_Aurelien Jacobs2007-11-27
* build vc1dsp_mmx.c in its own compilation unitAurelien Jacobs2007-11-27
* use ff_ prefix for extern varsAurelien Jacobs2007-11-27
* make ff_p* vars extern so that they can be used in various *_mmx.c filesAurelien Jacobs2007-11-27
* Typo fix. Previous version had some picture error building up until next keyf...Christophe Gisquet2007-11-25
* Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P...Christophe Gisquet2007-11-24
* add VC-1 MMX DSP functions, under MIT license.Christophe Gisquet2007-11-21
* tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer2007-11-12
* Explain why there are no multiple inclusion guards in these header files.Diego Biurrun2007-10-17
* Remove wrong multiple inclusion guards.Aurelien Jacobs2007-10-17
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Add missing multiple inclusion guards.Diego Biurrun2007-10-17
* Fix intended order of operations for 4 assert() checks.Shane2007-10-11
* 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