| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/iirfilter: Move ff_iir_filter() to lavc/tests/iirfilter.c | Andreas Rheinhardt | 2024-06-30 | 1 | -14/+0 |
* | avutil/mem: Don't include avutil.h | Andreas Rheinhardt | 2023-09-07 | 1 | -0/+4 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avcodec/iirfilter: Make ff_iir_filter_flt() static | Andreas Rheinhardt | 2021-09-08 | 1 | -5/+16 |
* | avcodec/iirfilter: Fix memleak | Andreas Rheinhardt | 2020-06-15 | 1 | -2/+4 |
* | avcodec/iirfilter: remove FF_ALLOCZ_OR_GOTO and gotos label | Limin Wang | 2020-06-13 | 1 | -9/+5 |
* | avcodec/aacenc: add FF_CODEC_CAP_INIT_CLEANUP | Limin Wang | 2020-06-13 | 1 | -1/+0 |
* | Merge commit '52730e0f867fe77b7d2353d8b44e92edb7079ca5' | Clément Bœsch | 2017-03-20 | 1 | -2/+4 |
|\ |
|
| * | iir_filter: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-07 | 1 | -2/+5 |
* | | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -32/+0 |
|\| |
|
| * | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -32/+0 |
* | | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b' | Derek Buitenhuis | 2016-04-21 | 1 | -60/+62 |
|\| |
|
| * | testprogs: K&R formatting cosmetics | Diego Biurrun | 2016-03-24 | 1 | -60/+62 |
* | | 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 | -6/+7 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -7/+9 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -7/+9 |
* | | mips: Optimization of IIR filter function | Bojan Zivkovic | 2013-03-20 | 1 | -0/+7 |
* | | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -1/+0 |
|\| |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-05 | 1 | -8/+5 |
|\| |
|
| * | iirfilter: add fate test | Mans Rullgard | 2011-07-04 | 1 | -8/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -2/+0 |
|\| |
|
| * | iirfilter: fix biquad filter coefficients. | Justin Ruggles | 2011-06-07 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-18 | 1 | -1/+1 |
|\| |
|
| * | Fix compilation of iirfilter-test. | Justin Ruggles | 2011-05-17 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add special case for 2nd-order IIR filter. | Justin Ruggles | 2011-01-28 | 1 | -2/+22 |
| * | 10l: reverse the biquad coefficients. | Justin Ruggles | 2011-01-22 | 1 | -6/+6 |
| * | iir: Change dst param to float* in ff_iir_filter_flt(). | Justin Ruggles | 2011-01-21 | 1 | -1/+1 |
| * | iir: change filter type if/else to a switch. | Justin Ruggles | 2011-01-20 | 1 | -12/+13 |
| * | Add biquad high-pass and low-pass IIR filters. | Justin Ruggles | 2011-01-20 | 1 | -0/+50 |
| * | Split out Butterworth filter coeff init to a separate function. | Justin Ruggles | 2011-01-20 | 1 | -18/+46 |
| * | 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 | -4/+12 |
| * | cosmetics: wrap long line | Justin Ruggles | 2011-01-20 | 1 | -1/+3 |
| * | Add function ff_iir_filter_flt() to accept floating-point input and output. | Justin Ruggles | 2011-01-20 | 1 | -38/+64 |
| * | Fix use of sstep/dstep in ff_iir_filter(). | Justin Ruggles | 2011-01-19 | 1 | -1/+1 |
* | | Add special case for 2nd-order IIR filter. | Justin Ruggles | 2011-01-28 | 1 | -2/+22 |
* | | 10l: reverse the biquad coefficients. | Justin Ruggles | 2011-01-23 | 1 | -6/+6 |
* | | iir: Change dst param to float* in ff_iir_filter_flt(). | Justin Ruggles | 2011-01-23 | 1 | -1/+1 |
* | | iir: change filter type if/else to a switch. | Justin Ruggles | 2011-01-21 | 1 | -12/+13 |
* | | Add biquad high-pass and low-pass IIR filters. | Justin Ruggles | 2011-01-21 | 1 | -0/+50 |
* | | Split out Butterworth filter coeff init to a separate function. | Justin Ruggles | 2011-01-21 | 1 | -18/+46 |
* | | 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 | -4/+12 |
* | | cosmetics: wrap long line | Justin Ruggles | 2011-01-21 | 1 | -1/+3 |
* | | Add function ff_iir_filter_flt() to accept floating-point input and output. | Justin Ruggles | 2011-01-21 | 1 | -38/+64 |