This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new d828183d2d doc: add missing JPEG-XS details
d828183d2d is described below

commit d828183d2dd9eb6db236c28c54a198b358668a55
Author:     James Almer <[email protected]>
AuthorDate: Wed Dec 17 00:20:41 2025 -0300
Commit:     James Almer <[email protected]>
CommitDate: Wed Dec 17 00:20:41 2025 -0300

    doc: add missing JPEG-XS details
    
    Forgotten in 3332b2db841c04a8bb1bc21ee021749bc63efe26
    
    Signed-off-by: James Almer <[email protected]>
---
 doc/encoders.texi         |  2 +-
 doc/general_contents.texi | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 04ef002e7d..e93a3cc275 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1996,7 +1996,7 @@ by ":". See the SVT-AV1 encoder user guide for a list of 
accepted parameters.
 
 @end table
 
-@section libsvtav1
+@section libsvtjpegxs
 
 SVT-JPEG-XS encoder wrapper.
 
diff --git a/doc/general_contents.texi b/doc/general_contents.texi
index 886a66d37d..47ac1989f2 100644
--- a/doc/general_contents.texi
+++ b/doc/general_contents.texi
@@ -303,6 +303,15 @@ Go to @url{https://gitlab.com/AOMediaCodec/SVT-AV1/} and 
follow the instructions
 for installing the library. Then pass @code{--enable-libsvtav1} to configure to
 enable it.
 
+@section SVT-JPEG-XS
+
+FFmpeg can make use of the Scalable Video Technology for JPEG-XS library for 
JPEG-XS
+decoding and encoding.
+
+Go to @url{https://github.com/OpenVisualCloud/SVT-JPEG-XS} and follow the 
instructions
+for installing the library. Then pass @code{--enable-libsvtjpegxs} to 
configure to
+enable it.
+
 @section TwoLAME
 
 FFmpeg can make use of the TwoLAME library for MP2 encoding.
@@ -820,6 +829,7 @@ following image formats are supported:
 @item JPEG 2000    @tab X @tab X
 @item JPEG-LS      @tab X @tab X
 @item JPEG-XS      @tab E @tab E
+    @tab Supported through external library libsvtjpegxs
 @item LJPEG        @tab X @tab
     @tab Lossless JPEG
 @item Media 100    @tab   @tab X

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to