summaryrefslogtreecommitdiff
path: root/libavfilter/vf_avgblur_opencl.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/opencl: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-2/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+4
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* lavfi/avgblur_opencl: fix using uninitialized valueDanil Iashchenko2018-07-111-4/+4
* lavfi/vf_avgblur_opencl: remove useless clFinish().Ruiling Song2018-07-111-1/+0
* lavfi/opencl: add macro for opencl error handling.Ruiling Song2018-07-111-34/+11
* lavfi: Add boxblur_opencl filterDanil Iashchenko2018-06-211-101/+182
* avfilter/vf_avgblur_opencl: fix error when clSetKernelArg failsdrfer32018-03-261-0/+6
* vf_avgblur_opencl: Don't run kernel on pixels outside the imageMark Thompson2018-03-261-4/+8
* lavfi: Add OpenCL avgblur filterdrfer32018-03-221-0/+328