index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
hwcontext_vulkan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwcontext_vulkan: add the mapped software frame as an upload dependency
Lynne
2024-11-18
1
-1
/
+11
*
vulkan: add support for 10-bit planar RGB
Lynne
2024-11-18
1
-0
/
+1
*
hwcontext_vulkan: fix planar RGB images
Lynne
2024-11-18
1
-12
/
+13
*
avutil/hwcontext_vulkan: add missing packed YUV444 format mappings
James Almer
2024-10-27
1
-1
/
+6
*
avutil/hwcontext_vulkan: add support for AV_PIX_FMT_Y216
James Almer
2024-10-23
1
-0
/
+1
*
hwcontext_vulkan: always enable MUTABLE creation flag
Lynne
2024-10-16
1
-3
/
+3
*
vulkan: add support for AV_PIX_FMT_RGB96
Lynne
2024-10-15
1
-0
/
+1
*
vulkan: add support for AV_PIX_FMT_RGBA128
Lynne
2024-10-15
1
-0
/
+1
*
avutil/hwcontext_vulkan: add proper maps for XV3{0,6}
James Almer
2024-10-14
1
-5
/
+4
*
hwcontext_vulkan: enable shaderBufferInt64Atomics if supported
Lynne
2024-10-11
1
-0
/
+1
*
hwcontext_vulkan: add support for AV_PIX_FMT_RGBF32
Lynne
2024-10-11
1
-0
/
+1
*
hwcontext_vulkan: add support for AV_PIX_FMT_RGBAF32
Lynne
2024-10-11
1
-0
/
+1
*
hwcontext_vulkan: set hwctx->device_features
Lynne
2024-10-09
1
-0
/
+3
*
hwcontext_vulkan: remove redundant hostQueryReset setting
Lynne
2024-10-09
1
-1
/
+0
*
hwcontext_vulkan: guard all uses of new spec defines and fix stray bracket
Lynne
2024-10-04
1
-1
/
+4
*
vulkan: add profiling debug setting
Lynne
2024-10-04
1
-5
/
+17
*
vulkan: parse instance list and add the DEBUG_UTILS extension
Lynne
2024-10-04
1
-1
/
+0
*
hwcontext_vulkan: move device feature struct setup to a new function
Lynne
2024-10-04
1
-180
/
+155
*
hwcontext_vulkan: enable VK_KHR_shader_relaxed_extended_instruction
Lynne
2024-10-04
1
-0
/
+39
*
vulkan: always enable GL_EXT_scalar_block_layout
Lynne
2024-10-04
1
-0
/
+1
*
vulkan: check if current buffer has finished execution before picking another
Lynne
2024-10-04
1
-3
/
+3
*
vulkan: use push descriptors where possible
Lynne
2024-09-23
1
-1
/
+1
*
vulkan: add support for regular descriptor pools
Lynne
2024-09-23
1
-0
/
+6
*
hwcontext_vulkan: forward debug_mode to check_extensions() for devices
Lynne
2024-09-23
1
-12
/
+13
*
hwcontext_vulkan: add the PROFILE_INDEPENDENT only when needed
Lynne
2024-09-23
1
-1
/
+2
*
hwcontext_vulkan: add support for implicit DRM synchronization
Lynne
2024-09-22
1
-11
/
+137
*
hwcontext_vulkan: fix VUID-VkPhysicalDeviceImageFormatInfo2-usage-requiredbit...
Lynne
2024-09-22
1
-8
/
+10
*
hwcontext_vulkan: consider encode DBPs as always independent
Lynne
2024-09-18
1
-2
/
+3
*
hwcontext_vulkan: fix p->img_qfs
Lynne
2024-09-18
1
-1
/
+16
*
hwcontext_vulkan: add support for x2bgr10 and proper DRM mappings for 10-bit ...
Lynne
2024-09-16
1
-0
/
+5
*
hwcontext_vulkan: disable more false positive validation checks
Lynne
2024-09-09
1
-0
/
+3
*
hwcontext_vulkan: ask for storage images by default
Lynne
2024-09-09
1
-2
/
+4
*
hwcontext_vulkan: add PREP_MODE_GENERAL for non-transfer_dst images
Lynne
2024-09-09
1
-1
/
+8
*
hwcontext_vulkan: align host mapping size to minImportedHostPointerAlignment
Lynne
2024-08-16
1
-0
/
+1
*
vulkan: enable encoding of images if video_maintenance1 is enabled
Lynne
2024-08-16
1
-0
/
+28
*
hwcontext_vulkan: enable VK_KHR_video_maintenance1
Lynne
2024-08-16
1
-1
/
+11
*
hwcontext_vulkan: setup extensions before features
Lynne
2024-08-16
1
-35
/
+38
*
hwcontext_vulkan: don't enable deprecated VK_KHR_sampler_ycbcr_conversion ext...
Lynne
2024-08-16
1
-1
/
+0
*
hwcontext_vulkan: fix user layers, add support for different debug modes
Lynne
2024-08-16
1
-72
/
+145
*
hwcontext_vulkan: ignore false positive validation errors
Lynne
2024-08-11
1
-1
/
+9
*
hwcontext_vulkan: do not chain structs of unsupported extensions in vkCreateD...
Lynne
2024-08-11
1
-11
/
+21
*
libavutil: deprecate the old Vulkan queue API, add doc/APIchanges entries
Lynne
2024-08-11
1
-0
/
+8
*
hwcontext_vulkan: add support for Vulkan encoding
Lynne
2024-08-11
1
-0
/
+10
*
hwcontext_vulkan: add support for VK_EXT_shader_object
Lynne
2024-08-11
1
-2
/
+12
*
hwcontext_vulkan: enable storageBuffer16BitAccess if available
Lynne
2024-08-11
1
-0
/
+2
*
hwcontext_vulkan: constify validation layer features table
Lynne
2024-08-11
1
-1
/
+1
*
hwcontext_vulkan: add HOST_CACHED flag to transfer buffer
Lynne
2024-08-11
1
-1
/
+2
*
hwcontext_vulkan: rewrite upload/download
Lynne
2024-08-11
1
-178
/
+325
*
hwcontext_vulkan: remove unused struct
Lynne
2024-08-11
1
-13
/
+0
*
hwcontext_vulkan: initialize optical flow queues if available
Lynne
2024-08-11
1
-3
/
+15
[next]