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

Git pushed a commit to branch master
in repository ffmpeg.

commit 80edf78e58f41709a7836d5d05236014be8b7db7
Author:     Ramiro Polla <[email protected]>
AuthorDate: Mon Jan 19 14:18:15 2026 +0100
Commit:     Ramiro Polla <[email protected]>
CommitDate: Fri Feb 20 16:32:10 2026 +0100

    tests/fate/image: add jpegls tests with restart markers
    
    The samples have been generated with:
    jpeg -c -ls 0 -z 1 great_wave_128.ppm jpegls/ilv0_rst.jls
    jpeg -c -ls 1 -z 1 great_wave_128.ppm jpegls/ilv1_rst.jls
    
    Note: ilv2 is still unsupported
---
 tests/fate/image.mak           | 6 ++++++
 tests/ref/fate/jpegls-ilv0-rst | 6 ++++++
 tests/ref/fate/jpegls-ilv1-rst | 6 ++++++
 3 files changed, 18 insertions(+)

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index be4b9623ad..334c421140 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -384,6 +384,12 @@ fate-jpegls-5bpc: CMD = framecrc -idct simple -i 
$(TARGET_SAMPLES)/jpegls/32.jls
 FATE_JPEGLS += fate-jpegls-7bpc
 fate-jpegls-7bpc: CMD = framecrc -idct simple -i 
$(TARGET_SAMPLES)/jpegls/128.jls
 
+FATE_JPEGLS += fate-jpegls-ilv0-rst
+fate-jpegls-ilv0-rst: CMD = framecrc -idct simple -i 
$(TARGET_SAMPLES)/jpegls/ilv0_rst.jls
+
+FATE_JPEGLS += fate-jpegls-ilv1-rst
+fate-jpegls-ilv1-rst: CMD = framecrc -idct simple -i 
$(TARGET_SAMPLES)/jpegls/ilv1_rst.jls
+
 FATE_JPEGLS-$(call DEMDEC, IMAGE2, JPEGLS) += $(FATE_JPEGLS)
 FATE_IMAGE_FRAMECRC += $(FATE_JPEGLS-yes)
 fate-jpegls: $(FATE_JPEGLS-yes)
diff --git a/tests/ref/fate/jpegls-ilv0-rst b/tests/ref/fate/jpegls-ilv0-rst
new file mode 100644
index 0000000000..2943276464
--- /dev/null
+++ b/tests/ref/fate/jpegls-ilv0-rst
@@ -0,0 +1,6 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 128x88
+#sar 0: 0/1
+0,          0,          0,        1,    33792, 0xca0c323c
diff --git a/tests/ref/fate/jpegls-ilv1-rst b/tests/ref/fate/jpegls-ilv1-rst
new file mode 100644
index 0000000000..4edef1cafb
--- /dev/null
+++ b/tests/ref/fate/jpegls-ilv1-rst
@@ -0,0 +1,6 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 128x88
+#sar 0: 0/1
+0,          0,          0,        1,    33792, 0x650630b1

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

Reply via email to