summaryrefslogtreecommitdiff
path: root/libavfilter/vf_overlay_opencl.c
Commit message (Expand)AuthorAge
* avfilter/opencl: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi/opencl: add macro for opencl error handling.Ruiling Song2018-07-11
* libavfilter/opencl: Add macro for setting opencl kernel argumentsDanil Iashchenko2018-06-17
* lavfi/opencl: Avoid deprecation warnings when built with post-1.2 headersMark Thompson2018-03-22
* lavfi/opencl: Derive global work size from plane image sizesMark Thompson2018-03-22
* vf_overlay_opencl: Don't leak output frame on errorMark Thompson2018-01-10
* lavfi: Add OpenCL overlay filterMark Thompson2017-11-22