| Commit message (Expand) | Author | Age | Files | Lines |
* | hwcontext_vulkan: hide Linux-only header after 571756bf2fe2 | Jan Beich | 2023-07-21 | 1 | -0/+2 |
* | hwcontext_vulkan: free temporary array once unneeded | Lynne | 2023-06-15 | 1 | -2/+9 |
* | hwcontext_vulkan: call ff_vk_uninit() on device uninit | Lynne | 2023-06-15 | 1 | -0/+2 |
* | hwcontext_vulkan: tune execution pools | Lynne | 2023-06-07 | 1 | -3/+3 |
* | avutil/hwcontext_vulkan: disable multiplane when deriving from cuda | Philip Langdale | 2023-06-03 | 1 | -7/+18 |
* | vulkan: add support for the atomic float ops extension | Lynne | 2023-05-29 | 1 | -1/+14 |
* | av1dec: add Vulkan hwaccel | Lynne | 2023-05-29 | 1 | -0/+1 |
* | avutil/hwcontext_vulkan: add libplacebo required features | Niklas Haas | 2023-05-29 | 1 | -0/+3 |
* | hwcontext_vulkan: enable additional device properties | Lynne | 2023-05-29 | 1 | -1/+20 |
* | hwcontext_vulkan: remove duplicate code, port to use generic vulkan utils | Lynne | 2023-05-29 | 1 | -810/+195 |
* | hwcontext_vulkan: don't change properties if prepare_frame fails | Lynne | 2023-05-29 | 1 | -9/+10 |
* | hwcontext_vulkan: remove linear+host_visible "fast" path | Lynne | 2023-05-29 | 1 | -156/+2 |
* | hwcontext_vulkan: rewrite to support multiplane surfaces | Lynne | 2023-05-29 | 1 | -366/+425 |
* | hwcontext_vulkan: enable GPU-assisted validation when debugging | Lynne | 2023-05-29 | 1 | -0/+14 |
* | hwcontext_vulkan: support PREP_MODE_DECODING in prepare_frame() | Lynne | 2023-05-29 | 1 | -19/+48 |
* | hwcontext_vulkan: add functions for video decoding | Lynne | 2023-05-29 | 1 | -0/+6 |
* | hwcontext_vulkan: use VK_EXT_physical_device_drm to derive DRM to Vulkan | Lynne | 2023-05-29 | 1 | -5/+53 |
* | hwcontext_vulkan: do not require libdrm to map VAAPI devices | Lynne | 2023-05-29 | 1 | -5/+8 |
* | hwcontext_vulkan: add support for descriptor buffers | Lynne | 2023-05-29 | 1 | -1/+12 |
* | hwcontext_vulkan: report nonCoherentAtomSize | Lynne | 2023-05-29 | 1 | -0/+2 |
* | hwcontext_vulkan: fix minor type issue in VulkanQueueCtx.buf_deps_alloc_size | Lynne | 2023-05-29 | 1 | -1/+1 |
* | hwcontext_vulkan: rename and expand vk_pixfmt_map to append VK_NULL_FORMAT | Lynne | 2023-05-29 | 1 | -5/+5 |
* | hwcontext_vulkan: remove contiguous memory path/mode | Lynne | 2023-05-29 | 1 | -12/+0 |
* | hwcontext_vulkan: support threadsafe queue and frame operations | Lynne | 2023-05-29 | 1 | -48/+143 |
* | hwcontext_vulkan: use portability subset if available | Lynne | 2023-05-29 | 1 | -1/+3 |
* | hwcontext_vulkan: enable VK_KHR_synchronization2 if supported | Lynne | 2023-05-29 | 1 | -4/+12 |
* | hwcontext_vulkan: enable support for YCbCr samplers | Lynne | 2023-05-29 | 1 | -0/+1 |
* | hwcontext_vulkan: initialize and require instance version 1.3 | Lynne | 2023-05-29 | 1 | -1/+1 |
* | lavu/vulkan: fix handle type for 32-bit targets | Kacper Michajłow | 2023-03-07 | 1 | -1/+1 |
* | vulkan: Fix win/i386 calling convention | Martin Storsjö | 2023-03-07 | 1 | -4/+4 |
* | hwcontext_vulkan: remove optional encode/decode extensions from the list | Lynne | 2022-12-25 | 1 | -8/+0 |
* | lavu/hwcontext_vulkan: support mapping VUYX, P012, and XV36 | Philip Langdale | 2022-09-03 | 1 | -0/+13 |
* | avutil/hwcontext_vulkan: fix typo in undef | Zhao Zhili | 2022-03-14 | 1 | -1/+1 |
* | hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeatures | Zhao Zhili | 2022-02-01 | 1 | -1/+11 |
* | lavu/hwcontext_vulkan: clear dangling pointers on map failure | Anton Khirnov | 2022-01-21 | 1 | -0/+1 |
* | avutil/hwcontext_vulkan: fixed incorrect memory offset | Wu Jianhua | 2022-01-05 | 1 | -5/+7 |
* | hwcontext_vulkan: remove VK_EXT_hdr_metadata from autoloaded extensions list | Lynne | 2022-01-03 | 1 | -1/+0 |
* | hwcontext_vulkan: wait on semaphores when exporting to DRM | Lynne | 2021-12-10 | 1 | -0/+11 |
* | hwcontext_vulkan: support creating DRM-tiled images and autodetecting modifiers | Wenbin Chen | 2021-12-10 | 1 | -8/+155 |
* | hwcontext_vulkan: add support for mapping frames with planes in a single VkDe... | Wenbin Chen | 2021-12-10 | 1 | -2/+9 |
* | hwcontext_vulkan: add support for allocating all planes in a single allocation | Wenbin Chen | 2021-12-10 | 1 | -2/+74 |
* | hwcontext_vulkan: use correct return value for allocation failure | Lynne | 2021-11-27 | 1 | -1/+1 |
* | avutil/hwcontext_vulkan: fully support customizable validation layers | Wu Jianhua | 2021-11-26 | 1 | -29/+135 |
* | avutil/hwcontext_vulkan: check if created before destroying the instance | Wu Jianhua | 2021-11-24 | 1 | -1/+2 |
* | avutil/hwcontext_vulkan: check if created before destroying the device | Wu Jianhua | 2021-11-24 | 1 | -1/+2 |
* | hwcontext_vulkan: check for non-flagged transfer queue families | Lynne | 2021-11-20 | 1 | -0/+7 |
* | lavu/vulkan: move common Vulkan code from libavfilter to libavutil | Lynne | 2021-11-19 | 1 | -7/+3 |
* | avutil/hwcontext_vulkan: add support for exporting memory via Win32 Handles | Timo Rothenpieler | 2021-11-14 | 1 | -6/+96 |
* | hwcontext_vaapi: don't use the generic mapping struct for DRM/VAAPI | Lynne | 2021-11-13 | 1 | -19/+11 |
* | hwcontext_vulkan: fix small memory leak when unmapping | Lynne | 2021-11-13 | 1 | -0/+1 |