index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
opencl.c
Age
Commit message (
Expand
)
Author
2015-03-16
OpenCL uninit bug fix - clear is_compiled flag
srikanth
2015-03-07
Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit"
Michael Niedermayer
2015-03-06
avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit
Srikanth G
2014-09-15
avutil: remove obsolete FF_API_OLD_OPENCL cruft
James Almer
2014-08-25
avutil/opencl: use av_malloc(z)_array()
Michael Niedermayer
2014-05-10
opencl: Make init_mtx static with volatile lock
Matt Oliver
2014-05-01
opencl: add support for non-pthread locking
Matt Oliver
2014-04-25
avutil/opencl: fix a segmentfault in libavutil/opencl.c
Y.C. Liu
2013-12-09
cmdutils & opencl: add -opencl_bench option to test and show available OpenCL...
Lenny Wang
2013-12-02
libavutil & opencl: remove opencl default device type
Lenny Wang
2013-11-05
avutil/opencl: compile kernels separately
Lenny Wang
2013-09-17
OpenCL: convert meaningless "device id" output to "device name"
Lenny Wang
2013-05-24
lavu/opencl: remove semi-colon from macro.
Clément Bœsch
2013-05-05
lavu/opencl: add opencl public error API
highgod0401
2013-05-02
lavu/opencl: fix bug of opencl options
highgod0401
2013-04-22
lavu/opencl:optimize compile kernel operation
highgod0401
2013-04-12
avutil/opencl: merge opencl env to opencl context
highgod0401
2013-04-11
opencl: add spec opencl device APIs 20130411
highgod0401
2013-04-11
avutil/opencl: add opencl device list APIs 20130411
highgod0401
2013-04-05
fix bug of finding CPU device
highgod0401
2013-04-04
avutil/opencl: replace assert by check and error message in av_opencl_init()
highgod0401
2013-04-04
avutil/opencl: check strtol for failure
highgod0401
2013-04-04
avutil/opencl: add check for the program number to create kernel
highgod0401
2013-04-01
lavu/opencl: apply misc cosmetics fixes
Stefano Sabatini
2013-04-01
opencl: fix double ;
Michael Niedermayer
2013-04-01
opencl wrapper based on comments on 20130401
highgod0401