summaryrefslogtreecommitdiff
path: root/libavfilter/vf_minterpolate.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vf_minterpolate: set output frame durationsAnton Khirnov2022-10-131-0/+1
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-11/+11
* avfilter/vf_minterpolate: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-7/+7
* 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-4/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_minterpolate: Remove redundant code for freeingAndreas Rheinhardt2020-10-091-12/+3
* avfilter/vf_minterpolate: Fix left shift of negative valueAndreas Rheinhardt2020-10-091-12/+15
* avfilter/vf_minterpolate: Reject too small dimensionsAndreas Rheinhardt2020-10-091-0/+5
* Revert "avfilter/vf_minterpolate: if metadata lavfi.scd.mafd exists, we'll us...Marton Balint2020-05-151-12/+4
* avfilter/vf_minterpolate: change the default threshold to get better scene ch...Limin Wang2020-05-141-1/+2
* avfilter/vf_minterpolate: correct the mafd calculationLimin Wang2020-05-141-2/+4
* avfilter/vf_minterpolate: if metadata lavfi.scd.mafd exists, we'll use it firstLimin Wang2020-05-141-4/+12
* lavfi/minterpolate: Remove declaration of two unused variables.Carl Eugen Hoyos2018-11-161-1/+0
* avfilter/vf_minterpolate: use common scene sad functionsMarton Balint2018-11-111-10/+7
* lavfi/minterpolate: fix blending calc issue.Jun Zhao2018-07-081-2/+2
* lavfi/minterpolate: Split struct Pixel to allow higher resolutions.Carl Eugen Hoyos2017-12-281-45/+75
* avfilter/vf_minterpolate: Use dx and dyMichael Niedermayer2017-03-301-1/+1
* lavfi/minterpolate: Remove an unused variable.Carl Eugen Hoyos2017-02-111-2/+1
* avfilter/vf_minterpolate: rename chroma log varsDavinder Singh2016-09-021-13/+9
* avfilter/vf_minterpolate: do not right shift negative numbersDavinder Singh2016-08-291-2/+2
* avfilter: added motion estimation and interpolation filtersDavinder Singh2016-08-261-0/+1247