summaryrefslogtreecommitdiff
path: root/libavcodec/fft.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+7
* Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò2011-01-261-2/+5
* IndentMåns Rullgård2010-07-011-8/+8
* Remove vestiges of radix-2 FFTMåns Rullgård2010-07-011-77/+5
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-0/+2
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-1/+2
* Fix build with --disable-mdctMåns Rullgård2010-02-111-0/+2
* Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger2009-11-051-9/+15
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-041-1/+2
* Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger2009-10-151-24/+15
* Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger2009-10-141-13/+26
* fft_dispatch array should be constReimar Döffinger2009-10-131-1/+1
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-151-34/+5
* ARM: 10l: fix large FFTsMåns Rullgård2009-09-141-4/+1
* ARM: NEON optimised MDCTMåns Rullgård2009-09-111-0/+1
* Prepare for optimised forward MDCT implementationsMåns Rullgård2009-09-111-0/+1
* ARM: NEON optimised FFT and MDCTMåns Rullgård2009-09-101-1/+9
* The ff_cos_tabs table itself is constant, too, so mark it as such.Reimar Döffinger2009-09-061-1/+1
* Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other referencesDavid Conrad2009-03-161-1/+1
* Only enable SSE/3DNOW optimizations when they have been enabled at compilation.Diego Biurrun2009-02-191-3/+3
* prettyprinting whitespace cosmeticsDiego Biurrun2009-02-191-10/+10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-301-1/+1
* Mark ff_fft_end av_cold.Alex Converse2009-01-291-1/+1
* Mark ff_fft_init with av_cold.Alex Converse2009-01-221-1/+1
* Clean up FFT related comments.Alex Converse2009-01-221-12/+0
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-4/+4
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-031-4/+4
* mdct wrapper function to match fftLoren Merritt2008-08-121-2/+2
* optimize imdct_half:Loren Merritt2008-08-121-0/+2
* indentLoren Merritt2008-08-121-8/+7
* split-radix FFTLoren Merritt2008-08-121-126/+245
* exploit mdct symmetryLoren Merritt2008-07-131-0/+3
* indentationMåns Rullgård2008-03-171-25/+25
* clean up FFT SIMD selectionMåns Rullgård2008-03-171-27/+28
* 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-5/+6
* use ff_fft_calc_3dn2 instead of sse on a K8.Loren Merritt2006-08-191-7/+3
* ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt2006-08-181-5/+1
* r5954 broke fft on cpus with 3dnow but without mm3dnow.hLoren Merritt2006-08-101-29/+27
* 3dnow2 implementation of imdct.Loren Merritt2006-08-081-4/+3
* ff_fft_init now double checks that the system has mm3dnow.h beforeBenjamin Larsson2006-07-021-0/+4
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-081-4/+20
* 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-13/+13
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-131-9/+9