Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-12avfilter/vf_xfade: fix zx and zy comparison for slide*George Floarea
2022-07-09avfilter/vf_xfade: add two more transitionsPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_xfade: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-21avfilter/vf_xfade: Remove always-false format checkAndreas Rheinhardt
2021-09-12avfilter/vf_xfade: check default switch casePaul B Mahol
2021-09-12avfilter/vf_xfade: add zoomin transitionPaul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-03-14avfilter/vf_xfade: drop unused frames from inactive inputsPaul B Mahol
2020-11-24avfilter/vf_xfade: ensure metadata is copied to transition framesMusee Ullah
2020-11-19avfilter/vf_xfade: add squeeze transitionsPaul B Mahol
2020-08-30avfilter/vf_xfade: fix excessive number of queued framesPaul B Mahol
2020-08-27avfilter/vf_xfade: do not use alpha for average rgb colorPaul B Mahol
2020-08-27avfilter/vf_xfade: add corner wipe transformsPaul B Mahol
2020-08-27avfilter/vf_xfade: add fadegrays transitionPaul B Mahol
2020-08-11avfilter/vf_xfade: check that fps between inputs are validPaul B Mahol
2020-07-22avfilter/vf_xfade: add hblur transitionPaul B Mahol
2020-04-07avfilter/vf_xfade: add slice transitionsPaul B Mahol
2020-02-09avfilter/vf_xfade: add diagonal smooth transitionsPaul B Mahol
2020-02-08aviflter/vf_xfade: add pixelize transitionPaul B Mahol
2020-02-08avfilter/vf_xfade: add dissolve transitionPaul B Mahol
2020-02-05avfilter/vf_xfade: add horzopen/close transitionPaul B Mahol
2020-02-05avfilter/vf_xfade: add vertopen/close transitionPaul B Mahol
2020-02-04avfilter/vf_xfade: add circleopen & circleclose transitionPaul B Mahol
2020-02-03avfilter/vf_xfade: move passthrough code before eof checkPaul B Mahol
2020-02-02avfilter/vf_xfade: remove unused headerPaul B Mahol
2020-01-31avfilter/vf_xfade: add smooth transitionsPaul B Mahol
2020-01-30avfilter/vf_xfade: add radial transitionPaul B Mahol
2020-01-30avfilter: add xfade filterPaul B Mahol