summaryrefslogtreecommitdiff
path: root/libavcodec/iirfilter.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avcodec/iirfilter: Make ff_iir_filter_flt() staticAndreas Rheinhardt2021-09-08
* avcodec/iirfilter: Fix memleakAndreas Rheinhardt2020-06-15
* avcodec/iirfilter: remove FF_ALLOCZ_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/aacenc: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-06-13
* Merge commit '52730e0f867fe77b7d2353d8b44e92edb7079ca5'Clément Bœsch2017-03-20
|\
| * iir_filter: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-07
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\|
| * build: Split test programs off into separate filesDiego Biurrun2016-04-07
* | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis2016-04-21
|\|
| * testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-24
* | 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
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | mips: Optimization of IIR filter functionBojan Zivkovic2013-03-20
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | 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