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-10-04lavfi/avf_aphasemeter: set frame durationsAnton Khirnov
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-03-04avfilter/avf_aphasemeter: make frame writable before writing to itPaul B Mahol
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-05avfilter/avfilter: Remove unused partial_bufAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-10-20avfilter/avf_aphasemeter: add out of phase and mono detectionRomane Lafon
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-27avfilter/avf_aphasemeter: Don't allocate outpad namesAndreas Rheinhardt
2020-01-14avfilter/avf_aphasemeter: check if clone frame is setPaul B Mahol
2019-05-28avfilter/avf_aphasemeter: make use of av_rescalePaul B Mahol
2018-09-15avfilter/avf_aphasemeter: check return value of ff_insert_outpad()Paul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-01-04avfilter/avf_aphasemeter: fix memleaksPaul B Mahol
2016-12-28avfilter/avf_aphasemeter: make video output optionalPaul B Mahol
2016-06-09avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-08-12avfilter: add aphasemeter filterPaul B Mahol