Change #263349
| Category | ffmpeg |
| Changed by | Lynne <dev@lynne.ee> |
| Changed at | Thu 02 Apr 2026 21:15:05 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | ebfd18ad03271419cfae431b665cf23a5ee7b7f4 |
Comments
hwcontext_vulkan: temporarily disable formats which require shader+framework processing The main issue is that BGR formats only semi-exist in Vulkan. Unlike all other formats, they require the user to manually remap the pixel order, and are also forbidden from being written to without a format in shaders. The main reason for this was conservative - Vulkan is supposed to work everywhere, including platforms where there is no write-time remapping/swizzing support. Sponsored-by: Sovereign Tech Fund
Changed files
- libavutil/hwcontext_vulkan.c