summaryrefslogtreecommitdiff
path: root/libavcodec/iirfilter.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\
| * iirfilter: add fate testMans Rullgard2011-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * iirfilter: fix biquad filter coefficients.Justin Ruggles2011-06-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-18
|\|
| * Fix compilation of iirfilter-test.Justin Ruggles2011-05-17
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add special case for 2nd-order IIR filter.Justin Ruggles2011-01-28
| * 10l: reverse the biquad coefficients.Justin Ruggles2011-01-22
| * iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles2011-01-21
| * iir: change filter type if/else to a switch.Justin Ruggles2011-01-20
| * Add biquad high-pass and low-pass IIR filters.Justin Ruggles2011-01-20
| * Split out Butterworth filter coeff init to a separate function.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
| * cosmetics: wrap long lineJustin Ruggles2011-01-20
| * Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles2011-01-20
| * Fix use of sstep/dstep in ff_iir_filter().Justin Ruggles2011-01-19
* | Add special case for 2nd-order IIR filter.Justin Ruggles2011-01-28
* | 10l: reverse the biquad coefficients.Justin Ruggles2011-01-23
* | iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles2011-01-23
* | iir: change filter type if/else to a switch.Justin Ruggles2011-01-21
* | Add biquad high-pass and low-pass IIR filters.Justin Ruggles2011-01-21
* | Split out Butterworth filter coeff init to a separate function.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
* | cosmetics: wrap long lineJustin Ruggles2011-01-21
* | Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles2011-01-21
* | Fix use of sstep/dstep in ff_iir_filter().Justin Ruggles2011-01-21
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* IIR filter test program.Alex Converse2009-07-16
* Mark iir filter init and free functions av_cold.Alex Converse2009-07-10
* Fix "iirfilter.c:55: warning: unused variable ‘size’"Alex Converse2009-07-10
* Eliminate use of complex.h from iirfilter.cAlex Converse2009-07-10
* Fix declarations of complex numbersMåns Rullgård2009-07-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add generic IIR filter interface with Butterworth lowpass filter implementationKostya Shishkov2008-08-28