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 3332b2db84 doc: add entries for SVT-JPEG-XS
3332b2db84 is described below

commit 3332b2db841c04a8bb1bc21ee021749bc63efe26
Author:     James Almer <[email protected]>
AuthorDate: Sun Dec 14 18:47:08 2025 -0300
Commit:     James Almer <[email protected]>
CommitDate: Sun Dec 14 18:47:08 2025 -0300

    doc: add entries for SVT-JPEG-XS
    
    Signed-off-by: James Almer <[email protected]>
---
 doc/encoders.texi         | 43 +++++++++++++++++++++++++++++++++++++++++++
 doc/general_contents.texi |  1 +
 2 files changed, 44 insertions(+)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index f29086df2d..04ef002e7d 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1996,6 +1996,49 @@ by ":". See the SVT-AV1 encoder user guide for a list of 
accepted parameters.
 
 @end table
 
+@section libsvtav1
+
+SVT-JPEG-XS encoder wrapper.
+
+Requires the presence of the SVT-JPEG-XS headers and library during 
configuration.
+You need to explicitly configure the build with @code{--enable-libsvtjpegxs}.
+
+@subsection Options
+
+@table @option
+@item decomp_v
+Set vertical decomposition level
+@item decomp_h
+Set horizontal decomposition level
+
+@item quantization
+Set the quantization algorithm.
+@table @samp
+@item deadzone
+@item uniform
+@end table
+
+@item coding-signs
+Enable Signs handling strategy
+@table @samp
+@item disable
+@item fast
+@item full
+@end table
+
+@item coding-sigf
+Enable Significance coding
+
+@item coding-vpred
+Enable Vertical Prediction coding
+@table @samp
+@item disable
+@item no_residuals
+@item no_coeffs
+@end table
+
+@end table
+
 @section libjxl
 
 libjxl JPEG XL encoder wrapper.
diff --git a/doc/general_contents.texi b/doc/general_contents.texi
index 98e35c0e8e..886a66d37d 100644
--- a/doc/general_contents.texi
+++ b/doc/general_contents.texi
@@ -819,6 +819,7 @@ following image formats are supported:
     @tab Progressive JPEG is not supported.
 @item JPEG 2000    @tab X @tab X
 @item JPEG-LS      @tab X @tab X
+@item JPEG-XS      @tab E @tab E
 @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