summaryrefslogtreecommitdiff
path: root/libavfilter/vf_program_opencl.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* 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
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avfilter/vf_program_opencl: Free inpads' names genericallyAndreas Rheinhardt2021-08-22
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/vf_(guided|program_opencl): Add missing dynamic inputs flagAndreas Rheinhardt2021-08-16
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi/program_opencl: Do not use format specifier "z" on Windows.Carl Eugen Hoyos2018-12-17
* lavfi/opencl: add macro for opencl error handling.Ruiling Song2018-07-11
* 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_program_opencl: Add missing error code returnsMark Thompson2018-01-10
* lavfi: Add filters to run arbitrary OpenCL programsMark Thompson2018-01-07