summaryrefslogtreecommitdiff
path: root/libavfilter/vf_convolution_opencl.c
Commit message (Collapse)AuthorAge
* lavfi/convolution_opencl: use CL_FAIL_ON_ERROR for error handlingDanil Iashchenko2018-07-12
| | | | Switch to use CL_FAIL_ON_ERROR for error handling
* lavfi: add sobel, prewitt, roberts filtersDanil Iashchenko2018-07-03
| | | | Add opencl version of sobel, prewitt, roberts filters.
* libavfilter/opencl: Add macro for setting opencl kernel argumentsDanil Iashchenko2018-06-17
|
* libavfilter: Add OpenCL convolution filterDanil Iashchenko2018-03-26
Behaves like existing convolution filter. Signed-off-by: Mark Thompson <sw@jkqxz.net>