summaryrefslogtreecommitdiff
path: root/libavfilter/af_speechnorm.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_speechnorm: change initial gain statePaul B Mahol2022-11-071-1/+1
* avfilter/af_speechnorm: remove long search range for min gainPaul B Mahol2022-11-071-3/+1
* avfilter/af_speechnorm: implement rms optionPaul B Mahol2022-11-071-6/+27
* avfilter/af_speechnorm: fix regression in channels option processingPaul B Mahol2022-03-151-15/+9
* avfilter: convert to new channel layout APIJames Almer2022-03-151-13/+30
* avfilter/af_speechnorm: speed up filtering codePaul B Mahol2022-02-161-60/+73
* avfilter/af_speechnorm: Use formats list instead of 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_speechnorm: fix possible memleak on error to make frame writablePaul B Mahol2021-10-051-13/+25
* avfilter/af_speechnorm: improve EOF timestamp precisionPaul B Mahol2021-09-121-1/+2
* avfilter/af_speechnorm: add timeline supportPaul B Mahol2021-09-081-2/+3
* avfilter/af_speechnorm: check return value of av_frame_make_writable()Paul B Mahol2021-09-081-1/+3
* avfilter/af_speechnorm: use floats in place of doubles where it is already fl...Paul B Mahol2021-09-081-10/+15
* 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
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter: add speechnorm filterPaul B Mahol2020-11-151-0/+579