summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_vulkan.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/vulkan: fix handle type for 32-bit targetsKacper Michajłow2023-03-071-1/+1
* vulkan: Fix win/i386 calling conventionMartin Storsjö2023-03-071-4/+4
* hwcontext_vulkan: remove optional encode/decode extensions from the listLynne2022-12-251-8/+0
* lavu/hwcontext_vulkan: support mapping VUYX, P012, and XV36Philip Langdale2022-09-031-0/+13
* avutil/hwcontext_vulkan: fix typo in undefZhao Zhili2022-03-141-1/+1
* hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeaturesZhao Zhili2022-02-011-1/+11
* lavu/hwcontext_vulkan: clear dangling pointers on map failureAnton Khirnov2022-01-211-0/+1
* avutil/hwcontext_vulkan: fixed incorrect memory offsetWu Jianhua2022-01-051-5/+7
* hwcontext_vulkan: remove VK_EXT_hdr_metadata from autoloaded extensions listLynne2022-01-031-1/+0
* hwcontext_vulkan: wait on semaphores when exporting to DRMLynne2021-12-101-0/+11
* hwcontext_vulkan: support creating DRM-tiled images and autodetecting modifiersWenbin Chen2021-12-101-8/+155
* hwcontext_vulkan: add support for mapping frames with planes in a single VkDe...Wenbin Chen2021-12-101-2/+9
* hwcontext_vulkan: add support for allocating all planes in a single allocationWenbin Chen2021-12-101-2/+74
* hwcontext_vulkan: use correct return value for allocation failureLynne2021-11-271-1/+1
* avutil/hwcontext_vulkan: fully support customizable validation layersWu Jianhua2021-11-261-29/+135
* avutil/hwcontext_vulkan: check if created before destroying the instanceWu Jianhua2021-11-241-1/+2
* avutil/hwcontext_vulkan: check if created before destroying the deviceWu Jianhua2021-11-241-1/+2
* hwcontext_vulkan: check for non-flagged transfer queue familiesLynne2021-11-201-0/+7
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-191-7/+3
* avutil/hwcontext_vulkan: add support for exporting memory via Win32 HandlesTimo Rothenpieler2021-11-141-6/+96
* hwcontext_vaapi: don't use the generic mapping struct for DRM/VAAPILynne2021-11-131-19/+11
* hwcontext_vulkan: fix small memory leak when unmappingLynne2021-11-131-0/+1
* hwcontext_vulkan: wait for semaphores when unmapping from VAAPILynne2021-11-131-0/+10
* hwcontext_vulkan: print error information on queue submission failureLynne2021-11-131-0/+2
* hwcontext_vulkan: fix DMABUF import format check callLynne2021-11-131-0/+4
* hwcontext_vulkan: improve CUDA error handlingLynne2021-11-131-12/+14
* hwcontext_vulkan: close exported memory FD on CUDA import errorLynne2021-11-131-0/+1
* hwcontext_vulkan: do not dup() semaphore FDs for CUDALynne2021-11-131-5/+1
* hwcontext_vulkan: properly migrate queue families with DRM import/exportLynne2021-11-131-11/+1
* hwcontext_vulkan: properly migrate between queue families on CUDA import/exportLynne2021-11-131-41/+52
* hwcontext_vulkan: properly error out if timeline semaphores are unsupportedLynne2021-11-131-0/+1
* hwcontext_vulkan: fix CreateSemaphore conflict with synchapi.hLynne2021-11-121-6/+7
* hwcontext_vulkan: use vkDeviceWaitIdle instead of vkWaitSemaphores on uninitLynne2021-11-121-9/+3
* lavu: move hwcontext_vulkan's function loader into separate filesLynne2021-11-121-226/+67
* hwcontext_vulkan: clean up extensions code and add additional defaultsLynne2021-11-121-8/+18
* hwcontext_vulkan: host wait on semaphores before freeing frameLynne2021-11-121-0/+11
* hwcontext_vulkan: report device that's usedLynne2021-11-121-1/+6
* vulkan: add support for encode and decode queues and refactor queue codeLynne2021-11-121-117/+181
* hwcontext_vulkan: port CUDA interop to use timeline semaphoresLynne2021-11-121-3/+25
* hwcontext_vulkan: fix mapping from/to DRM/VAAPI framesLynne2021-11-121-84/+121
* hwcontext_vulkan: switch to using timeline semaphoresLynne2021-11-121-10/+81
* hwcontext_vulkan: bump required Vulkan loader version to 1.2Lynne2021-11-121-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* hwcontext_vulkan: use GPU memcpy when copying to system RAMLynne2021-08-141-6/+6
* hwcontext_vulkan: fix typo in vulkan_device_init()Lynne2021-06-101-1/+1
* hwcontext_vulkan: dlopen libvulkanLynne2021-04-301-4/+47
* hwcontext_vulkan: dynamically load functionsLynne2021-04-301-147/+365
* avutil/hwcontext_vulkan: fix format specifiers for some printed variablesJames Almer2021-04-291-3/+3
* 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