| Commit message (Expand) | Author | Age | Files | Lines |
* | qsv: remove mfx/ prefix from mfx headers | Haihao Xiang | 2022-08-12 | 1 | -1/+1 |
* | avfilter: add remap opencl filter | Paul B Mahol | 2022-07-07 | 1 | -1/+4 |
* | lavu/hwcontext_opencl: clear dangling pointers on map failure | Anton Khirnov | 2022-02-17 | 1 | -0/+5 |
* | libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl | nyanmisaka | 2022-01-29 | 1 | -1/+13 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -4/+4 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -1/+1 |
* | hwcontext: add av_hwdevice_ctx_create_derived_opts | Lynne | 2020-05-23 | 1 | -6/+6 |
* | libavutil/hwcontext_opencl: Fix channel order in format support check | Jarek Samic | 2019-04-09 | 1 | -6/+3 |
* | lavu/opencl: replace va_ext.h with standard name | Ruiling Song | 2019-03-22 | 1 | -1/+1 |
* | hwcontext_opencl: Use correct function to enumerate devices | Mark Thompson | 2018-12-02 | 1 | -3/+6 |
* | hwcontext_opencl: Only release command queue if it exists | Mark Thompson | 2018-11-28 | 1 | -4/+7 |
* | hwcontext_opencl: remove an unused variable | Jun Zhao | 2018-06-29 | 1 | -1/+0 |
* | hwcontext_opencl: Remove the opencl_device_init in opencl_device_derive | Jun Zhao | 2018-06-29 | 1 | -4/+1 |
* | configure: fix check for opencl_vaapi_intel_media. | Jun Zhao | 2018-06-29 | 1 | -1/+6 |
* | hwcontext_opencl: Remove unused variable | Mark Thompson | 2018-06-24 | 1 | -1/+0 |
* | hwcontext_opencl: use ff_hwframe_map_replace() | Rostislav Pehlivanov | 2018-06-21 | 1 | -4/+1 |
* | lavu/hwcontext_opecl: fix the build warning | Jun Zhao | 2018-06-07 | 1 | -2/+2 |
* | lavu: add calling convention for OpenCL callback. | Ruiling Song | 2018-06-06 | 1 | -3/+4 |
* | hwcontext_opencl: Add support for mapping DRM objects to Beignet | Mark Thompson | 2018-03-22 | 1 | -135/+130 |
* | hwcontext_opencl: Avoid deprecation warnings when built with post-1.2 headers | Mark Thompson | 2018-03-22 | 1 | -0/+2 |
* | lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT. | Carl Eugen Hoyos | 2017-12-17 | 1 | -1/+1 |
* | hwcontext_opencl: Reset internal command queue on device_uninit | Mark Thompson | 2017-11-25 | 1 | -0/+1 |
* | hwcontext_opencl: DRM to OpenCL mapping for ARM | Mark Thompson | 2017-11-22 | 1 | -0/+263 |
* | hwcontext_opencl: D3D11 to OpenCL mapping | Mark Thompson | 2017-11-22 | 1 | -2/+319 |
* | hwcontext_opencl: DXVA2 to OpenCL mapping | Mark Thompson | 2017-11-22 | 1 | -0/+397 |
* | hwcontext_opencl: QSV to OpenCL mapping for Intel Media SDK | Mark Thompson | 2017-11-22 | 1 | -0/+365 |
* | hwcontext_opencl: VAAPI to OpenCL mapping for Intel i965+beignet | Mark Thompson | 2017-11-22 | 1 | -0/+298 |
* | lavu: OpenCL hwcontext implementation | Mark Thompson | 2017-11-22 | 1 | -0/+1303 |