Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-10avfilter/af_dynaudnorm: add curve optionPaul B Mahol
2022-11-04avfilter/af_dynaudnorm: add slice threading supportPaul B Mahol
2022-11-04avfilter/af_dynaudnorm: process also short durationsPaul B Mahol
2022-09-18avfilter/af_dynaudnorm: fix parameter for copy samples functionPaul B Mahol
2022-03-15avfilter/af_dynaudnorm: fix regression with channels option processingPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-03-01avfilter/af_dynaudnorm: reduce number of lines by using for (int ...Paul B Mahol
2022-03-01avfilter/af_dynaudnorm: use fmin/fmax for doublesPaul B Mahol
2022-03-01avfilter/af_dynaudnorm: add support for overlapping framesPaul B Mahol
2022-03-01avfilter/af_dynaudnorm: do not leak frame on errorPaul B Mahol
2022-02-27avfilter/af_dynaudnorm: allocate new frame instead of making it writablePaul B Mahol
2022-02-27avfilter/af_dynaudnorm: allow to filter subset of channelsPaul B Mahol
2022-02-27avfilter/af_dynaudnorm: make frame writable if it may be changedPaul B Mahol
2022-02-25avfilter/af_dynaudnorm: cleanup gaussian_filter() functionPaul B Mahol
2021-10-05avfilter/af_dynaudnorm: Store format in filter, remove query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-10-05avfilter/af_dynaudnorm: add support for filtering non-writable framesPaul B Mahol
2021-10-05avfilter/af_dynaudnorm: fix possible clipping at start when alt-boundary mode...Paul B Mahol
2021-09-13avfilter/af_dynaudnorm: improve EOF timestamp precisionPaul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-03-11avfilter/af_dynaudnorm: make better check for available samplesPaul B Mahol
2020-01-11avfilter/af_dynaudnorm: use better limits for maximal amplificationPaul B Mahol
2020-01-06avfilter/af_dynaudnorm: add support for commandsPaul B Mahol
2020-01-05avfilter/af_dynaudnorm: use already available pointerPaul B Mahol
2020-01-05avfilter/af_dynaudnorm: move channels variable setup firstPaul B Mahol
2020-01-04avfilter/af_dynaudnorm: fix another clipping with custom peak valuePaul B Mahol
2020-01-04avfilter/af_dynaudnorm: implement threshold optionPaul B Mahol
2020-01-04avfilter/af_dynaudnorm: do not clip audioPaul B Mahol
2020-01-02avfilter/af_dynaudnorm: fix previous commitPaul B Mahol
2020-01-02avfilter/af_dynaudnorm: do not enqueue flush buffersPaul B Mahol
2020-01-01avfilter/af_dynaudnorm: do not hang forever if only EOF is receivedPaul B Mahol
2020-01-01avfilter/af_dynaudnorm: do not error out if even filter size was givenPaul B Mahol
2019-07-24avfilter/af_dynaudnorm: add more descriptive aliases for optionsPaul B Mahol
2019-04-30avfilter/af_dynaudnorm: add timeline supportPaul B Mahol
2019-04-30avfilter/af_dynaudnorm: always update delay when flushingPaul B Mahol
2019-04-29avfilter/af_dynaudnorm: switch to activatePaul B Mahol
2017-08-09avfilter/dynaudnorm: increment input outside of the FFMIN macro so it doesn't...Andy
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-03-29lavfi/dynaudnorm: rename pow2 to pow_2Clément Bœsch
2017-01-08avfilter/af_dynaudnorm: fix hang with too short inputPaul B Mahol
2016-08-08avfilter/af_dynaudnorm: use better check for infinite loopPaul B Mahol
2016-08-02avfilter/af_dynaudnorm: improve pre-filling codeLoRd_MuldeR
2016-01-19avfilter/af_dynaudnorm: call uninit() from config_input()Paul B Mahol
2016-01-14avfilter/af_dynaudnorm: fix possible null pointer dereferencePaul B Mahol
2015-12-21lavfi/af_dynaudnorm: replace round by lrintGanesh Ajjanagadde
2015-12-20avfilter/af_dynaudnorm: use av_malloc_array()Paul B Mahol
2015-11-26avfilter/af_dynaudnorm: remove wasteful powGanesh Ajjanagadde
2015-11-20avfilter/af_dynaudnorm: use M_PIGanesh Ajjanagadde