summaryrefslogtreecommitdiff
path: root/libavcodec/i386/fft_sse.c
Commit message (Expand)AuthorAgeFilesLines
* ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt2006-08-181-87/+67
* use xorps instead of mulps to toggle the sign of a float, as suggested by Sof...Zuxy Meng2006-03-051-10/+10
* 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-10/+10
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-131-1/+1
* added define for builtins use - inverse fix by Romain DolbeauFabrice Bellard2003-01-071-0/+12
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-281-0/+128