summaryrefslogtreecommitdiff
path: root/libavfilter/avf_aphasemeter.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-2/+7
* lavfi/avf_aphasemeter: set frame durationsAnton Khirnov2022-10-041-0/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avfilter/avf_aphasemeter: make frame writable before writing to itPaul B Mahol2022-03-041-0/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-2/+2
* avfilter/avfilter: Remove unused partial_bufAndreas Rheinhardt2021-08-051-1/+0
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/avf_aphasemeter: add out of phase and mono detectionRomane Lafon2020-10-201-1/+117
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-7/+7
* avfilter/avf_aphasemeter: Don't allocate outpad namesAndreas Rheinhardt2020-08-261-15/+4
* avfilter/avf_aphasemeter: check if clone frame is setPaul B Mahol2020-01-141-1/+6
* avfilter/avf_aphasemeter: make use of av_rescalePaul B Mahol2019-05-281-1/+1
* avfilter/avf_aphasemeter: check return value of ff_insert_outpad()Paul B Mahol2018-09-151-2/+11
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/avf_aphasemeter: fix memleaksPaul B Mahol2017-01-041-0/+3
* avfilter/avf_aphasemeter: make video output optionalPaul B Mahol2016-12-281-39/+78
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-2/+2
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-12/+9
* avfilter: add aphasemeter filterPaul B Mahol2015-08-121-0/+241