aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/fft.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-031-3/+3
|\
| * x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-031-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-011-0/+2
|\|
| * fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-07-311-0/+2
| * x86: use new schema for ASM macrosVitor Sessak2012-05-291-6/+6
* | x86: use new schema for ASM macrosVitor Sessak2012-05-271-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-141-22/+23
|\|
| * x86: use more standard construct for setting ASM functions in FFT codeVitor Sessak2012-05-141-22/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-101-1/+0
|\|
| * cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-091-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-021-0/+2
|\|
| * dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-021-0/+2
| * Fix dct32() compilation with --disable-yasmVitor Sessak2011-05-221-0/+2
* | Fix compilation with --disable-yasm.Vitor Sessak2011-05-221-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-1/+3
|\|
| * dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-211-1/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-1/+8
|\|
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+8
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-0/+1
|\|
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-131-0/+1
* | FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-141-0/+1
|/
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-2/+3
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-4/+4
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-061-0/+2
* SSE optimized 32-point DCTVitor Sessak2010-07-061-0/+8
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-151-0/+44