summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_opencl.c
Commit message (Expand)AuthorAgeFilesLines
* qsv: remove mfx/ prefix from mfx headersHaihao Xiang2022-08-121-1/+1
* avfilter: add remap opencl filterPaul B Mahol2022-07-071-1/+4
* lavu/hwcontext_opencl: clear dangling pointers on map failureAnton Khirnov2022-02-171-0/+5
* libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to openclnyanmisaka2022-01-291-1/+13
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-4/+4
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avutil: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* hwcontext: add av_hwdevice_ctx_create_derived_optsLynne2020-05-231-6/+6
* libavutil/hwcontext_opencl: Fix channel order in format support checkJarek Samic2019-04-091-6/+3
* lavu/opencl: replace va_ext.h with standard nameRuiling Song2019-03-221-1/+1
* hwcontext_opencl: Use correct function to enumerate devicesMark Thompson2018-12-021-3/+6
* hwcontext_opencl: Only release command queue if it existsMark Thompson2018-11-281-4/+7
* hwcontext_opencl: remove an unused variableJun Zhao2018-06-291-1/+0
* hwcontext_opencl: Remove the opencl_device_init in opencl_device_deriveJun Zhao2018-06-291-4/+1
* configure: fix check for opencl_vaapi_intel_media.Jun Zhao2018-06-291-1/+6
* hwcontext_opencl: Remove unused variableMark Thompson2018-06-241-1/+0
* hwcontext_opencl: use ff_hwframe_map_replace()Rostislav Pehlivanov2018-06-211-4/+1
* lavu/hwcontext_opecl: fix the build warningJun Zhao2018-06-071-2/+2
* lavu: add calling convention for OpenCL callback.Ruiling Song2018-06-061-3/+4
* hwcontext_opencl: Add support for mapping DRM objects to BeignetMark Thompson2018-03-221-135/+130
* hwcontext_opencl: Avoid deprecation warnings when built with post-1.2 headersMark Thompson2018-03-221-0/+2
* lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos2017-12-171-1/+1
* hwcontext_opencl: Reset internal command queue on device_uninitMark Thompson2017-11-251-0/+1
* hwcontext_opencl: DRM to OpenCL mapping for ARMMark Thompson2017-11-221-0/+263
* hwcontext_opencl: D3D11 to OpenCL mappingMark Thompson2017-11-221-2/+319
* hwcontext_opencl: DXVA2 to OpenCL mappingMark Thompson2017-11-221-0/+397
* hwcontext_opencl: QSV to OpenCL mapping for Intel Media SDKMark Thompson2017-11-221-0/+365
* hwcontext_opencl: VAAPI to OpenCL mapping for Intel i965+beignetMark Thompson2017-11-221-0/+298
* lavu: OpenCL hwcontext implementationMark Thompson2017-11-221-0/+1303