summaryrefslogtreecommitdiff
path: root/libavutil/opencl.c
Commit message (Collapse)AuthorAge
* OpenCL: convert meaningless "device id" output to "device name"Lenny Wang2013-09-17
| | | | | Approved-by: Wei Gao <highgod0401@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/opencl: remove semi-colon from macro.Clément Bœsch2013-05-24
| | | | | | | | Fixes compilation when the macros are empty and the label above ends up containing no statement. Also makes usage of these macro consistent (some already have a semi colon, some others don't). Fixes Ticket #2603
* lavu/opencl: add opencl public error APIhighgod04012013-05-05
| | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/opencl: fix bug of opencl optionshighgod04012013-05-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/opencl:optimize compile kernel operationhighgod04012013-04-22
| | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/opencl: merge opencl env to opencl contexthighgod04012013-04-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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>