| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | tring to workaround gcc 2.95 bug which causes random failures | Michael Niedermayer | 2007-11-12 | 1 | -1/+2 |
* | Explain why there are no multiple inclusion guards in these header files. | Diego Biurrun | 2007-10-17 | 3 | -0/+12 |
* | Remove wrong multiple inclusion guards. | Aurelien Jacobs | 2007-10-17 | 3 | -15/+0 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 4 | -12/+12 |
* | Add missing multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 3 | -1/+13 |
* | Fix intended order of operations for 4 assert() checks. | Shane | 2007-10-11 | 1 | -4/+4 |
* | sse2 version of compute_autocorr(). | Loren Merritt | 2007-09-29 | 1 | -0/+123 |
* | Replace complicated and currently broken manual alignment code by | Reimar Döffinger | 2007-08-30 | 1 | -3/+1 |
* | typo | Michael Niedermayer | 2007-08-27 | 1 | -1/+1 |
* | CONFIG_7REGS has been renamed to HAVE_7REGS | Ramiro Polla | 2007-08-26 | 2 | -4/+4 |
* | workaround gcc bug, untested as my gcc is not complaining | Michael Niedermayer | 2007-08-26 | 2 | -0/+6 |
* | optimize the first vertical lifting step, this also prevents another | Michael Niedermayer | 2007-08-26 | 1 | -25/+25 |
* | optimize 1st horizontal lifting step | Michael Niedermayer | 2007-08-26 | 1 | -34/+22 |
* | typo | Michael Niedermayer | 2007-08-26 | 1 | -1/+1 |
* | get rid of totally senseless "m" + read in register we have enough | Michael Niedermayer | 2007-08-26 | 1 | -72/+52 |
* | simplify senselessly complex addressing | Michael Niedermayer | 2007-08-26 | 1 | -27/+28 |
* | cosmetics | Michael Niedermayer | 2007-08-26 | 1 | -36/+27 |
* | avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum | Michael Niedermayer | 2007-08-26 | 2 | -30/+77 |
* | avoid an overflow in the 1 horizontal lifting step | Michael Niedermayer | 2007-08-25 | 1 | -12/+12 |
* | prevent one overflow in the first vertical lifting step | Michael Niedermayer | 2007-08-25 | 1 | -6/+6 |
* | update mmx code to latest snow changes | Michael Niedermayer | 2007-08-25 | 2 | -238/+210 |
* | use 16bit IDWT (a SIMD implementation of it should be >2x faster then with | Michael Niedermayer | 2007-08-25 | 1 | -0/+2 |
* | Change rounding of the horizontal DWT to match the vertical one. | Michael Niedermayer | 2007-08-21 | 1 | -27/+17 |