Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-29all: Add missing header guardsTimothy Gu
2015-10-31avutil/opencl_internal: add av_warn_unused_resultGanesh Ajjanagadde
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>
2014-08-12lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter()James Almer
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>
2013-04-26lavu/opencl:add opencl set param functionhighgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>