Re: [FFmpeg-devel] [PATCH 16/17] swscale/format: add new format decode/encode logic

2025-05-02 Thread Niklas Haas
On Fri, 02 May 2025 16:10:57 +0200 Michael Niedermayer wrote: > On Sat, Apr 26, 2025 at 07:41:20PM +0200, Niklas Haas wrote: > > From: Niklas Haas > > > > This patch adds format handling code for the new operations. This entails > > fully decoding a format to standardized RGB, and the inverse. >

Re: [FFmpeg-devel] [PATCH 16/17] swscale/format: add new format decode/encode logic

2025-05-02 Thread Michael Niedermayer
On Sat, Apr 26, 2025 at 07:41:20PM +0200, Niklas Haas wrote: > From: Niklas Haas > > This patch adds format handling code for the new operations. This entails > fully decoding a format to standardized RGB, and the inverse. > > Handling it this way means we can always guarantee that a conversion

[FFmpeg-devel] [PATCH 16/17] swscale/format: add new format decode/encode logic

2025-04-26 Thread Niklas Haas
From: Niklas Haas This patch adds format handling code for the new operations. This entails fully decoding a format to standardized RGB, and the inverse. Handling it this way means we can always guarantee that a conversion path exists from A to B without having to explicitly cover logic for each