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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-04avcodec/fft: Add revtab32 for FFTs with more than 65536 samplesMichael Niedermayer
2016-03-04avcodec: Extend fft to size 2^17Michael Niedermayer
2014-07-18Merge commit '24af1aa0f70362a66cda04c9d7cd012e019f5572'Michael Niedermayer
2014-07-18fft: Convert FFT/MDCT permutation type #defines to enumsDiego Biurrun
2014-04-23Merge commit '650c4300d94aa9398ff1dd4f454bf39eaa285f62'Michael Niedermayer
2014-04-22aarch64: NEON float FFTJanne Grunau
2014-01-07rename CONFIG_FFT_FIXED_32 -> FFT_FIXED_32Michael Niedermayer
2014-01-07Merge commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3'Michael Niedermayer
2014-01-06Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun
2013-08-04libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic
2013-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer
2013-05-01Merge commit '42b9150b0d4f0a130c1d93dc991fd5412743a8cf'Michael Niedermayer
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-04-30fft: Remove pointless #ifdefs around function declarationsDiego 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
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
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-01Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-31Fixed-point FFT and MDCTMans Rullgard
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-21Move ff_dct_init_mmx declaration to dct.hMans Rullgard
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19Move ff_kbd_window_init() to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans 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-08-23Revert unintended changes to fft.h from r24890.Alex Converse
2010-08-23aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell
2010-07-06SSE optimized 32-point DCTVitor Sessak
2010-07-02Remove vestiges of radix-2 FFTMåns Rullgård
2010-07-01More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-24Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård
2010-03-23Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak
2010-03-23ARM: NEON optimised RDFTMåns Rullgård
2010-03-21Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak
2010-03-21DCT: remove unused field from contextVitor Sessak