12 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Michael Niedermayer f43ac02723 avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer 10 years ago
Michael Niedermayer 43fb16cf74 avcodec/iirfilter: Change ff_iir_filter_free_coeffs() so it clears the pointers as well 10 years ago
Bojan Zivkovic 7d29c6eebc mips: Optimization of IIR filter function 12 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles 17d4f4558e iir: Change dst param to float* in ff_iir_filter_flt(). 14 years ago
Justin Ruggles 69915b48d6 iir: Change dst param to float* in ff_iir_filter_flt(). 14 years ago
Justin Ruggles aa226b2460 Add biquad high-pass and low-pass IIR filters. 14 years ago
Justin Ruggles 99c2111b12 cosmetics: vertical alignment and line wrap 14 years ago
Justin Ruggles 20d1f6fec1 Add memory allocation failure checks to ff_iir_filter_init_coeffs(). 14 years ago
Justin Ruggles b3b8b930fc Add function ff_iir_filter_flt() to accept floating-point input and output. 14 years ago
Justin Ruggles fcdf0a43cd Add biquad high-pass and low-pass IIR filters. 14 years ago
Justin Ruggles 75b98610a7 cosmetics: vertical alignment and line wrap 14 years ago
Justin Ruggles d42dc217ed Add memory allocation failure checks to ff_iir_filter_init_coeffs(). 14 years ago
Justin Ruggles 0a3d7697b4 Add function ff_iir_filter_flt() to accept floating-point input and output. 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Kostya Shishkov a169f49881 Add generic IIR filter interface with Butterworth lowpass filter implementation 16 years ago
Kostya Shishkov 2e0b635a57 Simple lowpass filter implementation. 16 years ago