Re: [FFmpeg-devel] PATCH: Force vaapi image formats to NV12-only

2024-08-09 Thread Lluís Batlle i Rossell
On Fri, Aug 09, 2024 at 11:49:54AM +0800, Zhao Zhili wrote: > > vaapi drivers often lack proper image converesions and not all > > situations allow vagetimage or vaputimage with the image formats > > reported by the api. nv12 seems allowed in all circumstances. > > > > with this change now one can

Re: [FFmpeg-devel] PATCH: Force vaapi image formats to NV12-only

2024-08-08 Thread Zhao Zhili
> vaapi drivers often lack proper image converesions and not all > situations allow vagetimage or vaputimage with the image formats > reported by the api. nv12 seems allowed in all circumstances. > > with this change now one can use the hwaccel directly without > explicit conversions to nv12 for f

[FFmpeg-devel] PATCH: Force vaapi image formats to NV12-only

2024-08-08 Thread Lluís Batlle i Rossell
attached >From c6439f3a74529db25777029596791a62eb3c77d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 8 Aug 2024 20:32:03 +0200 Subject: [PATCH] Force vaapi image formats to NV12-only Vaapi drivers often lack proper image converesions and not all situatio