summaryrefslogtreecommitdiff
path: root/libavfilter/vf_xfade.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/*xfade: reduce memory consumptionPaul B Mahol2023-05-141-0/+11
* avfilter/vf_xfade: fix zx and zy comparison for slide*George Floarea2022-07-121-4/+4
* avfilter/vf_xfade: add two more transitionsPaul B Mahol2022-07-091-0/+70
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-18/+18
* avfilter/vf_xfade: 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_xfade: Remove always-false format checkAndreas Rheinhardt2021-09-211-4/+0
* avfilter/vf_xfade: check default switch casePaul B Mahol2021-09-121-0/+1
* avfilter/vf_xfade: add zoomin transitionPaul B Mahol2021-09-121-0/+47
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_xfade: drop unused frames from inactive inputsPaul B Mahol2021-03-141-0/+5
* avfilter/vf_xfade: ensure metadata is copied to transition framesMusee Ullah2020-11-241-0/+1
* avfilter/vf_xfade: add squeeze transitionsPaul B Mahol2020-11-191-0/+81
* avfilter/vf_xfade: fix excessive number of queued framesPaul B Mahol2020-08-301-7/+9
* avfilter/vf_xfade: do not use alpha for average rgb colorPaul B Mahol2020-08-271-4/+5
* avfilter/vf_xfade: add corner wipe transformsPaul B Mahol2020-08-271-0/+140
* avfilter/vf_xfade: add fadegrays transitionPaul B Mahol2020-08-261-4/+75
* avfilter/vf_xfade: check that fps between inputs are validPaul B Mahol2020-08-111-0/+16
* avfilter/vf_xfade: add hblur transitionPaul B Mahol2020-07-211-0/+47
* avfilter/vf_xfade: add slice transitionsPaul B Mahol2020-04-071-0/+135
* avfilter/vf_xfade: add diagonal smooth transitionsPaul B Mahol2020-02-091-0/+129
* aviflter/vf_xfade: add pixelize transitionPaul B Mahol2020-02-071-1/+36
* avfilter/vf_xfade: add dissolve transitionPaul B Mahol2020-02-071-0/+36
* avfilter/vf_xfade: add horzopen/close transitionPaul B Mahol2020-02-051-0/+60
* avfilter/vf_xfade: add vertopen/close transitionPaul B Mahol2020-02-051-0/+60
* avfilter/vf_xfade: add circleopen & circleclose transitionPaul B Mahol2020-02-041-0/+64
* avfilter/vf_xfade: move passthrough code before eof checkPaul B Mahol2020-02-031-3/+3
* avfilter/vf_xfade: remove unused headerPaul B Mahol2020-02-011-1/+0
* avfilter/vf_xfade: add smooth transitionsPaul B Mahol2020-01-311-0/+122
* avfilter/vf_xfade: add radial transitionPaul B Mahol2020-01-301-0/+31
* avfilter: add xfade filterPaul B Mahol2020-01-301-0/+935