summaryrefslogtreecommitdiff
path: root/libavfilter/af_biquads.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: various cosmeticsPaul B Mahol2013-09-121-10/+10
* Rename constant HZ in af_biquads.c as HERTZ.Carl Eugen Hoyos2013-06-301-18/+18
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-3/+3
* lavfi/biquads: switch to an AVOptions-based systemPaul B Mahol2013-04-111-7/+0
* lavfi/afade * biquads: call av_frame_copy_props()Paul B Mahol2013-04-031-1/+1
* lavfi/biquads: fix min allowed option valuePaul B Mahol2013-03-281-6/+6
* avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer2013-03-151-1/+1
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-7/+7
* af_biquads: memset(0) cacheMichael Niedermayer2013-02-251-0/+1
* af_biquad: avoid subtraction in loopMichael Niedermayer2013-02-071-3/+5
* af_biquad: unroll loop, remove variable copiesMichael Niedermayer2013-02-071-1/+26
* lavfi/biquads: remove pointless castsPaul B Mahol2013-01-311-5/+5
* Port biquads filters from SoXPaul B Mahol2013-01-311-0/+599