diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-11-14 19:47:27 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-11-22 23:18:35 +0000 |
commit | 7faa8d8b03832e9f1c67029c859db5af82897a48 (patch) | |
tree | 96c15ec6919725481d9005626c30f8ef09eb6fc1 /configure | |
parent | 9204b2deea85c834ba3d5fa2b0e92b86c24f45ae (diff) | |
download | ffmpeg-7faa8d8b03832e9f1c67029c859db5af82897a48.tar.gz |
lavfi: Add OpenCL unsharp mask filter
Intended to replace existing opencl mode of the unsharp filter.
Supports many more pixel formats and works without immediate upload
and download of frame data. The options are compatible with the
existing filter.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3283,6 +3283,7 @@ tinterlace_filter_deps="gpl" tinterlace_merge_test_deps="tinterlace_filter" tinterlace_pad_test_deps="tinterlace_filter" tonemap_filter_deps="const_nan" +unsharp_opencl_filter_deps="opencl" uspp_filter_deps="gpl avcodec" unsharp_filter_suggest="opencl" vaguedenoiser_filter_deps="gpl" |