summaryrefslogtreecommitdiff
path: root/libavfilter/af_dynaudnorm.c
Commit message (Expand)AuthorAge
* avfilter/af_dynaudnorm: fix regression with channels option processingPaul B Mahol2022-03-15
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_dynaudnorm: reduce number of lines by using for (int ...Paul B Mahol2022-02-28
* avfilter/af_dynaudnorm: use fmin/fmax for doublesPaul B Mahol2022-02-28
* avfilter/af_dynaudnorm: add support for overlapping framesPaul B Mahol2022-02-28
* avfilter/af_dynaudnorm: do not leak frame on errorPaul B Mahol2022-02-28
* avfilter/af_dynaudnorm: allocate new frame instead of making it writablePaul B Mahol2022-02-27
* avfilter/af_dynaudnorm: allow to filter subset of channelsPaul B Mahol2022-02-27
* avfilter/af_dynaudnorm: make frame writable if it may be changedPaul B Mahol2022-02-27
* avfilter/af_dynaudnorm: cleanup gaussian_filter() functionPaul B Mahol2022-02-25
* avfilter/af_dynaudnorm: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/af_dynaudnorm: add support for filtering non-writable framesPaul B Mahol2021-10-05
* avfilter/af_dynaudnorm: fix possible clipping at start when alt-boundary mode...Paul B Mahol2021-10-05
* avfilter/af_dynaudnorm: improve EOF timestamp precisionPaul B Mahol2021-09-12
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_dynaudnorm: make better check for available samplesPaul B Mahol2021-03-10
* avfilter/af_dynaudnorm: use better limits for maximal amplificationPaul B Mahol2020-01-11
* avfilter/af_dynaudnorm: add support for commandsPaul B Mahol2020-01-06
* avfilter/af_dynaudnorm: use already available pointerPaul B Mahol2020-01-05
* avfilter/af_dynaudnorm: move channels variable setup firstPaul B Mahol2020-01-05
* avfilter/af_dynaudnorm: fix another clipping with custom peak valuePaul B Mahol2020-01-04
* avfilter/af_dynaudnorm: implement threshold optionPaul B Mahol2020-01-04
* avfilter/af_dynaudnorm: do not clip audioPaul B Mahol2020-01-04
* avfilter/af_dynaudnorm: fix previous commitPaul B Mahol2020-01-02
* avfilter/af_dynaudnorm: do not enqueue flush buffersPaul B Mahol2020-01-02
* avfilter/af_dynaudnorm: do not hang forever if only EOF is receivedPaul B Mahol2020-01-01
* avfilter/af_dynaudnorm: do not error out if even filter size was givenPaul B Mahol2020-01-01
* avfilter/af_dynaudnorm: add more descriptive aliases for optionsPaul B Mahol2019-07-24
* avfilter/af_dynaudnorm: add timeline supportPaul B Mahol2019-04-30
* avfilter/af_dynaudnorm: always update delay when flushingPaul B Mahol2019-04-30
* avfilter/af_dynaudnorm: switch to activatePaul B Mahol2019-04-29
* avfilter/dynaudnorm: increment input outside of the FFMIN macro so it doesn't...Andy2017-08-09
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* lavfi/dynaudnorm: rename pow2 to pow_2Clément Bœsch2017-03-29
* avfilter/af_dynaudnorm: fix hang with too short inputPaul B Mahol2017-01-08
* avfilter/af_dynaudnorm: use better check for infinite loopPaul B Mahol2016-08-07
* avfilter/af_dynaudnorm: improve pre-filling codeLoRd_MuldeR2016-08-02
* avfilter/af_dynaudnorm: call uninit() from config_input()Paul B Mahol2016-01-19
* avfilter/af_dynaudnorm: fix possible null pointer dereferencePaul B Mahol2016-01-14
* lavfi/af_dynaudnorm: replace round by lrintGanesh Ajjanagadde2015-12-21
* avfilter/af_dynaudnorm: use av_malloc_array()Paul B Mahol2015-12-19
* avfilter/af_dynaudnorm: remove wasteful powGanesh Ajjanagadde2015-11-26
* avfilter/af_dynaudnorm: use M_PIGanesh Ajjanagadde2015-11-20
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
* avfilter/dynaudnorm: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-08
* avfilter/af_dynaudnorm: Fix typo in assertMichael Niedermayer2015-09-03