summaryrefslogtreecommitdiff
path: root/libavfilter/vf_displace.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-12/+12
* avfilter/vf_displace: 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/vf_displace: Remove always-false format checkAndreas Rheinhardt2021-09-211-5/+0
* 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-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_displace: use time_base from framesyncPaul B Mahol2019-07-141-3/+5
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-8/+8
* avfilter/vf_displace: add mirror edge modePaul B Mahol2017-09-031-3/+39
* avfilter/vf_displace: remove useless requirement that SAR matches between inp...Paul B Mahol2017-09-031-18/+8
* lavfi/vf_displace: move to "activate" design.Nicolas George2017-07-301-20/+11
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-2/+1
* avfilter: add displace video filterPaul B Mahol2015-10-041-0/+396