diff options
author | Leo Izen <leo.izen@gmail.com> | 2022-04-17 09:22:34 -0400 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2022-04-23 19:51:46 +0200 |
commit | 458cc7e314e1a00017dd090db388db6659d1bb5f (patch) | |
tree | cd07a9efdc9d1b79588edb2f759737d1048d9b01 /doc/general_contents.texi | |
parent | 0008c159562b877700cd9b7c96f941de4ee69af5 (diff) | |
download | ffmpeg-458cc7e314e1a00017dd090db388db6659d1bb5f.tar.gz |
avcodec/libjxl: add Jpeg XL decoding via libjxl
This commit adds decoding support to libavcodec
for Jpeg XL images via the external library libjxl.
Diffstat (limited to 'doc/general_contents.texi')
-rw-r--r-- | doc/general_contents.texi | 7 |
1 files changed, 7 insertions, 0 deletions
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. |