summaryrefslogtreecommitdiff
path: root/libavfilter/vf_convolution_opencl.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-241-0/+4
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter/opencl: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-4/+4
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-4/+4
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-10/+8
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-4/+4
* lavfi/convolution_opencl: use CL_FAIL_ON_ERROR for error handlingDanil Iashchenko2018-07-121-35/+11
* lavfi: add sobel, prewitt, roberts filtersDanil Iashchenko2018-07-031-45/+188
* libavfilter/opencl: Add macro for setting opencl kernel argumentsDanil Iashchenko2018-06-171-37/+6
* libavfilter: Add OpenCL convolution filterDanil Iashchenko2018-03-261-0/+368