Re: [FFmpeg-devel] [PATCH v3 2/2] lavc/vvc: Ensure subpictures don't overlap

2025-02-23 Thread Nuo Mi
On Sun, Feb 23, 2025 at 1:36 AM Frank Plowman wrote: > On 22/02/2025 07:51, Nuo Mi wrote: > > From: Frank Plowman > > > > This is essentially a re-implementation of > > > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20241005223955.54158-1-p...@frankplowman.com/ > > > > That patch was not ap

Re: [FFmpeg-devel] [PATCH v3 2/2] lavc/vvc: Ensure subpictures don't overlap

2025-02-22 Thread Frank Plowman
On 22/02/2025 07:51, Nuo Mi wrote: > From: Frank Plowman > > This is essentially a re-implementation of > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20241005223955.54158-1-p...@frankplowman.com/ > > That patch was not applied last time. Instead we opted to identify > issues which could b

[FFmpeg-devel] [PATCH v3 2/2] lavc/vvc: Ensure subpictures don't overlap

2025-02-22 Thread Nuo Mi
From: Frank Plowman This is essentially a re-implementation of https://patchwork.ffmpeg.org/project/ffmpeg/patch/20241005223955.54158-1-p...@frankplowman.com/ That patch was not applied last time. Instead we opted to identify issues which could be caused by invalid subpicture layouts and remedy