32 Commits (7f660035feabe932f9adb8adeb8991b5a47e5009)

Author SHA1 Message Date
Diego Biurrun 1a094af638 fft: Split MDCT bits off from FFT 9 years ago
Diego Biurrun 4c297249ac rdft: arm: Split RDFT initialization into a separate file 9 years ago
Diego Biurrun 97aec6e75e fft: arm: Drop unnecessary #include, add missing ones 9 years ago
Janne Grunau e2710e790c arm: add a cpu flag for the VFPv2 vector mode 9 years ago
Ben Avison 87552d54d3 armv6: Accelerate ff_fft_calc for general case (nbits != 4) 10 years ago
Diego Biurrun bd549cbaac arm: dcadsp: Move synth filter initialization to dcadsp file 11 years ago
Martin Storsjö b63bb251ea arm: Add VFP-accelerated version of imdct_half 11 years ago
Ben Avison 41ef1d360b arm: Add VFP-accelerated version of synth_filter_float 11 years ago
Carl Eugen Hoyos cf36180143 Only set accelerated arm fft functions if fft is enabled. 12 years ago
Mans Rullgard d526c5338d ARM: allow runtime masking of CPU features 13 years ago
Felipe Contreras c3d5e290ca ARM: fix build with FFT enabled and MDCT disabled 13 years ago
Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Loren Merritt 11ab1e409f FFT: factor a shuffle out of the inner loop and merge it into fft_permute. 14 years ago
Loren Merritt e6b1ed693a FFT: factor a shuffle out of the inner loop and merge it into fft_permute. 14 years ago
Justin Ruggles a8ae4e0e7b Remove unneeded add bias from 3 functions. 14 years ago
Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 14 years ago
Måns Rullgård e73d1a5efc ARM: NEON optimised synth_filter_float 15 years ago
Måns Rullgård a8bb9ea532 ARM: NEON optimised RDFT 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Måns Rullgård f7a3b6030c ARM: interleave cos/sin tables for improved NEON MDCT 15 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
Måns Rullgård f486321395 Move per-arch fft init bits into the corresponding subdirs 15 years ago
Måns Rullgård 60c703ac4b ARM: START/STOP_TIMER support for ARMv7 16 years ago
Måns Rullgård 439ccc4e0e Split libavutil/timer.h per architecture 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Måns Rullgård 4dddc5e10c kill warnings 19 years ago
Ivo van Poorten 93d6aeb0a4 add missing declaration for av_md5_sum 19 years ago
Michael Niedermayer 94d85eaf34 md5 support 19 years ago