summaryrefslogtreecommitdiff
path: root/libavfilter/opencl.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-0/+1
* Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö2022-05-231-1/+1
* avfilter/opencl: Fix program_opencl for source code larger than 64kBTsutomu Seki2021-10-161-1/+1
* avfilter/opencl: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-10/+0
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-6/+1
* avfilter/opencl: use av_fopen_utf8()Paul B Mahol2020-02-141-1/+1
* lavfi: add utilities to reduce OpenCL boilerplate codeJarek Samic2019-08-221-0/+10
* lavfi/opencl: add ff_opencl_print_const_matrix_3x3()Ruiling Song2019-03-221-0/+13
* lavfi/opencl: remove redundant header.Jun Zhao2018-06-071-3/+0
* lavfi/opencl: Derive global work size from plane image sizesMark Thompson2018-03-221-0/+64
* lavfi/opencl: Use filter device if no input device is availableMark Thompson2018-01-071-6/+33
* lavfi: Add some common code for OpenCL filteringMark Thompson2017-11-221-0/+251