summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_vulkan.c
Commit message (Expand)AuthorAge
* avutil/hwcontext_vulkan: disable multiplane when deriving from cudaPhilip Langdale2023-06-03
* vulkan: add support for the atomic float ops extensionLynne2023-05-29
* av1dec: add Vulkan hwaccelLynne2023-05-29
* avutil/hwcontext_vulkan: add libplacebo required featuresNiklas Haas2023-05-29
* hwcontext_vulkan: enable additional device propertiesLynne2023-05-29
* hwcontext_vulkan: remove duplicate code, port to use generic vulkan utilsLynne2023-05-29
* hwcontext_vulkan: don't change properties if prepare_frame failsLynne2023-05-29
* hwcontext_vulkan: remove linear+host_visible "fast" pathLynne2023-05-29
* hwcontext_vulkan: rewrite to support multiplane surfacesLynne2023-05-29
* hwcontext_vulkan: enable GPU-assisted validation when debuggingLynne2023-05-29
* hwcontext_vulkan: support PREP_MODE_DECODING in prepare_frame()Lynne2023-05-29
* hwcontext_vulkan: add functions for video decodingLynne2023-05-29
* hwcontext_vulkan: use VK_EXT_physical_device_drm to derive DRM to VulkanLynne2023-05-29
* hwcontext_vulkan: do not require libdrm to map VAAPI devicesLynne2023-05-29
* hwcontext_vulkan: add support for descriptor buffersLynne2023-05-29
* hwcontext_vulkan: report nonCoherentAtomSizeLynne2023-05-29
* hwcontext_vulkan: fix minor type issue in VulkanQueueCtx.buf_deps_alloc_sizeLynne2023-05-29
* hwcontext_vulkan: rename and expand vk_pixfmt_map to append VK_NULL_FORMATLynne2023-05-29
* hwcontext_vulkan: remove contiguous memory path/modeLynne2023-05-29
* hwcontext_vulkan: support threadsafe queue and frame operationsLynne2023-05-29
* hwcontext_vulkan: use portability subset if availableLynne2023-05-29
* hwcontext_vulkan: enable VK_KHR_synchronization2 if supportedLynne2023-05-29
* hwcontext_vulkan: enable support for YCbCr samplersLynne2023-05-29
* hwcontext_vulkan: initialize and require instance version 1.3Lynne2023-05-29
* lavu/vulkan: fix handle type for 32-bit targetsKacper Michajłow2023-03-07
* vulkan: Fix win/i386 calling conventionMartin Storsjö2023-03-07
* hwcontext_vulkan: remove optional encode/decode extensions from the listLynne2022-12-25
* lavu/hwcontext_vulkan: support mapping VUYX, P012, and XV36Philip Langdale2022-09-03
* avutil/hwcontext_vulkan: fix typo in undefZhao Zhili2022-03-14
* hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeaturesZhao Zhili2022-02-01
* lavu/hwcontext_vulkan: clear dangling pointers on map failureAnton Khirnov2022-01-21
* avutil/hwcontext_vulkan: fixed incorrect memory offsetWu Jianhua2022-01-05
* hwcontext_vulkan: remove VK_EXT_hdr_metadata from autoloaded extensions listLynne2022-01-03
* hwcontext_vulkan: wait on semaphores when exporting to DRMLynne2021-12-10
* hwcontext_vulkan: support creating DRM-tiled images and autodetecting modifiersWenbin Chen2021-12-10
* hwcontext_vulkan: add support for mapping frames with planes in a single VkDe...Wenbin Chen2021-12-10
* hwcontext_vulkan: add support for allocating all planes in a single allocationWenbin Chen2021-12-10
* hwcontext_vulkan: use correct return value for allocation failureLynne2021-11-27
* avutil/hwcontext_vulkan: fully support customizable validation layersWu Jianhua2021-11-26
* avutil/hwcontext_vulkan: check if created before destroying the instanceWu Jianhua2021-11-24
* avutil/hwcontext_vulkan: check if created before destroying the deviceWu Jianhua2021-11-24
* hwcontext_vulkan: check for non-flagged transfer queue familiesLynne2021-11-20
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-19
* avutil/hwcontext_vulkan: add support for exporting memory via Win32 HandlesTimo Rothenpieler2021-11-14
* hwcontext_vaapi: don't use the generic mapping struct for DRM/VAAPILynne2021-11-13
* hwcontext_vulkan: fix small memory leak when unmappingLynne2021-11-13
* hwcontext_vulkan: wait for semaphores when unmapping from VAAPILynne2021-11-13
* hwcontext_vulkan: print error information on queue submission failureLynne2021-11-13
* hwcontext_vulkan: fix DMABUF import format check callLynne2021-11-13
* hwcontext_vulkan: improve CUDA error handlingLynne2021-11-13