| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter/treble: use AV_OPT_TYPE_BOOL for csg option | Clément Bœsch | 2015-09-12 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -5/+8 |
* | avfilter/af_biquads: Change width_type to int as its accessed as int via AVOp... | Michael Niedermayer | 2015-03-02 | 1 | -1/+1 |
* | avfilter/af_biquads: use the name 's' for the pointer to the private context | Paul B Mahol | 2015-01-28 | 1 | -105/+105 |
* | avfilter/biquads: avoid clipping when using floating type | Muhammad Faiz | 2014-07-21 | 1 | -11/+11 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -10/+10 |
* | Rename constant HZ in af_biquads.c as HERTZ. | Carl Eugen Hoyos | 2013-06-30 | 1 | -18/+18 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -3/+3 |
* | lavfi/biquads: switch to an AVOptions-based system | Paul B Mahol | 2013-04-11 | 1 | -7/+0 |
* | lavfi/afade * biquads: call av_frame_copy_props() | Paul B Mahol | 2013-04-03 | 1 | -1/+1 |
* | lavfi/biquads: fix min allowed option value | Paul B Mahol | 2013-03-28 | 1 | -6/+6 |
* | avfilter: avoid direct access to AVFrame.channels | Michael Niedermayer | 2013-03-15 | 1 | -1/+1 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -7/+7 |
* | af_biquads: memset(0) cache | Michael Niedermayer | 2013-02-25 | 1 | -0/+1 |
* | af_biquad: avoid subtraction in loop | Michael Niedermayer | 2013-02-07 | 1 | -3/+5 |
* | af_biquad: unroll loop, remove variable copies | Michael Niedermayer | 2013-02-07 | 1 | -1/+26 |
* | lavfi/biquads: remove pointless casts | Paul B Mahol | 2013-01-31 | 1 | -5/+5 |
* | Port biquads filters from SoX | Paul B Mahol | 2013-01-31 | 1 | -0/+599 |