aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_mestimate.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-0/+1
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-11/+11
* avfilter/vf_mestimate: 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-1/+1
* 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/vf_mestimate: Check b_countMichael Niedermayer2021-07-201-0/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter: added motion estimation and interpolation filtersDavinder Singh2016-08-261-0/+377