Re: [FFmpeg-devel] [PATCH 5/6] checkasm: add tests for yuv2rgb

2024-06-29 Thread Sean McGovern
Hi Ramiro, On Thu, Jun 27, 2024, 10:37 Ramiro Polla wrote: > On Tue, Jun 25, 2024 at 11:19 PM Ramiro Polla > wrote: > > On Thu, Jun 20, 2024 at 4:59 PM Ramiro Polla > wrote: > > > checkasm gets a little spammy with this commit by printing "No > > > accelerated colorspace conversion found from

Re: [FFmpeg-devel] [PATCH 5/6] checkasm: add tests for yuv2rgb

2024-06-27 Thread Ramiro Polla
On Tue, Jun 25, 2024 at 11:19 PM Ramiro Polla wrote: > On Thu, Jun 20, 2024 at 4:59 PM Ramiro Polla wrote: > > checkasm gets a little spammy with this commit by printing "No > > accelerated colorspace conversion found from %s to %s.\n" from > > libswscale/yuv2rgb.c multiple times. Any suggestions

Re: [FFmpeg-devel] [PATCH 5/6] checkasm: add tests for yuv2rgb

2024-06-25 Thread Ramiro Polla
On Thu, Jun 20, 2024 at 4:59 PM Ramiro Polla wrote: > checkasm gets a little spammy with this commit by printing "No > accelerated colorspace conversion found from %s to %s.\n" from > libswscale/yuv2rgb.c multiple times. Any suggestions? Perhaps > downgrading that message to AV_LOG_VERBOSE, or rai

Re: [FFmpeg-devel] [PATCH 5/6] checkasm: add tests for yuv2rgb

2024-06-20 Thread Ramiro Polla
On Mon, Jun 17, 2024 at 12:28 AM Ramiro Polla wrote: > > --- > tests/checkasm/Makefile | 2 +- > tests/checkasm/checkasm.c | 1 + > tests/checkasm/checkasm.h | 1 + > tests/checkasm/sw_yuv2rgb.c | 205 > tests/fate/checkasm.mak | 1 + > 5 f

[FFmpeg-devel] [PATCH 5/6] checkasm: add tests for yuv2rgb

2024-06-16 Thread Ramiro Polla
--- tests/checkasm/Makefile | 2 +- tests/checkasm/checkasm.c | 1 + tests/checkasm/checkasm.h | 1 + tests/checkasm/sw_yuv2rgb.c | 205 tests/fate/checkasm.mak | 1 + 5 files changed, 209 insertions(+), 1 deletion(-) create mode 100644 tes