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-07avfilter/af_speechnorm: change initial gain statePaul B Mahol
2022-11-07avfilter/af_speechnorm: remove long search range for min gainPaul B Mahol
2022-11-07avfilter/af_speechnorm: implement rms optionPaul B Mahol
2022-03-15avfilter/af_speechnorm: fix regression in channels option processingPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-02-16avfilter/af_speechnorm: speed up filtering codePaul B Mahol
2021-10-05avfilter/af_speechnorm: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-10-05avfilter/af_speechnorm: fix possible memleak on error to make frame writablePaul B Mahol
2021-09-13avfilter/af_speechnorm: improve EOF timestamp precisionPaul B Mahol
2021-09-08avfilter/af_speechnorm: add timeline supportPaul B Mahol
2021-09-08avfilter/af_speechnorm: check return value of av_frame_make_writable()Paul B Mahol
2021-09-08avfilter/af_speechnorm: use floats in place of doubles where it is already fl...Paul 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-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-11-15avfilter: add speechnorm filterPaul B Mahol