summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #301:Christophe Gisquet2008-01-021-69/+65
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-213-8/+31
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-211-2/+2
* move FLAC mmx dsp to its own fileAurelien Jacobs2007-12-162-120/+145
* Add 'l' suffix where it is necessary because type can not always beReimar Döffinger2007-12-151-6/+6
* add required include to make this file self-containedAurelien Jacobs2007-12-121-0/+2
* typo/clarificationDiego Biurrun2007-12-111-1/+1
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-021-1/+1
* spellingVitor Sessak2007-12-014-6/+6
* remove some unused ff_p* vars from dsputilAurelien Jacobs2007-11-272-6/+0
* remove useless #ifdef around extern declarationAurelien Jacobs2007-11-271-2/+0
* cosmetics: indentationAurelien Jacobs2007-11-271-2/+2
* convert some #ifdef CONFIG_ to if(ENABLE_Aurelien Jacobs2007-11-271-5/+2
* build vc1dsp_mmx.c in its own compilation unitAurelien Jacobs2007-11-272-8/+9
* use ff_ prefix for extern varsAurelien Jacobs2007-11-273-14/+14
* make ff_p* vars extern so that they can be used in various *_mmx.c filesAurelien Jacobs2007-11-276-37/+89
* Typo fix. Previous version had some picture error building up until next keyf...Christophe Gisquet2007-11-251-2/+2
* Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P...Christophe Gisquet2007-11-241-4/+1
* add VC-1 MMX DSP functions, under MIT license.Christophe Gisquet2007-11-212-0/+510
* tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer2007-11-121-1/+2
* Explain why there are no multiple inclusion guards in these header files.Diego Biurrun2007-10-173-0/+12
* Remove wrong multiple inclusion guards.Aurelien Jacobs2007-10-173-15/+0
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-174-12/+12
* Add missing multiple inclusion guards.Diego Biurrun2007-10-173-1/+13
* Fix intended order of operations for 4 assert() checks.Shane2007-10-111-4/+4
* sse2 version of compute_autocorr().Loren Merritt2007-09-291-0/+123
* Replace complicated and currently broken manual alignment code byReimar Döffinger2007-08-301-3/+1
* typoMichael Niedermayer2007-08-271-1/+1
* CONFIG_7REGS has been renamed to HAVE_7REGSRamiro Polla2007-08-262-4/+4
* workaround gcc bug, untested as my gcc is not complainingMichael Niedermayer2007-08-262-0/+6
* optimize the first vertical lifting step, this also prevents anotherMichael Niedermayer2007-08-261-25/+25
* optimize 1st horizontal lifting stepMichael Niedermayer2007-08-261-34/+22
* typoMichael Niedermayer2007-08-261-1/+1
* get rid of totally senseless "m" + read in register we have enoughMichael Niedermayer2007-08-261-72/+52
* simplify senselessly complex addressingMichael Niedermayer2007-08-261-27/+28
* cosmeticsMichael Niedermayer2007-08-261-36/+27
* avoid overflow in the 3rd lifting step, this now needs mmx2 at minimumMichael Niedermayer2007-08-262-30/+77
* avoid an overflow in the 1 horizontal lifting stepMichael Niedermayer2007-08-251-12/+12
* prevent one overflow in the first vertical lifting stepMichael Niedermayer2007-08-251-6/+6
* update mmx code to latest snow changesMichael Niedermayer2007-08-252-238/+210
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-251-0/+2
* Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer2007-08-211-27/+17
* remove code which become unused by the previous changesMichael Niedermayer2007-08-211-9/+0
* Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)Michael Niedermayer2007-08-211-2/+1
* Simplify and optimize the 4th vertical lifting step of the MMX codeMichael Niedermayer2007-08-211-2/+1
* Simplify and speedup code, reduce needed headroom by 2 bits in the 3rdMichael Niedermayer2007-08-201-5/+4
* simplify, speedup and reduce needed headroom by 2 bits in the 3rdMichael Niedermayer2007-08-201-5/+4
* replace <<1 by add for SSE2 (untested)Michael Niedermayer2007-08-201-2/+2
* replace <<1 by addMichael Niedermayer2007-08-201-2/+2
* slightly change horizontal lift3 so it needs 1 bit less headroomMichael Niedermayer2007-08-201-6/+6
OpenPOWER on IntegriCloud