Re: [FFmpeg-devel] [PATCH v3] fate/png: add mDCv and cLLi read and write test

2024-10-16 Thread 金波
Sorry, X86 seems not test fate-png-mdcv. BUT arm and loongarch tested, FATE failed on them. > -原始邮件- > 发件人: 金波 > 发送时间:2024-10-16 14:55:54 (星期三) > 收件人: "FFmpeg development discussions and patches" > 主题: Re: [FFmpeg-devel] [PATCH v3] fate/png: add mDCv and cL

Re: [FFmpeg-devel] [PATCH v3] fate/png: add mDCv and cLLi read and write test

2024-10-15 Thread 金波
> -原始邮件- > 发件人: "Leo Izen" > 发送时间:2024-07-16 10:23:51 (星期二) > 收件人: ffmpeg-devel@ffmpeg.org > 抄送: "Jan Ekström" , "Andreas Rheinhardt" > , "Leo Izen" > 主题: [FFmpeg-devel] [PATCH v3] fate/png: add mDCv and cLLi read and write

[FFmpeg-devel] [PATCH v3] fate/png: add mDCv and cLLi read and write test

2024-07-15 Thread Leo Izen
This test confirms that we can write mDCv and cLLi chunks and read them back via the png decoder. It uses an HEVC conformance sample with this metadata as the base source for the side data in the frames. Signed-off-by: Leo Izen Reported-by: Jan Ekström Reviewed-by: Jan Ekström Reviewed-by: Andr