summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_dynaudnorm.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_dynaudnorm: add more descriptive aliases for optionsPaul B Mahol2019-07-241-9/+18
* avfilter/af_dynaudnorm: add timeline supportPaul B Mahol2019-04-301-4/+15
* avfilter/af_dynaudnorm: always update delay when flushingPaul B Mahol2019-04-301-0/+1
* avfilter/af_dynaudnorm: switch to activatePaul B Mahol2019-04-291-17/+59
* avfilter/dynaudnorm: increment input outside of the FFMIN macro so it doesn't...Andy2017-08-091-1/+2
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-3/+3
* lavfi/dynaudnorm: rename pow2 to pow_2Clément Bœsch2017-03-291-5/+5
* avfilter/af_dynaudnorm: fix hang with too short inputPaul B Mahol2017-01-081-2/+9
* avfilter/af_dynaudnorm: use better check for infinite loopPaul B Mahol2016-08-071-1/+2
* avfilter/af_dynaudnorm: improve pre-filling codeLoRd_MuldeR2016-08-021-6/+15
* avfilter/af_dynaudnorm: call uninit() from config_input()Paul B Mahol2016-01-191-29/+31
* avfilter/af_dynaudnorm: fix possible null pointer dereferencePaul B Mahol2016-01-141-4/+8
* lavfi/af_dynaudnorm: replace round by lrintGanesh Ajjanagadde2015-12-211-1/+1
* avfilter/af_dynaudnorm: use av_malloc_array()Paul B Mahol2015-12-191-5/+5
* avfilter/af_dynaudnorm: remove wasteful powGanesh Ajjanagadde2015-11-261-2/+2
* avfilter/af_dynaudnorm: use M_PIGanesh Ajjanagadde2015-11-201-3/+1
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-7/+0
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-121-1/+1
* avfilter/dynaudnorm: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-3/+3
* avfilter/af_dynaudnorm: Fix typo in assertMichael Niedermayer2015-09-031-1/+1
* avfilter/af_dynaudnorm: Use av_frame_get_channels()Michael Niedermayer2015-07-181-3/+3
* avfilter/af_dynaudnorm: Fix "ISO C90 forbids mixed declarations and code" war...Michael Niedermayer2015-07-171-8/+14
* avfilter: add Dynamic Audio Normalizer filterLoRd_MuldeR2015-07-171-0/+734
OpenPOWER on IntegriCloud