summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/fft_sse.c
Commit message (Expand)AuthorAgeFilesLines
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-202/+0
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-10/+10
* remove mdct tmp bufferLoren Merritt2008-08-121-2/+1
* optimize imdct_half:Loren Merritt2008-08-121-183/+102
* split-radix FFTLoren Merritt2008-08-121-106/+37
* exploit mdct symmetryLoren Merritt2008-07-131-4/+54
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+3
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-081-2/+5
* work around issues with the old version of Gnu Assembler shipped onGraham Booker2007-06-081-8/+8
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%Zuxy Meng2007-05-131-14/+66
* 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-0/+125
* 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
OpenPOWER on IntegriCloud