]> git.sesse.net Git - ffmpeg/commit
lavfi: add denoise and sharpness VAAPI video filters.
authorJun Zhao <jun.zhao@intel.com>
Mon, 8 Jan 2018 08:19:17 +0000 (16:19 +0800)
committerMark Thompson <sw@jkqxz.net>
Sun, 21 Jan 2018 22:56:52 +0000 (22:56 +0000)
commit9bba10c174c893b08b036898a522ed6dad1d3660
treea49997529d03550abc61dc7eb5e8078dd7910ec7
parentfcf5eae4bf24dac897da34b95cfe23634b9ac5fa
lavfi: add denoise and sharpness VAAPI video filters.

Most code between them is common, so put them in a new file for
miscellaneous VAAPI filters.

Signed-off-by: Yun Zhou <yunx.z.zhou@intel.com>
Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Signed-off-by: Mark Thompson <sw@jkqxz.net>
Changelog
configure
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/vf_misc_vaapi.c [new file with mode: 0644]