Paul B Mahol
|
de8a1d8d4d
|
avfilter/af_aiir: add polar zeros/poles format variant
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-10 20:25:50 +01:00 |
|
Paul B Mahol
|
de5b12c93f
|
avfilter/af_aiir: unbreak clipping detection
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-10 19:24:41 +01:00 |
|
Paul B Mahol
|
3c29f68b4d
|
avfilter/af_aiir: do not leak memory on failure in convert_zp2tf()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-10 18:38:01 +01:00 |
|
Paul B Mahol
|
e9edd61965
|
avfilter/af_aiir: refactor code so it uses IIRChannel struct
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-09 17:46:27 +01:00 |
|
Paul B Mahol
|
21c99f4b40
|
avfilter/af_aiir: make default processing to serially cascaded
Also add several helpfull log messages.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-09 13:08:01 +01:00 |
|
Paul B Mahol
|
d9a3074b93
|
avfilter/af_aiir: add slice threading support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-09 12:25:35 +01:00 |
|
Paul B Mahol
|
7add1ca2b5
|
avfilter/af_aiir: add cascaded biquads support
Also add precision option.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-09 12:25:35 +01:00 |
|
Paul B Mahol
|
3f234a0b22
|
avfilter/af_aiir: do not forget to free gains too
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-08 11:22:21 +01:00 |
|
Paul B Mahol
|
205046420d
|
avfilter/af_aiir: fix typo which may cause overread
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-08 08:45:02 +01:00 |
|
Paul B Mahol
|
2d3df8e2e9
|
avfilter/af_aiir: rename options, provide gains in separate option
This way it can be also used for other format.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-07 21:22:38 +01:00 |
|
Paul B Mahol
|
6c65de3db0
|
avfilter/af_aiir: add support for alternative coefficients format
Support for zeros/poles syntax on Z-plane.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-07 17:03:46 +01:00 |
|
Paul B Mahol
|
52c959a237
|
avfilter/af_aiir: do not crash with invalid options
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-05 19:58:07 +01:00 |
|
Paul B Mahol
|
7bb1be9af0
|
avfilter: add arbitrary audio IIR filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2018-01-05 17:04:21 +01:00 |
|