summaryrefslogtreecommitdiff
path: root/libavcodec/iirfilter.h
Commit message (Expand)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles2011-01-21
* Add biquad high-pass and low-pass IIR filters.Justin Ruggles2011-01-20
* cosmetics: vertical alignment and line wrapJustin Ruggles2011-01-20
* Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles2011-01-20
* Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles2011-01-20
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add generic IIR filter interface with Butterworth lowpass filter implementationKostya Shishkov2008-08-28