summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_vulkan.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* vulkan_av1: port to the new stable APILynne2024-03-25
* lavu/hwcontext_vulkan: check PCI ID if possibleHaihao Xiang2024-03-19
* avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internalsAndreas Rheinhardt2024-03-07
* avutil/hwcontext_vulkan: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-03-01
* avutil/hwcontext_vulkan: Allocate public and priv device hwctx togetherAndreas Rheinhardt2024-03-01
* avutil/hwcontext_vulkan: Fix memleaks when transfer to vulkanZhao Zhili2024-03-01
* avutil/hwcontext_vulkan: Fix leaks in map_from_drmZhao Zhili2024-03-01
* avutil/hwcontext_vulkan: Fix leaks when semaphore creation failsZhao Zhili2024-03-01
* hwcontext_vulkan: guard unistd.h includeBenjamin Cheng2023-12-11
* apply spelling fixesDiederik de Haas via ffmpeg-devel2023-11-18
* avutil/hwcontext_vulkan: get VkFormatFeatureFlagBits2Víctor Manuel Jáquez Leal2023-11-09
* avutil/hwcontext_vulkan: fix run on macOSZhao Zhili2023-11-09
* avutil/hwcontext_vulkan: cuda doesn't belong to valid_sw_formatsZhao Zhili2023-10-29
* avutil/hwcontext_vulkan: fix memleak when device_create is skippedZhao Zhili2023-10-29
* hwcontext_vulkan: improve queue family init codeLynne2023-10-24
* hwcontext_vulkan: properly support STORAGE usage for mutliplane imagesLynne2023-10-05
* avutil/hwcontext_vulkan: CosmeticsAndreas Rheinhardt2023-09-15
* avutil/hwcontext_vulkan: Deduplicate codeAndreas Rheinhardt2023-09-15
* avutil/hwcontext_vulkan: Improve type-safetyAndreas Rheinhardt2023-09-15
* avutil/hwcontext_vulkan: Remove redundant resettingAndreas Rheinhardt2023-09-15
* vulkan: enable VK_KHR_cooperative_matrixLynne2023-08-26
* hwcontext_vulkan: always use create_pnext in vulkan_pool_allocChris Spencer2023-08-20
* hwcontext_vulkan: hide Linux-only header after 571756bf2fe2Jan Beich2023-07-21
* hwcontext_vulkan: free temporary array once unneededLynne2023-06-15
* hwcontext_vulkan: call ff_vk_uninit() on device uninitLynne2023-06-15
* hwcontext_vulkan: tune execution poolsLynne2023-06-07
* 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