| Commit message (Expand) | Author | Age | Files | Lines |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | sse implementation of imdct. | Loren Merritt | 2006-09-21 | 1 | -5/+6 |
* | use ff_fft_calc_3dn2 instead of sse on a K8. | Loren Merritt | 2006-08-19 | 1 | -7/+3 |
* | ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. | Loren Merritt | 2006-08-18 | 1 | -5/+1 |
* | r5954 broke fft on cpus with 3dnow but without mm3dnow.h | Loren Merritt | 2006-08-10 | 1 | -29/+27 |
* | 3dnow2 implementation of imdct. | Loren Merritt | 2006-08-08 | 1 | -4/+3 |
* | ff_fft_init now double checks that the system has mm3dnow.h before | Benjamin Larsson | 2006-07-02 | 1 | -0/+4 |
* | 3DNow! & Extended 3DNow! versions of FFT | Zuxy Meng | 2006-03-08 | 1 | -4/+20 |
* | 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 | -2/+2 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -13/+13 |
* | fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ... | Gildas Bazin | 2004-03-13 | 1 | -9/+9 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do... | Michael Niedermayer | 2003-01-16 | 1 | -2/+2 |
* | altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) | Romain Dolbeau | 2003-01-11 | 1 | -3/+3 |
* | fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes... | Fabrice Bellard | 2003-01-07 | 1 | -28/+42 |
* | enabled SSE fft on x86 | Fabrice Bellard | 2003-01-07 | 1 | -3/+4 |
* | new generic FFT/MDCT code for audio codecs | Fabrice Bellard | 2002-10-28 | 1 | -0/+229 |