summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fft_sse.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "x86: fft: convert sse inline asm to yasm""Nicolas George2012-06-261-110/+0
* Revert "x86: fft: convert sse inline asm to yasm"Nicolas George2012-06-261-0/+110
* x86: fft: convert sse inline asm to yasmMans Rullgard2012-06-251-110/+0
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-091-1/+0
* fft: avoid a signed overflowSean McGovern2011-09-231-2/+2
* x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun2011-05-271-0/+3
* Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+7
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Fix ff_imdct_calc_sse() on gcc-4.6Alex Converse2011-02-021-4/+3
* fft: mark xmm registers as clobbered in ff_imdct_calc_sseRamiro Polla2010-10-061-0/+1
* imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits".Alex Converse2010-08-231-1/+1
* Convert ff_imdct_half_sse() to yasm.Alex Converse2010-08-221-101/+0
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-061-266/+0
* SSE optimized 32-point DCTVitor Sessak2010-07-061-0/+266
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-6/+6
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-151-0/+1
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-041-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-0/+202