| Commit message (Expand) | Author | Age | Files | Lines |
* | move draw_edges() into dsputil | Aurelien Jacobs | 2008-03-04 | 2 | -90/+90 |
* | split encoding part of dsputil_mmx into its own file | Aurelien Jacobs | 2008-02-25 | 3 | -1409/+1434 |
* | __asm __volatile -> asm volatile part 2 | Reimar Döffinger | 2008-02-24 | 2 | -32/+32 |
* | __asm __volatile -> asm volatile, improves code consistency and works | Reimar Döffinger | 2008-02-24 | 2 | -19/+19 |
* | simd and unroll png_filter_row | Loren Merritt | 2008-02-21 | 1 | -0/+98 |
* | Disabling all SSE* code for old gcc to avoid alignment issues. | Michael Niedermayer | 2008-02-21 | 1 | -2/+6 |
* | Fix warnings: | Reimar Döffinger | 2008-02-19 | 1 | -2/+2 |
* | cosmetics: Replace // by /* */ comments. | Diego Biurrun | 2008-02-13 | 1 | -202/+202 |
* | asm argument that might be in memory needs a size | Loren Merritt | 2008-02-10 | 1 | -1/+1 |
* | use fewer registers in apply_welch_window_sse2 | Loren Merritt | 2008-02-09 | 1 | -8/+7 |
* | sse2 h264 motion compensation. not new code, just separate out the cases that... | Loren Merritt | 2008-02-06 | 2 | -120/+245 |
* | put loop counter in a register if possible. makes some of the qpel functions ... | Loren Merritt | 2008-02-06 | 2 | -6/+6 |
* | fix aliasing warnings. simpler too. | Loren Merritt | 2008-02-06 | 1 | -41/+34 |
* | constant was excessively aligned | Loren Merritt | 2008-02-06 | 1 | -1/+1 |
* | ssse3 h264 motion compensation. | Loren Merritt | 2008-02-05 | 3 | -60/+512 |
* | add qpel rounder once during hv rather than twice during hv and whatever it's... | Loren Merritt | 2008-02-05 | 1 | -23/+8 |
* | clean up an ugliness introduced in r11826. this syntax will require fewer cha... | Loren Merritt | 2008-02-05 | 4 | -9/+11 |
* | Deprecate old and inefficient per instruction asm(). | Michael Niedermayer | 2008-02-04 | 1 | -0/+2 |
* | reduce code duplication | Loren Merritt | 2008-02-04 | 1 | -175/+70 |
* | avg_pixels4_mmx2 | Loren Merritt | 2008-02-03 | 2 | -2/+25 |
* | use mmx2/3dnow avg functions in avg_qpel*_mc00 | Loren Merritt | 2008-02-03 | 2 | -3/+16 |
* | ff_h264_idct8_add_sse2. | Loren Merritt | 2008-02-03 | 4 | -8/+97 |
* | remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. | Loren Merritt | 2008-02-03 | 1 | -29/+23 |
* | add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren... | Baptiste Coudurier | 2008-01-30 | 1 | -2/+2 |
* | fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ... | Baptiste Coudurier | 2008-01-30 | 1 | -4/+4 |
* | Add and use DECLARE_ASM_CONST for constants used in assembler code. | Reimar Döffinger | 2008-01-27 | 2 | -4/+4 |
* | Use DECLARE_ALIGNED in yet another place | Reimar Döffinger | 2008-01-27 | 1 | -1/+1 |
* | Use DECLARE_ALIGNED and remove unneeded attribute_used | Reimar Döffinger | 2008-01-27 | 1 | -4/+4 |
* | Use DECLARE_ALIGNED | Reimar Döffinger | 2008-01-27 | 2 | -2/+2 |
* | Rename illegal identifiers, _ followed by capital is reserved for the system. | Diego Biurrun | 2008-01-16 | 1 | -8/+8 |
* | Factorize some duplicated code from CAVS and H.264 into a common file. | Christophe Gisquet | 2008-01-11 | 4 | -73/+57 |
* | Fix issue #301: | Christophe Gisquet | 2008-01-02 | 1 | -69/+65 |
* | add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. | Christophe Gisquet | 2007-12-21 | 3 | -8/+31 |
* | Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. | Diego Biurrun | 2007-12-21 | 1 | -2/+2 |
* | move FLAC mmx dsp to its own file | Aurelien Jacobs | 2007-12-16 | 2 | -120/+145 |
* | Add 'l' suffix where it is necessary because type can not always be | Reimar Döffinger | 2007-12-15 | 1 | -6/+6 |
* | add required include to make this file self-contained | Aurelien Jacobs | 2007-12-12 | 1 | -0/+2 |
* | typo/clarification | Diego Biurrun | 2007-12-11 | 1 | -1/+1 |
* | Misc spelling fixes, prefer American over British English. | Diego Biurrun | 2007-12-02 | 1 | -1/+1 |
* | spelling | Vitor Sessak | 2007-12-01 | 4 | -6/+6 |
* | remove some unused ff_p* vars from dsputil | Aurelien Jacobs | 2007-11-27 | 2 | -6/+0 |
* | remove useless #ifdef around extern declaration | Aurelien Jacobs | 2007-11-27 | 1 | -2/+0 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-11-27 | 1 | -2/+2 |
* | convert some #ifdef CONFIG_ to if(ENABLE_ | Aurelien Jacobs | 2007-11-27 | 1 | -5/+2 |
* | build vc1dsp_mmx.c in its own compilation unit | Aurelien Jacobs | 2007-11-27 | 2 | -8/+9 |
* | use ff_ prefix for extern vars | Aurelien Jacobs | 2007-11-27 | 3 | -14/+14 |
* | make ff_p* vars extern so that they can be used in various *_mmx.c files | Aurelien Jacobs | 2007-11-27 | 6 | -37/+89 |
* | Typo fix. Previous version had some picture error building up until next keyf... | Christophe Gisquet | 2007-11-25 | 1 | -2/+2 |
* | Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P... | Christophe Gisquet | 2007-11-24 | 1 | -4/+1 |
* | add VC-1 MMX DSP functions, under MIT license. | Christophe Gisquet | 2007-11-21 | 2 | -0/+510 |