summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft.c
Commit message (Expand)AuthorAgeFilesLines
* dct/fft: Give consistent names to fixed/float template filesDiego Biurrun2013-11-211-352/+0
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-6/+6
* ppc: More consistent arch initializationDiego Biurrun2013-04-301-1/+1
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* Add AVX FFT implementation.Vitor Sessak2011-04-261-5/+48
* ARM: NEON fixed-point FFTMans Rullgard2011-04-031-0/+1
* Fixed-point MDCT with 32-bit unscaled outputMans Rullgard2011-04-021-0/+3
* FFT: simplify fft8()Mans Rullgard2011-04-011-9/+4
* Fixed-point FFT and MDCTMans Rullgard2011-03-311-23/+30
* 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
OpenPOWER on IntegriCloud