| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/hwcontext: Allocate AVHWFramesCtx jointly with its internals | Andreas Rheinhardt | 2024-03-07 | 1 | -4/+4 |
* | avutil/hwcontext_vulkan: Allocate pub and priv frames hwctx together | Andreas Rheinhardt | 2024-03-01 | 1 | -13/+17 |
* | avutil/hwcontext_vulkan: Allocate public and priv device hwctx together | Andreas Rheinhardt | 2024-03-01 | 1 | -53/+56 |
* | avutil/hwcontext_vulkan: Fix memleaks when transfer to vulkan | Zhao Zhili | 2024-03-01 | 1 | -3/+1 |
* | avutil/hwcontext_vulkan: Fix leaks in map_from_drm | Zhao Zhili | 2024-03-01 | 1 | -9/+3 |
* | avutil/hwcontext_vulkan: Fix leaks when semaphore creation fails | Zhao Zhili | 2024-03-01 | 1 | -10/+17 |
* | hwcontext_vulkan: guard unistd.h include | Benjamin Cheng | 2023-12-11 | 1 | -1/+1 |
* | apply spelling fixes | Diederik de Haas via ffmpeg-devel | 2023-11-18 | 1 | -2/+2 |
* | avutil/hwcontext_vulkan: get VkFormatFeatureFlagBits2 | Víctor Manuel Jáquez Leal | 2023-11-09 | 1 | -4/+6 |
* | avutil/hwcontext_vulkan: fix run on macOS | Zhao Zhili | 2023-11-09 | 1 | -1/+10 |
* | avutil/hwcontext_vulkan: cuda doesn't belong to valid_sw_formats | Zhao Zhili | 2023-10-29 | 1 | -12/+13 |
* | avutil/hwcontext_vulkan: fix memleak when device_create is skipped | Zhao Zhili | 2023-10-29 | 1 | -3/+14 |
* | hwcontext_vulkan: improve queue family init code | Lynne | 2023-10-24 | 1 | -7/+7 |
* | hwcontext_vulkan: properly support STORAGE usage for mutliplane images | Lynne | 2023-10-05 | 1 | -12/+24 |
* | avutil/hwcontext_vulkan: Cosmetics | Andreas Rheinhardt | 2023-09-15 | 1 | -3/+4 |
* | avutil/hwcontext_vulkan: Deduplicate code | Andreas Rheinhardt | 2023-09-15 | 1 | -25/+1 |
* | avutil/hwcontext_vulkan: Improve type-safety | Andreas Rheinhardt | 2023-09-15 | 1 | -8/+11 |
* | avutil/hwcontext_vulkan: Remove redundant resetting | Andreas Rheinhardt | 2023-09-15 | 1 | -2/+0 |
* | vulkan: enable VK_KHR_cooperative_matrix | Lynne | 2023-08-26 | 1 | -2/+12 |
* | hwcontext_vulkan: always use create_pnext in vulkan_pool_alloc | Chris Spencer | 2023-08-20 | 1 | -1/+2 |
* | 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 |