summaryrefslogtreecommitdiff
path: root/libavfilter/vf_program_opencl.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-241-1/+3
* 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-2/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+1
* avfilter/vf_program_opencl: Free inpads' names genericallyAndreas Rheinhardt2021-08-221-7/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-1/+1
* avfilter/vf_(guided|program_opencl): Add missing dynamic inputs flagAndreas Rheinhardt2021-08-161-0/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* lavfi/program_opencl: Do not use format specifier "z" on Windows.Carl Eugen Hoyos2018-12-171-1/+2
* lavfi/opencl: add macro for opencl error handling.Ruiling Song2018-07-111-12/+2
* lavfi/opencl: Avoid deprecation warnings when built with post-1.2 headersMark Thompson2018-03-221-5/+1
* lavfi/opencl: Derive global work size from plane image sizesMark Thompson2018-03-221-4/+4
* vf_program_opencl: Add missing error code returnsMark Thompson2018-01-101-0/+3
* lavfi: Add filters to run arbitrary OpenCL programsMark Thompson2018-01-071-0/+441