summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-04libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic19-53/+497
2013-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer21-41/+79
2013-05-01Merge commit '42b9150b0d4f0a130c1d93dc991fd5412743a8cf'Michael Niedermayer5-17/+14
2013-04-30ppc: More consistent arch initializationDiego Biurrun21-41/+79
2013-04-30fft: Remove pointless #ifdefs around function declarationsDiego Biurrun1-3/+1
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer38-463/+1635
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau22-40/+41
2012-09-05Optimization of AC3 floating point decoder for MIPSNedeljko Babic13-0/+1173
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-606/+864
2011-06-23doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun38-259/+259
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer64-421/+804
2011-04-26Add AVX FFT implementation.Vitor Sessak23-207/+450
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer74-637/+833
2011-04-03ARM: NEON fixed-point FFTMans Rullgard5-0/+300
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer23-19/+141
2011-04-02Fixed-point MDCT with 32-bit unscaled outputMans Rullgard4-3/+63
2011-04-01Merge remote-tracking branch 'newdev/master'Michael Niedermayer16-58/+334
2011-03-31Fixed-point FFT and MDCTMans Rullgard10-52/+257
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer30-413/+533
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer44-328/+413
2011-03-20Move ff_dct_init_mmx declaration to dct.hMans Rullgard2-1/+2
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard13-72/+138
2011-03-20Move sine windows to a separate fileMans Rullgard19-46/+112
2011-03-19Move ff_kbd_window_init() to a separate fileMans Rullgard9-41/+90
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard27-109/+80
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-14FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt6-38/+45
2011-02-13FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt6-38/+45
2011-01-28Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò2-4/+5
2011-01-26Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò2-4/+5
2010-08-23Revert unintended changes to fft.h from r24890.Alex Converse1-1/+1
2010-08-23aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell2-26/+26
2010-07-06SSE optimized 32-point DCTVitor Sessak5-0/+278
2010-07-01Remove vestiges of radix-2 FFTMåns Rullgård5-91/+15
2010-06-30More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak5-240/+29
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-06-24Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård2-2/+9
2010-03-23Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak5-16/+93
2010-03-23ARM: NEON optimised RDFTMåns Rullgård5-0/+168
2010-03-21Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak2-1/+4
2010-03-21DCT: remove unused field from contextVitor Sessak1-1/+0
2010-03-20Call rdft by function pointerMåns Rullgård2-6/+9
2010-03-07Create a public API for FFT family of functionsMåns Rullgård6-24/+244
2010-03-07Give RDFT types more meaningful namesMåns Rullgård6-15/+15
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård27-222/+275