| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: indentation | Aurelien Jacobs | 2007-07-10 | 1 | -2/+2 |
* | Avoid linking with h263.c functions when the relevant codecs | Aurelien Jacobs | 2007-07-10 | 1 | -0/+3 |
* | make arguments to ssd_int8_vs_int16() const | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | typos | Diego Biurrun | 2007-07-05 | 2 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 6 | -66/+56 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 1 | -1/+1 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 1 | -0/+4 |
* | correct type for {put,avg}_h264_chroma_mc2_mmx2 | Måns Rullgård | 2007-06-16 | 1 | -2/+2 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 2 | -3/+3 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 5 | -14/+15 |
* | work around issues with the old version of Gnu Assembler shipped on | Graham Booker | 2007-06-08 | 1 | -8/+8 |
* | Preprocessor #defines starting with __ are reserved for the system. | Diego Biurrun | 2007-06-07 | 1 | -1/+1 |
* | Use FFmpeg-specific CPU feature definitions. | Ronald S. Bultje | 2007-06-07 | 1 | -17/+17 |
* | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -5/+5 |
* | Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon | Zuxy Meng | 2007-05-20 | 1 | -1/+0 |
* | 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw inst... | Zuxy Meng | 2007-05-18 | 2 | -80/+170 |
* | better separation of vp3dsp functions from dsputil_mmx.c | Aurelien Jacobs | 2007-05-16 | 5 | -24/+89 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 15 | -21/+21 |
* | Make vp3dsp*.c compilation optional. | Panagiotis Issaris | 2007-05-14 | 1 | -1/+2 |
* | Change some leftover __attribute__((unused)) and __attribute__((used)) to | Reimar Döffinger | 2007-05-14 | 1 | -2/+2 |
* | Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% | Zuxy Meng | 2007-05-13 | 1 | -14/+66 |
* | sse2 & ssse3 versions of dct_quantize. | Loren Merritt | 2007-05-12 | 2 | -84/+133 |
* | factor sum_abs_dctelem out of dct_sad, and simd it. | Loren Merritt | 2007-05-12 | 1 | -0/+72 |
* | sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. | Loren Merritt | 2007-05-12 | 1 | -59/+210 |
* | 10l, r8991 broke mmx1 sad | Loren Merritt | 2007-05-11 | 1 | -0/+1 |
* | sse2 version of fullpel sad. | Loren Merritt | 2007-05-11 | 1 | -0/+32 |
* | tweak mmx2 sad. | Loren Merritt | 2007-05-11 | 1 | -90/+121 |
* | tweak mmx2 sad. | Loren Merritt | 2007-05-10 | 1 | -33/+21 |
* | sse2 version of fdct_col. | Loren Merritt | 2007-05-10 | 1 | -92/+94 |
* | cosmetics: remove code duplication in hadamard8_diff_mmx | Loren Merritt | 2007-05-09 | 1 | -183/+117 |
* | cosmetics: remove duplicate transpose macro | Loren Merritt | 2007-05-08 | 2 | -12/+6 |
* | Fix parts missed in clip -> av_clip rename | Reimar Döffinger | 2007-04-19 | 1 | -1/+1 |
* | typos | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | mmx 16-bit ssd. 2.3x faster svq1 encoding. | Loren Merritt | 2007-03-30 | 1 | -0/+34 |
* | Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. | Diego Biurrun | 2007-02-24 | 1 | -2/+2 |
* | reorder a few more paddws to reduce dependancy chains | Michael Niedermayer | 2007-02-23 | 1 | -2/+2 |
* | reorder paddws to reduce dependancy chain | Michael Niedermayer | 2007-02-23 | 1 | -1/+1 |
* | shortening dependancy chain in chroma mc2 | Michael Niedermayer | 2007-02-23 | 1 | -6/+6 |
* | remove now wrong comment | Michael Niedermayer | 2007-02-23 | 1 | -2/+0 |
* | fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c... | Michael Niedermayer | 2007-02-23 | 1 | -2/+5 |
* | gcc 2.95 fix | Michael Niedermayer | 2007-02-22 | 1 | -3/+3 |
* | fix for x86-64 | Måns Rullgård | 2007-02-18 | 1 | -1/+1 |
* | rewrite H264_CHROMA_MC4_TMPL (20% faster) | Michael Niedermayer | 2007-02-17 | 1 | -73/+61 |
* | add a few asserts to ensure alignment | Michael Niedermayer | 2007-02-16 | 1 | -0/+4 |
* | prevent h.264 MC related functions from being inlined (yes this is much faste... | Michael Niedermayer | 2007-02-16 | 1 | -13/+13 |
* | Minor AMD64 compilation fix | Reimar Döffinger | 2007-02-10 | 1 | -1/+1 |
* | maybe fix x86_64 (untested) | Michael Niedermayer | 2007-02-10 | 1 | -3/+3 |
* | factor out common subexprssion (gcc of course is too stupid to do this ...) | Michael Niedermayer | 2007-02-09 | 1 | -2/+3 |
* | merge asm fragments in H264_CHROMA_MC2_TMPL() | Michael Niedermayer | 2007-02-09 | 1 | -40/+29 |