summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft.c
Commit message (Expand)AuthorAgeFilesLines
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* sse implementation of imdct.Loren Merritt2006-09-211-5/+6
* use ff_fft_calc_3dn2 instead of sse on a K8.Loren Merritt2006-08-191-7/+3
* ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt2006-08-181-5/+1
* r5954 broke fft on cpus with 3dnow but without mm3dnow.hLoren Merritt2006-08-101-29/+27
* 3dnow2 implementation of imdct.Loren Merritt2006-08-081-4/+3
* ff_fft_init now double checks that the system has mm3dnow.h beforeBenjamin Larsson2006-07-021-0/+4
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-081-4/+20
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-2/+2
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-13/+13
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-131-9/+9
* per file doxyMichael Niedermayer2003-03-061-0/+6
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer2003-01-161-2/+2
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-111-3/+3
* fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes...Fabrice Bellard2003-01-071-28/+42
* enabled SSE fft on x86Fabrice Bellard2003-01-071-3/+4
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-281-0/+229
OpenPOWER on IntegriCloud