On Thu, 04 Jul 2024 16:30:57 +0200 Niklas Haas wrote:
> From: Niklas Haas
>
> Based on my best understanding of what they do, given the source code.
> ---
> libswscale/swscale.h | 28 ++--
> 1 file changed, 26 insertions(+), 2 deletions(-)
>
> diff --git a/libswscale/sw
On Thu, Jul 04, 2024 at 07:59:10PM +0200, Niklas Haas wrote:
> On Thu, 04 Jul 2024 19:56:56 +0200 Niklas Haas wrote:
> > On Thu, 04 Jul 2024 16:24:24 +0100 Andrew Sayers
> > wrote:
> > > On Thu, Jul 04, 2024 at 04:30:57PM +0200, Niklas Haas wrote:
> > > > From: Niklas Haas
> > > >
> > > > Base
On Thu, 04 Jul 2024 19:56:56 +0200 Niklas Haas wrote:
> On Thu, 04 Jul 2024 16:24:24 +0100 Andrew Sayers
> wrote:
> > On Thu, Jul 04, 2024 at 04:30:57PM +0200, Niklas Haas wrote:
> > > From: Niklas Haas
> > >
> > > Based on my best understanding of what they do, given the source code.
> > > --
On Thu, 04 Jul 2024 16:24:24 +0100 Andrew Sayers
wrote:
> On Thu, Jul 04, 2024 at 04:30:57PM +0200, Niklas Haas wrote:
> > From: Niklas Haas
> >
> > Based on my best understanding of what they do, given the source code.
> > ---
> > libswscale/swscale.h | 28 ++--
> > 1
On Thu, Jul 04, 2024 at 04:30:57PM +0200, Niklas Haas wrote:
> From: Niklas Haas
>
> Based on my best understanding of what they do, given the source code.
> ---
> libswscale/swscale.h | 28 ++--
> 1 file changed, 26 insertions(+), 2 deletions(-)
>
> diff --git a/libswsc
Changes since v1:
- Added commit relaxing the chr_v_pos value range in swscale to account
for the existence of 4:1:1 / 4:1:0 content.
- Fix the chroma location calculation for 4:1:1 / 4:1:0, including in
interlaced mode.
- Made the old (more granular) fields override the new one, rather than