summaryrefslogtreecommitdiffstats
path: root/libavutil/opencl.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: remove obsolete FF_API_OLD_OPENCL cruftJames Almer2014-09-151-22/+0
* avutil/opencl: use av_malloc(z)_array()Michael Niedermayer2014-08-251-4/+4
* opencl: Make init_mtx static with volatile lockMatt Oliver2014-05-101-2/+2
* opencl: add support for non-pthread lockingMatt Oliver2014-05-011-9/+41
* avutil/opencl: fix a segmentfault in libavutil/opencl.cY.C. Liu2014-04-251-1/+1
* cmdutils & opencl: add -opencl_bench option to test and show available OpenCL...Lenny Wang2013-12-091-0/+42
* libavutil & opencl: remove opencl default device typeLenny Wang2013-12-021-1/+1
* avutil/opencl: compile kernels separatelyLenny Wang2013-11-051-121/+72
* OpenCL: convert meaningless "device id" output to "device name"Lenny Wang2013-09-171-2/+2
* lavu/opencl: remove semi-colon from macro.Clément Bœsch2013-05-241-14/+14
* lavu/opencl: add opencl public error APIhighgod04012013-05-051-24/+24
* lavu/opencl: fix bug of opencl optionshighgod04012013-05-021-0/+1
* lavu/opencl:optimize compile kernel operationhighgod04012013-04-221-29/+16
* avutil/opencl: merge opencl env to opencl contexthighgod04012013-04-121-170/+160
* opencl: add spec opencl device APIs 20130411highgod04012013-04-111-31/+53
* avutil/opencl: add opencl device list APIs 20130411highgod04012013-04-111-141/+198
* fix bug of finding CPU devicehighgod04012013-04-051-28/+20
* avutil/opencl: replace assert by check and error message in av_opencl_init()highgod04012013-04-041-1/+6
* avutil/opencl: check strtol for failurehighgod04012013-04-041-2/+13
* avutil/opencl: add check for the program number to create kernelhighgod04012013-04-041-0/+5
* lavu/opencl: apply misc cosmetics fixesStefano Sabatini2013-04-011-107/+131
* opencl: fix double ;Michael Niedermayer2013-04-011-2/+2
* opencl wrapper based on comments on 20130401highgod04012013-04-011-0/+718
OpenPOWER on IntegriCloud