Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | iir: Change dst param to float* in ff_iir_filter_flt(). | Justin Ruggles | 2011-01-21 | 1 | -1/+1 |
* | Add biquad high-pass and low-pass IIR filters. | Justin Ruggles | 2011-01-20 | 1 | -0/+1 |
* | cosmetics: vertical alignment and line wrap | Justin Ruggles | 2011-01-20 | 1 | -3/+3 |
* | Add memory allocation failure checks to ff_iir_filter_init_coeffs(). | Justin Ruggles | 2011-01-20 | 1 | -1/+4 |
* | Add function ff_iir_filter_flt() to accept floating-point input and output. | Justin Ruggles | 2011-01-20 | 1 | -1/+16 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add generic IIR filter interface with Butterworth lowpass filter implementation | Kostya Shishkov | 2008-08-28 | 1 | -0/+103 |