summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-06-30Rename constant HZ in af_biquads.c as HERTZ.Carl Eugen Hoyos1-18/+18
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-11lavfi/biquads: switch to an AVOptions-based systemPaul B Mahol2-7/+9
2013-04-03lavfi/afade * biquads: call av_frame_copy_props()Paul B Mahol2-2/+2
2013-03-28lavfi/biquads: fix min allowed option valuePaul B Mahol1-6/+6
2013-03-15avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer7-8/+8
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-02-25af_biquads: memset(0) cacheMichael Niedermayer1-0/+1
2013-02-07af_biquad: avoid subtraction in loopMichael Niedermayer1-3/+5
2013-02-07af_biquad: unroll loop, remove variable copiesMichael Niedermayer1-1/+26
2013-01-31lavfi/biquads: remove pointless castsPaul B Mahol1-5/+5
2013-01-31Port biquads filters from SoXPaul B Mahol6-2/+889