summaryrefslogtreecommitdiff
path: root/libavutil/opencl.c
Commit message (Collapse)AuthorAge
* opencl: add spec opencl device APIs 20130411highgod04012013-04-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/opencl: add opencl device list APIs 20130411highgod04012013-04-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fix bug of finding CPU devicehighgod04012013-04-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/opencl: replace assert by check and error message in av_opencl_init()highgod04012013-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/opencl: check strtol for failurehighgod04012013-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/opencl: add check for the program number to create kernelhighgod04012013-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/opencl: apply misc cosmetics fixesStefano Sabatini2013-04-01
| | | | | | Split long lines, reindent code, add missing spaces between operators, remove possibly confusing comment from av_opencl_buffer_read_image() doxy, and use designated initializers for openclutils_class.
* opencl: fix double ;Michael Niedermayer2013-04-01
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* opencl wrapper based on comments on 20130401highgod04012013-04-01
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>