| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |