| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '52730e0f867fe77b7d2353d8b44e92edb7079ca5' | Clément Bœsch | 2017-03-20 | 1 | -4/+6 |
|\ |
|
| * | iir_filter: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-07 | 1 | -3/+5 |
| * | 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 |
* | | avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer | Michael Niedermayer | 2014-10-14 | 1 | -3/+3 |
* | | avcodec/iirfilter: Change ff_iir_filter_free_coeffs() so it clears the pointe... | Michael Niedermayer | 2014-10-14 | 1 | -1/+1 |
* | | mips: Optimization of IIR filter function | Bojan Zivkovic | 2013-03-20 | 1 | -0/+23 |
* | | iir: Change dst param to float* in ff_iir_filter_flt(). | Justin Ruggles | 2011-01-23 | 1 | -1/+1 |
* | | Add biquad high-pass and low-pass IIR filters. | Justin Ruggles | 2011-01-21 | 1 | -0/+1 |
* | | cosmetics: vertical alignment and line wrap | Justin Ruggles | 2011-01-21 | 1 | -3/+3 |
* | | Add memory allocation failure checks to ff_iir_filter_init_coeffs(). | Justin Ruggles | 2011-01-21 | 1 | -1/+4 |
* | | Add function ff_iir_filter_flt() to accept floating-point input and output. | Justin Ruggles | 2011-01-21 | 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 |