Re: [FFmpeg-devel] [PATCH v2] lavc/vvc: Validate explicit subpic locations

2024-08-31 Thread Nuo Mi
On Mon, Aug 26, 2024 at 1:50 AM Frank Plowman wrote: > Implement the missing requirements from H.266 (V3) p. 106 on the > position and size of subpictures whose dimensions are provided > explicitly. > Applied this and "[FFmpeg-devel] [PATCH] lavc/vvc: Prevent OOB access in subpic_tiles" Thank you

[FFmpeg-devel] [PATCH v2] lavc/vvc: Validate explicit subpic locations

2024-08-25 Thread Frank Plowman
Implement the missing requirements from H.266 (V3) p. 106 on the position and size of subpictures whose dimensions are provided explicitly. Signed-off-by: Frank Plowman --- Changes since v1 (20240824092827.68912-1-p...@frankplowman.com): * Use temporary variables and AV_CEIL_RSHIFT to make bound