Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-05avcodec/fft: Fix "warning: unused variable"Michael Niedermayer
2013-08-04libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-09-05Optimization of AC3 floating point decoder for MIPSNedeljko Babic
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04ARM: NEON fixed-point FFTMans Rullgard
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-03Fixed-point MDCT with 32-bit unscaled outputMans Rullgard
2011-04-02Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-01FFT: simplify fft8()Mans Rullgard
2011-04-01Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-31Fixed-point FFT and MDCTMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-13FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-01-28Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò
2011-01-26Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò
2010-07-02IndentMåns Rullgård
2010-07-02Remove vestiges of radix-2 FFTMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-02-12Fix build with --disable-mdctMåns Rullgård
2009-11-05Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger
2009-11-04Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger
2009-10-15Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger
2009-10-15Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger
2009-10-13fft_dispatch array should be constReimar Döffinger
2009-09-16Move per-arch fft init bits into the corresponding subdirsMåns Rullgård
2009-09-15ARM: 10l: fix large FFTsMåns Rullgård
2009-09-11ARM: NEON optimised MDCTMåns Rullgård
2009-09-11Prepare for optimised forward MDCT implementationsMåns Rullgård
2009-09-10ARM: NEON optimised FFT and MDCTMåns Rullgård
2009-09-06The ff_cos_tabs table itself is constant, too, so mark it as such.Reimar Döffinger
2009-03-16Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other referencesDavid Conrad
2009-02-19Only enable SSE/3DNOW optimizations when they have been enabled at compilation.Diego Biurrun
2009-02-19prettyprinting whitespace cosmeticsDiego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse
2009-01-29Mark ff_fft_end av_cold.Alex Converse
2009-01-22Mark ff_fft_init with av_cold.Alex Converse