mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #9402] Improve the Vulkan based subtitle burn-in performance #12097
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9402
State: closed
Merged: Yes
Currently Mesa RADV does not support a dedicated transfer queue,
which uses compute engine to handle the data transferring instead of using the async DMA.
1080p SSA subtitle burn-in on Vega dGPU: 170 fps -> 230 fps
Changes