summaryrefslogtreecommitdiff
path: root/libavfilter/vf_minterpolate.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_minterpolate: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_minterpolate: Remove redundant code for freeingAndreas Rheinhardt2020-10-09
* avfilter/vf_minterpolate: Fix left shift of negative valueAndreas Rheinhardt2020-10-09
* avfilter/vf_minterpolate: Reject too small dimensionsAndreas Rheinhardt2020-10-09
* Revert "avfilter/vf_minterpolate: if metadata lavfi.scd.mafd exists, we'll us...Marton Balint2020-05-15
* avfilter/vf_minterpolate: change the default threshold to get better scene ch...Limin Wang2020-05-14
* avfilter/vf_minterpolate: correct the mafd calculationLimin Wang2020-05-14
* avfilter/vf_minterpolate: if metadata lavfi.scd.mafd exists, we'll use it firstLimin Wang2020-05-14
* lavfi/minterpolate: Remove declaration of two unused variables.Carl Eugen Hoyos2018-11-16
* avfilter/vf_minterpolate: use common scene sad functionsMarton Balint2018-11-11
* lavfi/minterpolate: fix blending calc issue.Jun Zhao2018-07-08
* lavfi/minterpolate: Split struct Pixel to allow higher resolutions.Carl Eugen Hoyos2017-12-28
* avfilter/vf_minterpolate: Use dx and dyMichael Niedermayer2017-03-30
* lavfi/minterpolate: Remove an unused variable.Carl Eugen Hoyos2017-02-11
* avfilter/vf_minterpolate: rename chroma log varsDavinder Singh2016-09-02
* avfilter/vf_minterpolate: do not right shift negative numbersDavinder Singh2016-08-29
* avfilter: added motion estimation and interpolation filtersDavinder Singh2016-08-26