Re: [FFmpeg-devel] [PATCH v9 1/5] avcodec/jpegxl: add Jpeg XL image codec and parser

2022-03-28 Thread Leo Izen
On 3/23/22 10:45, Andreas Rheinhardt wrote: Leo Izen: + /* any other box is skipped at this point */ +AV_WB32(tag_str, tag); +av_log(avctx, AV_LOG_VERBOSE, "skipping jxl container box: %s\n", tag_str); 1. tag_str is potentially not-zero terminated. 2. If tag_str contains a \0,

Re: [FFmpeg-devel] [PATCH v9 1/5] avcodec/jpegxl: add Jpeg XL image codec and parser

2022-03-23 Thread Andreas Rheinhardt
Leo Izen: > This commit adds support to libavcodec to read and parse > encoded Jpeg XL images. Jpeg XL is intended to be an > extended-life replacement to legacy mjpeg. > --- > MAINTAINERS| 2 + > libavcodec/Makefile| 1 + > libavcodec/codec_desc.c| 9 + > libavco

[FFmpeg-devel] [PATCH v9 1/5] avcodec/jpegxl: add Jpeg XL image codec and parser

2022-03-23 Thread Leo Izen
This commit adds support to libavcodec to read and parse encoded Jpeg XL images. Jpeg XL is intended to be an extended-life replacement to legacy mjpeg. --- MAINTAINERS| 2 + libavcodec/Makefile| 1 + libavcodec/codec_desc.c| 9 + libavcodec/codec_id.h | 1