| Commit message (Expand) | Author | Age | Files | Lines |
* | libavutil/opencl: fix potential null dereference | Timo Rothenpieler | 2017-08-27 | 1 | -1/+1 |
* | libavutil/opencl: fixed uninitialized var warning | dsmudhar | 2016-05-23 | 1 | -1/+1 |
* | lavu/opencl: restore #if HAVE_THREADS | Clément Bœsch | 2015-12-07 | 1 | -0/+2 |
* | lavc, lavu: use avutil/thread.h instead of redundant conditional includes | Clément Bœsch | 2015-12-07 | 1 | -9/+1 |
* | opencl: Use "opencl" as log context name | Timothy Gu | 2015-10-17 | 1 | -1/+1 |
* | opencl: Print compilation log | Timothy Gu | 2015-10-17 | 1 | -3/+30 |
* | opencl: Print error string when compilation fails | Timothy Gu | 2015-10-17 | 1 | -1/+2 |
* | avutil/opencl: Fix volatile pointer | Timo Rothenpieler | 2015-09-26 | 1 | -2/+2 |
* | OpenCL: Fix ABI incompatibility issues | Maneesh Gupta | 2015-04-28 | 1 | -4/+38 |
* | OpenCL uninit bug fix - clear is_compiled flag | srikanth | 2015-03-16 | 1 | -0/+4 |
* | Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit" | Michael Niedermayer | 2015-03-07 | 1 | -3/+0 |
* | avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit | Srikanth G | 2015-03-06 | 1 | -0/+3 |
* | avutil: remove obsolete FF_API_OLD_OPENCL cruft | James Almer | 2014-09-15 | 1 | -22/+0 |
* | avutil/opencl: use av_malloc(z)_array() | Michael Niedermayer | 2014-08-25 | 1 | -4/+4 |
* | opencl: Make init_mtx static with volatile lock | Matt Oliver | 2014-05-10 | 1 | -2/+2 |
* | opencl: add support for non-pthread locking | Matt Oliver | 2014-05-01 | 1 | -9/+41 |
* | avutil/opencl: fix a segmentfault in libavutil/opencl.c | Y.C. Liu | 2014-04-25 | 1 | -1/+1 |
* | cmdutils & opencl: add -opencl_bench option to test and show available OpenCL... | Lenny Wang | 2013-12-09 | 1 | -0/+42 |
* | libavutil & opencl: remove opencl default device type | Lenny Wang | 2013-12-02 | 1 | -1/+1 |
* | avutil/opencl: compile kernels separately | Lenny Wang | 2013-11-05 | 1 | -121/+72 |
* | OpenCL: convert meaningless "device id" output to "device name" | Lenny Wang | 2013-09-17 | 1 | -2/+2 |
* | lavu/opencl: remove semi-colon from macro. | Clément Bœsch | 2013-05-24 | 1 | -14/+14 |
* | lavu/opencl: add opencl public error API | highgod0401 | 2013-05-05 | 1 | -24/+24 |
* | lavu/opencl: fix bug of opencl options | highgod0401 | 2013-05-02 | 1 | -0/+1 |
* | lavu/opencl:optimize compile kernel operation | highgod0401 | 2013-04-22 | 1 | -29/+16 |
* | avutil/opencl: merge opencl env to opencl context | highgod0401 | 2013-04-12 | 1 | -170/+160 |
* | opencl: add spec opencl device APIs 20130411 | highgod0401 | 2013-04-11 | 1 | -31/+53 |
* | avutil/opencl: add opencl device list APIs 20130411 | highgod0401 | 2013-04-11 | 1 | -141/+198 |
* | fix bug of finding CPU device | highgod0401 | 2013-04-05 | 1 | -28/+20 |
* | avutil/opencl: replace assert by check and error message in av_opencl_init() | highgod0401 | 2013-04-04 | 1 | -1/+6 |
* | avutil/opencl: check strtol for failure | highgod0401 | 2013-04-04 | 1 | -2/+13 |
* | avutil/opencl: add check for the program number to create kernel | highgod0401 | 2013-04-04 | 1 | -0/+5 |
* | lavu/opencl: apply misc cosmetics fixes | Stefano Sabatini | 2013-04-01 | 1 | -107/+131 |
* | opencl: fix double ; | Michael Niedermayer | 2013-04-01 | 1 | -2/+2 |
* | opencl wrapper based on comments on 20130401 | highgod0401 | 2013-04-01 | 1 | -0/+718 |