summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* move draw_edges() into dsputilAurelien Jacobs2008-03-042-90/+90
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-253-1409/+1434
* __asm __volatile -> asm volatile part 2Reimar Döffinger2008-02-242-32/+32
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-242-19/+19
* simd and unroll png_filter_rowLoren Merritt2008-02-211-0/+98
* Disabling all SSE* code for old gcc to avoid alignment issues.Michael Niedermayer2008-02-211-2/+6
* Fix warnings:Reimar Döffinger2008-02-191-2/+2
* cosmetics: Replace // by /* */ comments.Diego Biurrun2008-02-131-202/+202
* asm argument that might be in memory needs a sizeLoren Merritt2008-02-101-1/+1
* use fewer registers in apply_welch_window_sse2Loren Merritt2008-02-091-8/+7
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-062-120/+245
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-062-6/+6
* fix aliasing warnings. simpler too.Loren Merritt2008-02-061-41/+34
* constant was excessively alignedLoren Merritt2008-02-061-1/+1
* ssse3 h264 motion compensation.Loren Merritt2008-02-053-60/+512
* add qpel rounder once during hv rather than twice during hv and whatever it's...Loren Merritt2008-02-051-23/+8
* clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt2008-02-054-9/+11
* Deprecate old and inefficient per instruction asm().Michael Niedermayer2008-02-041-0/+2
* reduce code duplicationLoren Merritt2008-02-041-175/+70
* avg_pixels4_mmx2Loren Merritt2008-02-032-2/+25
* use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt2008-02-032-3/+16
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-034-8/+97
* remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.Loren Merritt2008-02-031-29/+23
* add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren...Baptiste Coudurier2008-01-301-2/+2
* fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ...Baptiste Coudurier2008-01-301-4/+4
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-272-4/+4
* Use DECLARE_ALIGNED in yet another placeReimar Döffinger2008-01-271-1/+1
* Use DECLARE_ALIGNED and remove unneeded attribute_usedReimar Döffinger2008-01-271-4/+4
* Use DECLARE_ALIGNEDReimar Döffinger2008-01-272-2/+2
* Rename illegal identifiers, _ followed by capital is reserved for the system.Diego Biurrun2008-01-161-8/+8
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-114-73/+57
* 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
OpenPOWER on IntegriCloud