Re: [FFmpeg-devel] [PATCH v2] fate/vvc: Add vvc-frames-with-ltr.vvc

2025-01-08 Thread Frank Plowman
On 08/01/2025 13:08, Nuo Mi wrote: > LGTM. > On Wed, Jan 8, 2025 at 7:51 PM Frank Plowman wrote: > >> This sample is rather difficult, containing a lot of subtle edge cases >> > Are we still encountering issues with the latest code? > No, most of my last patches are solving issues I found with

Re: [FFmpeg-devel] [PATCH v2] fate/vvc: Add vvc-frames-with-ltr.vvc

2025-01-08 Thread James Almer
On 1/8/2025 8:49 AM, Frank Plowman wrote: This sample is rather difficult, containing a lot of subtle edge cases which revealed errors in the VVC decoder. It covers 88.4% of lines in libavcodec/vvc and brings the line coverage of the entire VVC fate suite from 96.3% to 97.2%. Signed-off-by: Fra

Re: [FFmpeg-devel] [PATCH v2] fate/vvc: Add vvc-frames-with-ltr.vvc

2025-01-08 Thread Nuo Mi
LGTM. On Wed, Jan 8, 2025 at 7:51 PM Frank Plowman wrote: > This sample is rather difficult, containing a lot of subtle edge cases > Are we still encountering issues with the latest code? > which revealed errors in the VVC decoder. It covers 88.4% of lines in > libavcodec/vvc and brings the lin

[FFmpeg-devel] [PATCH v2] fate/vvc: Add vvc-frames-with-ltr.vvc

2025-01-08 Thread Frank Plowman
This sample is rather difficult, containing a lot of subtle edge cases which revealed errors in the VVC decoder. It covers 88.4% of lines in libavcodec/vvc and brings the line coverage of the entire VVC fate suite from 96.3% to 97.2%. Signed-off-by: Frank Plowman --- Changes since v1: * Remove i