summaryrefslogtreecommitdiff
path: root/libavfilter/af_speechnorm.c
Commit message (Expand)AuthorAge
* avfilter/af_speechnorm: fix regression in channels option processingPaul B Mahol2022-03-15
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_speechnorm: speed up filtering codePaul B Mahol2022-02-16
* avfilter/af_speechnorm: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/af_speechnorm: fix possible memleak on error to make frame writablePaul B Mahol2021-10-05
* avfilter/af_speechnorm: improve EOF timestamp precisionPaul B Mahol2021-09-12
* avfilter/af_speechnorm: add timeline supportPaul B Mahol2021-09-08
* avfilter/af_speechnorm: check return value of av_frame_make_writable()Paul B Mahol2021-09-08
* avfilter/af_speechnorm: use floats in place of doubles where it is already fl...Paul B Mahol2021-09-08
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: add speechnorm filterPaul B Mahol2020-11-15