summaryrefslogtreecommitdiff
path: root/libavfilter/vf_repeatfields.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-3/+4
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-16/+33
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-9/+9
* avfilter/vf_repeatfields: 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
* 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
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+4
* avfilter: Add repeatfields filter (Port of mp=softpulldown)Paul B Mahol2015-02-101-0/+191