Re: [FFmpeg-devel] [PATCH] lavc: Add unit test for APV entropy decode

2025-05-02 Thread James Almer
On 4/30/2025 6:09 PM, Mark Thompson wrote: diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak index ef6e6ec40e..5f7ec97ff3 100644 --- a/tests/fate/libavcodec.mak +++ b/tests/fate/libavcodec.mak @@ -3,6 +3,11 @@ fate-av1-levels: libavcodec/tests/av1_levels$(EXESUF) fate-av1-level

Re: [FFmpeg-devel] [PATCH] lavc: Add unit test for APV entropy decode

2025-05-02 Thread Michael Niedermayer
On Wed, Apr 30, 2025 at 10:09:11PM +0100, Mark Thompson wrote: > --- > Cleaned up a bit from use earlier. This program allows testing of changes to > entropy decode in a form much easier to debug than a whole stream. > > I had a more complete randomised test of transform here as well along with

[FFmpeg-devel] [PATCH] lavc: Add unit test for APV entropy decode

2025-04-30 Thread Mark Thompson
--- Cleaned up a bit from use earlier. This program allows testing of changes to entropy decode in a form much easier to debug than a whole stream. I had a more complete randomised test of transform here as well along with test code for checking intermediates, though it seems like the checkasm