Skip to content

Introduce Vulkan support - #720

Merged
valbok merged 1 commit into
masterfrom
vulkan
Sep 10, 2026
Merged

Introduce Vulkan support#720
valbok merged 1 commit into
masterfrom
vulkan

Conversation

@valbok

@valbok valbok commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Using -DQT_AVPLAYER_VULKAN=ON enables Vulkan support.
If it is enabled, it will try to use hwaccel vulkan firstly.
To use another hwaccel, you would need to provide specific codec in setInputVideoCodec().

h264 : supported hardware device contexts:
    cuda
    vaapi
    vdpau
    vulkan
Available pixel formats:
   yuv420p : AVPixelFormat( 0 )
   vdpau : AVPixelFormat( 98 )
   vulkan : AVPixelFormat( 190 )
   cuda : AVPixelFormat( 117 )
   vaapi : AVPixelFormat( 44 )
Using hardware decoding in vulkan

@valbok
valbok force-pushed the vulkan branch 4 times, most recently from c56d0c5 to 25129e0 Compare September 10, 2026 10:32
@valbok valbok changed the title Introduce AV_HWDEVICE_TYPE_VULKAN Introduce Vulkan support Sep 10, 2026
@valbok
valbok merged commit 29bc06e into master Sep 10, 2026
9 checks passed
@valbok
valbok deleted the vulkan branch September 10, 2026 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant