summaryrefslogtreecommitdiff
path: root/libavutil/opencl_internal.h
Commit message (Collapse)AuthorAge
* all: Add missing header guardsTimothy Gu2016-01-28
|
* avutil/opencl_internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-31
| | | | | | | | | | | | clSetKernelArg can return an error due to lack of memory (for instance): https://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clSetKernelArg.html. Thus this error must be propagated. Currently should not trigger warnings, but adds robustness. Untested. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* 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:add opencl set param functionhighgod04012013-04-26
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>