| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_dynaudnorm: use better limits for maximal amplification | Paul B Mahol | 2020-01-11 | 1 | -2/+3 |
* | avfilter/af_dynaudnorm: add support for commands | Paul B Mahol | 2020-01-06 | 1 | -62/+98 |
* | avfilter/af_dynaudnorm: use already available pointer | Paul B Mahol | 2020-01-05 | 1 | -1/+1 |
* | avfilter/af_dynaudnorm: move channels variable setup first | Paul B Mahol | 2020-01-05 | 1 | -2/+1 |
* | avfilter/af_dynaudnorm: fix another clipping with custom peak value | Paul B Mahol | 2020-01-04 | 1 | -1/+1 |
* | avfilter/af_dynaudnorm: implement threshold option | Paul B Mahol | 2020-01-04 | 1 | -15/+43 |
* | avfilter/af_dynaudnorm: do not clip audio | Paul B Mahol | 2020-01-04 | 1 | -0/+1 |
* | avfilter/af_dynaudnorm: fix previous commit | Paul B Mahol | 2020-01-02 | 1 | -5/+5 |
* | avfilter/af_dynaudnorm: do not enqueue flush buffers | Paul B Mahol | 2020-01-02 | 1 | -4/+8 |
* | avfilter/af_dynaudnorm: do not hang forever if only EOF is received | Paul B Mahol | 2020-01-01 | 1 | -6/+2 |
* | avfilter/af_dynaudnorm: do not error out if even filter size was given | Paul B Mahol | 2020-01-01 | 1 | -2/+2 |
* | avfilter/af_dynaudnorm: add more descriptive aliases for options | Paul B Mahol | 2019-07-24 | 1 | -9/+18 |
* | avfilter/af_dynaudnorm: add timeline support | Paul B Mahol | 2019-04-30 | 1 | -4/+15 |
* | avfilter/af_dynaudnorm: always update delay when flushing | Paul B Mahol | 2019-04-30 | 1 | -0/+1 |
* | avfilter/af_dynaudnorm: switch to activate | Paul B Mahol | 2019-04-29 | 1 | -17/+59 |
* | avfilter/dynaudnorm: increment input outside of the FFMIN macro so it doesn't... | Andy | 2017-08-09 | 1 | -1/+2 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -3/+3 |
* | lavfi/dynaudnorm: rename pow2 to pow_2 | Clément Bœsch | 2017-03-29 | 1 | -5/+5 |
* | avfilter/af_dynaudnorm: fix hang with too short input | Paul B Mahol | 2017-01-08 | 1 | -2/+9 |
* | avfilter/af_dynaudnorm: use better check for infinite loop | Paul B Mahol | 2016-08-07 | 1 | -1/+2 |
* | avfilter/af_dynaudnorm: improve pre-filling code | LoRd_MuldeR | 2016-08-02 | 1 | -6/+15 |
* | avfilter/af_dynaudnorm: call uninit() from config_input() | Paul B Mahol | 2016-01-19 | 1 | -29/+31 |
* | avfilter/af_dynaudnorm: fix possible null pointer dereference | Paul B Mahol | 2016-01-14 | 1 | -4/+8 |
* | lavfi/af_dynaudnorm: replace round by lrint | Ganesh Ajjanagadde | 2015-12-21 | 1 | -1/+1 |
* | avfilter/af_dynaudnorm: use av_malloc_array() | Paul B Mahol | 2015-12-19 | 1 | -5/+5 |
* | avfilter/af_dynaudnorm: remove wasteful pow | Ganesh Ajjanagadde | 2015-11-26 | 1 | -2/+2 |
* | avfilter/af_dynaudnorm: use M_PI | Ganesh Ajjanagadde | 2015-11-20 | 1 | -3/+1 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -7/+0 |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter/dynaudnorm: use AV_OPT_TYPE_BOOL | Clément Bœsch | 2015-09-08 | 1 | -3/+3 |
* | avfilter/af_dynaudnorm: Fix typo in assert | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | avfilter/af_dynaudnorm: Use av_frame_get_channels() | Michael Niedermayer | 2015-07-18 | 1 | -3/+3 |
* | avfilter/af_dynaudnorm: Fix "ISO C90 forbids mixed declarations and code" war... | Michael Niedermayer | 2015-07-17 | 1 | -8/+14 |
* | avfilter: add Dynamic Audio Normalizer filter | LoRd_MuldeR | 2015-07-17 | 1 | -0/+734 |