From 458cc7e314e1a00017dd090db388db6659d1bb5f Mon Sep 17 00:00:00 2001 From: Leo Izen Date: Sun, 17 Apr 2022 09:22:34 -0400 Subject: avcodec/libjxl: add Jpeg XL decoding via libjxl This commit adds decoding support to libavcodec for Jpeg XL images via the external library libjxl. --- doc/general_contents.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/general_contents.texi') diff --git a/doc/general_contents.texi b/doc/general_contents.texi index 238568f2bb..93a90a5e52 100644 --- a/doc/general_contents.texi +++ b/doc/general_contents.texi @@ -171,6 +171,13 @@ Go to @url{https://github.com/TimothyGu/libilbc} and follow the instructions for installing the library. Then pass @code{--enable-libilbc} to configure to enable it. +@section libjxl + +JPEG XL is an image format intended to fully replace legacy JPEG for an extended +period of life. See @url{https://jpegxl.info/} for more information, and see +@url{https://github.com/libjxl/libjxl} for the library source. You can pass +@code{--enable-libjxl} to configure in order enable the libjxl wrapper. + @section libvpx FFmpeg can make use of the libvpx library for VP8/VP9 decoding and encoding. -- cgit v1.2.3