summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fft.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-02
|\
| * dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-02
| * Fix dct32() compilation with --disable-yasmVitor Sessak2011-05-22
* | Fix compilation with --disable-yasm.Vitor Sessak2011-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-21
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Add AVX FFT implementation.Vitor Sessak2011-04-26
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-13
* | FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-14
|/
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-06
* SSE optimized 32-point DCTVitor Sessak2010-07-06
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15