| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -6/+6 |
* | 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 |
* | Add the const specifier as needed to reduce the number of warnings. | Panagiotis Issaris | 2007-01-30 | 1 | -2/+2 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -23/+23 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -23/+23 |
* | adding more static keywords | Måns Rullgård | 2006-11-12 | 1 | -3/+3 |
* | optimize H264_DEBLOCK_P0_Q0 | Michael Niedermayer | 2006-11-03 | 1 | -0/+2 |
* | Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure | Diego Biurrun | 2006-10-14 | 1 | -0/+2 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -6/+6 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the | Diego Biurrun | 2006-10-05 | 1 | -4/+0 |
* | approximate qpel functions: sacrifice some quality for some decoding speed. e... | Loren Merritt | 2006-10-01 | 1 | -0/+57 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -0/+2 |
* | disable vp3 mmx idct for theora files to avoid artifacts | Aurelien Jacobs | 2006-09-14 | 1 | -0/+1 |
* | Remove the LGPL exception clause as discussed on ffmpeg-devel | Diego Biurrun | 2006-09-14 | 1 | -0/+2 |
* | Enables back the mmx/sse optimized version of the vp3 idct. | Aurelien Jacobs | 2006-09-12 | 1 | -3/+2 |
* | remove redundant declarations | Måns Rullgård | 2006-09-02 | 1 | -1/+0 |
* | mmx implementation of deblocking strength decision. | Loren Merritt | 2006-08-28 | 1 | -0/+4 |
* | Support for MacIntel, last part: balign directives | John Dalgliesh | 2006-08-12 | 1 | -6/+6 |
* | vorbis simd tweaks | Loren Merritt | 2006-08-11 | 1 | -51/+67 |
* | convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse | Michael Niedermayer | 2006-08-10 | 1 | -22/+22 |
* | sse and 3dnow implementations of float->int conversion and mdct windowing. | Loren Merritt | 2006-08-10 | 1 | -3/+210 |
* | emms -> femms | Loren Merritt | 2006-08-09 | 1 | -1/+1 |
* | change vorbis_inverse_coupling_sse2() so it works on sse1 cpus | Michael Niedermayer | 2006-08-08 | 1 | -9/+17 |
* | 10l, vorbis_inverse_coupling_sse() was really 3dnow | Loren Merritt | 2006-08-03 | 1 | -3/+3 |
* | sse & sse2 implementations of vorbis channel coupling. | Loren Merritt | 2006-08-03 | 1 | -0/+58 |
* | some MMX optimizations for the CAVS decoder | Stefan Gehrer | 2006-07-29 | 1 | -0/+22 |
* | disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tes... | Michael Niedermayer | 2006-07-19 | 1 | -0/+2 |
* | #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 | 1 | -0/+1 |
* | 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 |
* | prefetch pixels for future motion compensation. 2-5% faster h264. | Loren Merritt | 2006-03-23 | 1 | -0/+16 |
* | added mmx implementation of h264_chroma_mc2 | Loren Merritt | 2006-03-22 | 1 | -0/+2 |
* | add MMX and SSE versions of ff_snow_inner_add_yblock | Robert Edele | 2006-03-22 | 1 | -0/+6 |
* | snow mmx+sse2 optimizations, part 4 | Robert Edele | 2006-03-21 | 1 | -0/+6 |
* | Add the mmx and sse2 implementations of ff_snow_vertical_compose(). | Robert Edele | 2006-03-20 | 1 | -0/+12 |
* | h264_idct8_add_mmx | Loren Merritt | 2006-03-07 | 1 | -0/+2 |
* | h264_idct_add only needs mmx1 | Loren Merritt | 2006-03-07 | 1 | -1/+3 |
* | h264: special case dc-only idct. ~1% faster overall | Loren Merritt | 2006-02-10 | 1 | -0/+2 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -3/+3 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -840/+840 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -114/+114 |
* | 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 | 1 | -0/+4 |
* | h264 mmx weighted prediction. up to 3% overall speedup. | Loren Merritt | 2005-10-09 | 1 | -0/+18 |