summaryrefslogtreecommitdiff
path: root/libavutil/opencl_internal.c
Commit message (Collapse)AuthorAge
* lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson2017-11-22
| | | | | | | | | | | This was added in early 2013 and abandoned several months later; as far as I can tell, there are no external users. Future OpenCL use will be via hwcontext, which requires neither special OpenCL-only API nor global state in libavutil. All internal users are also deleted - this is just the unsharp filter (replaced by unsharp_opencl, which is more flexible) and the deshake filter (no replacement).
* lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter()James Almer2014-08-12
| | | | | | | It was wrongly being exported and used by libavfilter. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/opencl_internal: use av_opencl_errstrhighgod04012013-05-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/opencl:add opencl set param functionhighgod04012013-04-26
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>