Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-13lavfi/convolution_opencl: use CL_FAIL_ON_ERROR for error handlingDanil Iashchenko
Switch to use CL_FAIL_ON_ERROR for error handling
2018-07-03lavfi: add sobel, prewitt, roberts filtersDanil Iashchenko
Add opencl version of sobel, prewitt, roberts filters.
2018-06-17libavfilter/opencl: Add macro for setting opencl kernel argumentsDanil Iashchenko
2018-03-27libavfilter: Add OpenCL convolution filterDanil Iashchenko
Behaves like existing convolution filter. Signed-off-by: Mark Thompson <sw@jkqxz.net>