summaryrefslogtreecommitdiff
path: root/libavfilter/vf_unsharp_opencl.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-241-0/+1
* avfilter/opencl: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-1/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi/opencl: add macro for opencl error handling.Ruiling Song2018-07-111-41/+11
* libavfilter/opencl: Add macro for setting opencl kernel argumentsDanil Iashchenko2018-06-171-48/+9
* lavfi/opencl: Derive global work size from plane image sizesMark Thompson2018-03-221-9/+7
* lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos2017-12-171-1/+2
* lavfi: Add OpenCL unsharp mask filterMark Thompson2017-11-221-0/+482