]> git.sesse.net Git - ffmpeg/commit
lavfi: add an chromaber_vulkan filter
authorLynne <dev@lynne.ee>
Sun, 27 Oct 2019 14:48:16 +0000 (14:48 +0000)
committerLynne <dev@lynne.ee>
Tue, 4 Feb 2020 23:19:48 +0000 (23:19 +0000)
commit907ae87d6eb702eb12f073df2eac6da2560eae6f
treea85fa2bf0b91e9e1b8ee3769b756539a6a267d71
parenta2db7343e02fe4c78c6d301550849a0634f0ac38
lavfi: add an chromaber_vulkan filter

This commit adds a chromatic aberration filter for Vulkan that attempts to
emulate a lens chromatic aberration effect.
For a YUV frame it will instead shift the chroma channels, providing a
simple approximation.
configure
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/vf_chromaber_vulkan.c [new file with mode: 0644]