aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_pad_opencl.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-071-2/+1
* tools/cl2c: change to tools/source2c and allow non-OpenCL source filesLynne2023-05-291-1/+1
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-241-1/+2
* 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
* avfilter: add pad opencl filterPaul B Mahol2020-02-141-0/+397