| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_biquads: refactor some options | Paul B Mahol | 2022-05-29 | 1 | -286/+96 |
* | avfilter: add tiltshelf audio filter | Paul B Mahol | 2022-05-29 | 1 | -6/+33 |
* | avfilter/af_biquads: fix low/highshelf 'k' calculation | Paul B Mahol | 2022-05-27 | 1 | -2/+2 |
* | avfilter/af_biquads: always return same number of samples with block processing | Paul B Mahol | 2022-05-12 | 1 | -12/+56 |
* | avfilter/af_biquads: add zdf transform type | Paul B Mahol | 2022-05-11 | 1 | -11/+239 |
* | avfilter/af_biquads: use correct variables when reversing samples | Paul B Mahol | 2022-05-10 | 1 | -2/+5 |
* | avfilter/af_biquads: add option for block based linear phase processing | Paul B Mahol | 2022-05-09 | 1 | -4/+130 |
* | avfilter/af_biquads: add tdi transform type | Paul B Mahol | 2022-05-08 | 1 | -0/+83 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter/af_biquads: fix possible leak on error | Paul B Mahol | 2022-03-15 | 1 | -1/+3 |
* | avfilter/af_biquads: fix regression with channels option processing | Paul B Mahol | 2022-03-15 | 1 | -25/+28 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -27/+36 |
* | avfilter/af_biquads: add svf transform type | Paul B Mahol | 2021-11-26 | 1 | -0/+95 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/af_biquads: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -11/+14 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -20/+5 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_biquads: Don't redundantly set AVClass | Andreas Rheinhardt | 2021-01-08 | 1 | -1/+0 |
* | avfilter/af_biquads: Deduplicate options | Andreas Rheinhardt | 2021-01-08 | 1 | -86/+20 |
* | avfilter/af_biquads: fix error in ro calculation | Paul B Mahol | 2020-12-17 | 1 | -2/+2 |
* | avfilter/af_biquads: add one-pole shelf filters by adding pole option | Paul B Mahol | 2020-12-16 | 1 | -12/+52 |
* | avfilter/af_biquads: add shortcut to set internal precision | Paul B Mahol | 2020-12-06 | 1 | -2/+105 |
* | avfilter/af_biquads: make sure that biquad filter still works | Paul B Mahol | 2020-11-24 | 1 | -1/+1 |
* | avfilter/af_biquads: do not abort filtering on bogus options | Paul B Mahol | 2020-11-24 | 1 | -23/+15 |
* | avfilter/af_biquads: remove not needed code | Paul B Mahol | 2020-11-22 | 1 | -3/+1 |
* | avfilter/af_biquads: make commands work reliably within biquad filter | Paul B Mahol | 2020-11-02 | 1 | -6/+15 |
* | avfilter/af_biquads: add lattice-ladder form | Paul B Mahol | 2020-11-02 | 1 | -1/+106 |
* | avfilter/af_biquads: add different transform types | Paul B Mahol | 2020-08-21 | 1 | -8/+215 |
* | avfilter/af_biquads: implement 1st order allpass | Paul B Mahol | 2020-05-30 | 1 | -6/+22 |
* | avfilter/af_biquads: add new normalize/n option | Paul B Mahol | 2019-11-22 | 1 | -0/+31 |
* | avfilter/af_biquads: use ff_filter_process_command() | Paul B Mahol | 2019-10-14 | 1 | -124/+10 |
* | avfilter/af_biquads: clip gain picked from command to sane values | Paul B Mahol | 2019-07-08 | 1 | -1/+1 |
* | avfilter/af_biquads: implement mix option to all filters | Paul B Mahol | 2019-07-08 | 1 | -9/+47 |
* | avfilter/af_biquads: add timeline support | Paul B Mahol | 2019-05-01 | 1 | -7/+15 |
* | avfilter/af_biquads: minor simplification by using ff_exp10() | Michael Niedermayer | 2019-01-01 | 1 | -1/+2 |
* | avfilter/af_biquads: Remove l from %lf in av_log environment | Michael Niedermayer | 2018-10-07 | 1 | -1/+1 |
* | avfilter/af_biquads: add slice threading | Paul B Mahol | 2018-05-01 | 1 | -15/+37 |
* | avfilter/af_biquads: change clipping detection from global to channel | Paul B Mahol | 2018-05-01 | 1 | -13/+17 |
* | avfilter: add lowshelf and highshelf filters | Paul B Mahol | 2018-04-17 | 1 | -9/+69 |
* | avfilter/av_biquads: scale a0 too | Paul B Mahol | 2018-01-06 | 1 | -0/+1 |
* | avfilter: add arbitrary audio IIR filter | Paul B Mahol | 2018-01-05 | 1 | -0/+2 |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter/af_biquads: change defaults for biquad filter | Paul B Mahol | 2017-12-21 | 1 | -5/+5 |
* | avfilter/af_biquads: increase width range | Paul B Mahol | 2017-12-21 | 1 | -10/+10 |
* | avfilter/af_biquads: add kHz width_type | Paul B Mahol | 2017-12-21 | 1 | -18/+32 |
* | avfilter/af_biquads: add missing break statements | Paul B Mahol | 2017-12-17 | 1 | -4/+4 |
* | avfilter/af_biquads: remove unused enum item | Paul B Mahol | 2017-12-17 | 1 | -1/+0 |