Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #263356

Category ffmpeg
Changed by Lynne <devohnoyoudont@lynne.ee>
Changed at Thu 02 Apr 2026 21:15:06
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 554dcc2885de79a9010227138eb95fba612849a1

Comments

vf_scale_vulkan: make sure that pixfmts are different when using swscale
The swscale internals currently have a quirk which causes the memcpy
backend to be called when the pixfmts match. Obviously, this doesn't do
what is expected, as hardware frames cannot just be copied.
Check for this.

Sponsored-by: Sovereign Tech Fund

Changed files