| Commit message (Expand) | Author | Age | Files | Lines |
* | #define SBUTTERFLY outside CONFIG_ENCODERS | Måns Rullgård | 2006-07-05 | 1 | -5/+5 |
* | Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h | Luca Abeni | 2006-07-03 | 5 | -21/+4 |
* | remove redundant macro definitions | Måns Rullgård | 2006-07-02 | 1 | -6/+0 |
* | kill warning | Måns Rullgård | 2006-07-02 | 1 | -0/+1 |
* | missmatch control for mpeg2 intra dequantization if bitexact=1 | Michael Niedermayer | 2006-04-28 | 1 | -1/+2 |
* | Remove unused and unsupported Cyrix's "Extended MMX", | Zuxy Meng | 2006-04-28 | 1 | -30/+4 |
* | gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-m... | Wolfram Gloger | 2006-04-18 | 1 | -2/+2 |
* | gmc_mmx tweaks | Loren Merritt | 2006-04-05 | 1 | -13/+11 |
* | mmx implementation of 3-point GMC. (5x faster than C) | Loren Merritt | 2006-04-04 | 1 | -0/+122 |
* | altivec support for snow | Luca Barbato | 2006-03-27 | 1 | -29/+0 |
* | simplified and slightly faster h264_chroma_mc8_mmx | Loren Merritt | 2006-03-25 | 1 | -128/+68 |
* | prefetch pixels for future motion compensation. 2-5% faster h264. | Loren Merritt | 2006-03-23 | 1 | -0/+16 |
* | 10l | Loren Merritt | 2006-03-22 | 1 | -1/+1 |
* | added mmx implementation of h264_chroma_mc2 | Loren Merritt | 2006-03-22 | 3 | -1/+70 |
* | add MMX and SSE versions of ff_snow_inner_add_yblock | Robert Edele | 2006-03-22 | 2 | -0/+297 |
* | snow mmx+sse2 optimizations, part 4 | Robert Edele | 2006-03-21 | 2 | -0/+412 |
* | Add the mmx and sse2 implementations of ff_snow_vertical_compose(). | Robert Edele | 2006-03-20 | 2 | -0/+261 |
* | First part of a series of speed-enchancing patches. | Robert Edele | 2006-03-16 | 1 | -0/+2 |
* | 3DNow! & Extended 3DNow! versions of FFT | Zuxy Meng | 2006-03-08 | 2 | -0/+272 |
* | h264_idct8_add_mmx | Loren Merritt | 2006-03-07 | 2 | -0/+129 |
* | h264_idct_add only needs mmx1 | Loren Merritt | 2006-03-07 | 2 | -4/+6 |
* | use xorps instead of mulps to toggle the sign of a float, as suggested by Sof... | Zuxy Meng | 2006-03-05 | 1 | -10/+10 |
* | gcc2.95 workaround | Loren Merritt | 2006-03-05 | 1 | -22/+24 |
* | remove some useless instructions | Loren Merritt | 2006-03-04 | 1 | -18/+4 |
* | 4% faster h264_qpel_mc | Loren Merritt | 2006-03-02 | 1 | -40/+137 |
* | h264: special case dc-only idct. ~1% faster overall | Loren Merritt | 2006-02-10 | 2 | -0/+83 |
* | 10l in 1.12 | Loren Merritt | 2006-02-09 | 1 | -6/+6 |
* | 10l (x86_64) | Loren Merritt | 2006-02-07 | 1 | -1/+1 |
* | 18% faster put_h264_qpel16_mc[13]2_mmx2 | Loren Merritt | 2006-02-07 | 1 | -14/+87 |
* | 11% faster put_h264_qpel16_v_lowpass_mmx2 | Loren Merritt | 2006-02-07 | 1 | -11/+27 |
* | 15% faster put_h264_qpel16_hv_lowpass_mmx2 | Loren Merritt | 2006-02-07 | 1 | -26/+45 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 4 | -11/+11 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 14 | -15/+16 |
* | tweak h264_biweight | Loren Merritt | 2006-01-09 | 1 | -4/+4 |
* | fix some potential arithmetic overflows in pred_direct_motion() and | Loren Merritt | 2005-12-30 | 1 | -6/+6 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 13 | -4428/+4428 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 14 | -397/+397 |
* | Add the rest of missing Reg_* macros to support both AMD-64 style regs and IA... | Guillaume Poirier | 2005-12-10 | 1 | -0/+10 |
* | use sse16_sse2() in nsse | Loren Merritt | 2005-11-12 | 1 | -2/+5 |
* | faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx. | Loren Merritt | 2005-10-27 | 3 | -34/+239 |
* | h264 mmx weighted prediction. up to 3% overall speedup. | Loren Merritt | 2005-10-09 | 2 | -0/+115 |
* | sse2 16x16 sum squared diff (306=>268 cycles on a K8) | Loren Merritt | 2005-09-30 | 1 | -5/+85 |
* | replace a few mov + psrlq with pshufw, there are more cases which could benef... | Michael Niedermayer | 2005-09-21 | 2 | -17/+17 |
* | Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. | Reimar Döffinger | 2005-09-10 | 1 | -1/+1 |
* | remove unused table entries | Michael Niedermayer | 2005-09-10 | 1 | -27/+10 |
* | xvids mmx&mmx2 idcts | Michael Niedermayer | 2005-09-10 | 2 | -0/+586 |
* | Kill some compiler warnings. Compiled code verified identical after changes. | Måns Rullgård | 2005-09-06 | 2 | -5/+7 |
* | simplify (d&a) and (d&~a) calculation, hint by skal | Michael Niedermayer | 2005-09-03 | 1 | -4/+3 |
* | add consts (this was in my local tree, dunno where it came from, probably for... | Michael Niedermayer | 2005-09-02 | 1 | -22/+22 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+0 |