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.
This commit is contained in:
Mark Thompson
2017-11-14 19:47:27 +00:00
parent 9204b2deea
commit 7faa8d8b03
7 changed files with 587 additions and 1 deletions

View File

@@ -20,5 +20,6 @@
#define AVFILTER_OPENCL_SOURCE_H
extern const char *ff_opencl_source_overlay;
extern const char *ff_opencl_source_unsharp;
#endif /* AVFILTER_OPENCL_SOURCE_H */