aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/fft.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/fft: Fix "warning: unused variable"Michael Niedermayer2013-08-041-1/+1
* libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-041-2/+179
* Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-011-6/+6
|\
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-6/+6
* | Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer2013-05-011-1/+1
|\|
| * ppc: More consistent arch initializationDiego Biurrun2013-04-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-1/+1
|\|
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
* | Optimization of AC3 floating point decoder for MIPSNedeljko Babic2012-09-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-5/+48
|\|
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-5/+48
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-0/+1
|\|
| * ARM: NEON fixed-point FFTMans Rullgard2011-04-031-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-031-0/+3
|\|
| * Fixed-point MDCT with 32-bit unscaled outputMans Rullgard2011-04-021-0/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-021-9/+4
|\|
| * FFT: simplify fft8()Mans Rullgard2011-04-011-9/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-04-011-23/+30
|\|
| * 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
* | FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-141-2/+7
* | Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò2011-01-281-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