[FFmpeg-devel] [PATCH v15 4/4] avformat/image2: add Jpeg XL as image2 format
Lynne
dev at lynne.ee
Sat Apr 23 20:53:17 EEST 2022
17 Apr 2022, 15:22 by leo.izen at gmail.com:
> This commit adds support to libavformat for muxing
> and demuxing Jpeg XL images as image2 streams.
> ---
> MAINTAINERS | 1 +
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/img2.c | 1 +
> libavformat/img2dec.c | 20 ++
> libavformat/img2enc.c | 6 +-
> libavformat/jpegxl_probe.c | 393 +++++++++++++++++++++++++++++++++++++
> libavformat/jpegxl_probe.h | 32 +++
> libavformat/mov.c | 1 +
> 9 files changed, 453 insertions(+), 3 deletions(-)
> create mode 100644 libavformat/jpegxl_probe.c
> create mode 100644 libavformat/jpegxl_probe.h
>
Patchset pushed, thanks!
More information about the ffmpeg-devel
mailing list