Re: [FFmpeg-devel] [PATCH v2] lavfi/vf_libplacebo: add vulkan device import fallback

2023-05-11 Thread Niklas Haas
On Thu, 11 May 2023 14:01:34 +0200 Lynne wrote: > May 11, 2023, 13:21 by h.lepp...@gmail.com: > > > On Thu, May 11, 2023 at 11:32 AM Lynne wrote: > > > >> > >> May 11, 2023, 10:39 by ffm...@haasn.xyz: > >> > >> > From: Niklas Haas > >> > > >> > Recent versions of libplacebo have required Vulkan

Re: [FFmpeg-devel] [PATCH v2] lavfi/vf_libplacebo: add vulkan device import fallback

2023-05-11 Thread Lynne
May 11, 2023, 13:21 by h.lepp...@gmail.com: > On Thu, May 11, 2023 at 11:32 AM Lynne wrote: > >> >> May 11, 2023, 10:39 by ffm...@haasn.xyz: >> >> > From: Niklas Haas >> > >> > Recent versions of libplacebo have required Vulkan versions incompatible >> > with lavu Vulkan hwcontexts. While this i

Re: [FFmpeg-devel] [PATCH v2] lavfi/vf_libplacebo: add vulkan device import fallback

2023-05-11 Thread Dennis Mungai
On Thu, 11 May 2023 at 14:21, Hendrik Leppkes wrote: > On Thu, May 11, 2023 at 11:32 AM Lynne wrote: > > > > May 11, 2023, 10:39 by ffm...@haasn.xyz: > > > > > From: Niklas Haas > > > > > > Recent versions of libplacebo have required Vulkan versions > incompatible > > > with lavu Vulkan hwconte

Re: [FFmpeg-devel] [PATCH v2] lavfi/vf_libplacebo: add vulkan device import fallback

2023-05-11 Thread Hendrik Leppkes
On Thu, May 11, 2023 at 11:32 AM Lynne wrote: > > May 11, 2023, 10:39 by ffm...@haasn.xyz: > > > From: Niklas Haas > > > > Recent versions of libplacebo have required Vulkan versions incompatible > > with lavu Vulkan hwcontexts. While this is expected to change > > eventually, breaking vf_libplac

Re: [FFmpeg-devel] [PATCH v2] lavfi/vf_libplacebo: add vulkan device import fallback

2023-05-11 Thread Niklas Haas
On Thu, 11 May 2023 11:53:55 +0200 Anton Khirnov wrote: > Quoting Niklas Haas (2023-05-11 10:39:02) > > From: Niklas Haas > > > > Recent versions of libplacebo have required Vulkan versions incompatible > > with lavu Vulkan hwcontexts. > > Why did that happen? Did something change in lavu that

Re: [FFmpeg-devel] [PATCH v2] lavfi/vf_libplacebo: add vulkan device import fallback

2023-05-11 Thread Anton Khirnov
Quoting Niklas Haas (2023-05-11 10:39:02) > From: Niklas Haas > > Recent versions of libplacebo have required Vulkan versions incompatible > with lavu Vulkan hwcontexts. Why did that happen? Did something change in lavu that broke things? -- Anton Khirnov __

Re: [FFmpeg-devel] [PATCH v2] lavfi/vf_libplacebo: add vulkan device import fallback

2023-05-11 Thread Lynne
May 11, 2023, 10:39 by ffm...@haasn.xyz: > From: Niklas Haas > > Recent versions of libplacebo have required Vulkan versions incompatible > with lavu Vulkan hwcontexts. While this is expected to change > eventually, breaking vf_libplacebo every time there is such a transition > period is obviousl

[FFmpeg-devel] [PATCH v2] lavfi/vf_libplacebo: add vulkan device import fallback

2023-05-11 Thread Niklas Haas
From: Niklas Haas Recent versions of libplacebo have required Vulkan versions incompatible with lavu Vulkan hwcontexts. While this is expected to change eventually, breaking vf_libplacebo every time there is such a transition period is obviously undesired behavior, as the following sea of bug rep