]> git.sesse.net Git - ffmpeg/history - libavcodec/arm/fft_init_arm.c
arm: dcadsp: Move synth filter initialization to dcadsp file
[ffmpeg] / libavcodec / arm / fft_init_arm.c
2013-08-29 Diego Biurrunarm: dcadsp: Move synth filter initialization to dcadsp...
2013-07-22 Martin Storsjöarm: Add VFP-accelerated version of imdct_half
2013-07-22 Ben Avisonarm: Add VFP-accelerated version of synth_filter_float
2012-04-22 Mans RullgardARM: allow runtime masking of CPU features
2012-01-20 Felipe ContrerasARM: fix build with FFT enabled and MDCT disabled
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-13 Loren MerrittFFT: factor a shuffle out of the inner loop and merge...
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2010-04-10 Måns RullgårdARM: NEON optimised synth_filter_float
2010-03-23 Måns RullgårdARM: NEON optimised RDFT
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2009-09-21 Måns RullgårdARM: interleave cos/sin tables for improved NEON MDCT
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...