summaryrefslogtreecommitdiff
path: root/libavfilter/af_dynaudnorm.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_dynaudnorm: add curve optionPaul B Mahol2022-11-101-5/+61
* avfilter/af_dynaudnorm: add slice threading supportPaul B Mahol2022-11-041-22/+64
* avfilter/af_dynaudnorm: process also short durationsPaul B Mahol2022-11-041-10/+4
* avfilter/af_dynaudnorm: fix parameter for copy samples functionPaul B Mahol2022-09-181-1/+1
* avfilter/af_dynaudnorm: fix regression with channels option processingPaul B Mahol2022-03-151-5/+7
* avfilter: convert to new channel layout APIJames Almer2022-03-151-18/+27
* avfilter/af_dynaudnorm: reduce number of lines by using for (int ...Paul B Mahol2022-02-281-45/+28
* avfilter/af_dynaudnorm: use fmin/fmax for doublesPaul B Mahol2022-02-281-12/+12
* avfilter/af_dynaudnorm: add support for overlapping framesPaul B Mahol2022-02-281-5/+39
* avfilter/af_dynaudnorm: do not leak frame on errorPaul B Mahol2022-02-281-0/+2
* avfilter/af_dynaudnorm: allocate new frame instead of making it writablePaul B Mahol2022-02-271-8/+27
* avfilter/af_dynaudnorm: allow to filter subset of channelsPaul B Mahol2022-02-271-4/+21
* avfilter/af_dynaudnorm: make frame writable if it may be changedPaul B Mahol2022-02-271-8/+19
* avfilter/af_dynaudnorm: cleanup gaussian_filter() functionPaul B Mahol2022-02-251-2/+6
* avfilter/af_dynaudnorm: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-18/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_dynaudnorm: add support for filtering non-writable framesPaul B Mahol2021-10-051-5/+20
* avfilter/af_dynaudnorm: fix possible clipping at start when alt-boundary mode...Paul B Mahol2021-10-051-1/+1
* avfilter/af_dynaudnorm: improve EOF timestamp precisionPaul B Mahol2021-09-121-3/+6
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-16/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_dynaudnorm: make better check for available samplesPaul B Mahol2021-03-101-2/+3
* avfilter/af_dynaudnorm: use better limits for maximal amplificationPaul B Mahol2020-01-111-2/+3
* avfilter/af_dynaudnorm: add support for commandsPaul B Mahol2020-01-061-62/+98
* avfilter/af_dynaudnorm: use already available pointerPaul B Mahol2020-01-051-1/+1
* avfilter/af_dynaudnorm: move channels variable setup firstPaul B Mahol2020-01-051-2/+1
* avfilter/af_dynaudnorm: fix another clipping with custom peak valuePaul B Mahol2020-01-041-1/+1
* avfilter/af_dynaudnorm: implement threshold optionPaul B Mahol2020-01-041-15/+43
* avfilter/af_dynaudnorm: do not clip audioPaul B Mahol2020-01-041-0/+1
* avfilter/af_dynaudnorm: fix previous commitPaul B Mahol2020-01-021-5/+5
* avfilter/af_dynaudnorm: do not enqueue flush buffersPaul B Mahol2020-01-021-4/+8
* avfilter/af_dynaudnorm: do not hang forever if only EOF is receivedPaul B Mahol2020-01-011-6/+2
* avfilter/af_dynaudnorm: do not error out if even filter size was givenPaul B Mahol2020-01-011-2/+2
* 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