summaryrefslogtreecommitdiff
path: root/libavutil/opencl.c
Commit message (Expand)AuthorAgeFilesLines
* libavutil/opencl: fix potential null dereferenceTimo Rothenpieler2017-08-271-1/+1
* libavutil/opencl: fixed uninitialized var warningdsmudhar2016-05-231-1/+1
* lavu/opencl: restore #if HAVE_THREADSClément Bœsch2015-12-071-0/+2
* lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch2015-12-071-9/+1
* opencl: Use "opencl" as log context nameTimothy Gu2015-10-171-1/+1
* opencl: Print compilation logTimothy Gu2015-10-171-3/+30
* opencl: Print error string when compilation failsTimothy Gu2015-10-171-1/+2
* avutil/opencl: Fix volatile pointerTimo Rothenpieler2015-09-261-2/+2
* OpenCL: Fix ABI incompatibility issuesManeesh Gupta2015-04-281-4/+38
* OpenCL uninit bug fix - clear is_compiled flagsrikanth2015-03-161-0/+4
* Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit"Michael Niedermayer2015-03-071-3/+0
* avutil/opencl: is_compiled flag not being cleared in av_opencl_uninitSrikanth G2015-03-061-0/+3
* 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