]> git.sesse.net Git - ffmpeg/commit
lavfi: add an avgblur_vulkan filter
authorLynne <dev@lynne.ee>
Sun, 27 Oct 2019 14:47:18 +0000 (14:47 +0000)
committerLynne <dev@lynne.ee>
Tue, 4 Feb 2020 23:19:48 +0000 (23:19 +0000)
commita2db7343e02fe4c78c6d301550849a0634f0ac38
tree6641639ea1dc57a2df0e779dd0bb6d91f1316787
parent7bb443137c656857449d56d1212d09a7018819b0
lavfi: add an avgblur_vulkan filter

This commit adds a fast avgblur Vulkan filter.
This will reset Intel GPUs on Linux due to a known, two-year-old driver bug
(!834 on mesa's gitlab).
configure
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/vf_avgblur_vulkan.c [new file with mode: 0644]