summaryrefslogtreecommitdiff
path: root/libavcodec/iirfilter.h
Commit message (Expand)AuthorAge
* avcodec/iirfilter: Make ff_iir_filter_flt() staticAndreas Rheinhardt2021-09-08
* Merge commit '52730e0f867fe77b7d2353d8b44e92edb7079ca5'Clément Bœsch2017-03-20
|\
| * iir_filter: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-07
| * 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
* | avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointerMichael Niedermayer2014-10-14
* | avcodec/iirfilter: Change ff_iir_filter_free_coeffs() so it clears the pointe...Michael Niedermayer2014-10-14
* | mips: Optimization of IIR filter functionBojan Zivkovic2013-03-20
* | iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles2011-01-23
* | Add biquad high-pass and low-pass IIR filters.Justin Ruggles2011-01-21
* | cosmetics: vertical alignment and line wrapJustin Ruggles2011-01-21
* | Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles2011-01-21
* | Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles2011-01-21
|/
* 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