diff mbox series

[FFmpeg-devel,1/1] fate/jpg: add RGB mjpeg fate tests

Message ID 20230516144126.62057-2-leo.izen@gmail.com
State Accepted
Commit d4c48ee7f398c58f22844513a898cf2792961c99
Headers show
Series RGB mjpeg FATE tests | expand

Commit Message

Leo Izen May 16, 2023, 2:41 p.m. UTC
Adds FATE tests for RGB jpegs to test commit
0b352e350e773673f11ea380f3507923c70e1175.
---
 tests/fate/image.mak     | 11 +++++++++++
 tests/ref/fate/jpg-rgb-1 |  6 ++++++
 tests/ref/fate/jpg-rgb-2 |  6 ++++++
 tests/ref/fate/jpg-rgb-3 |  6 ++++++
 tests/ref/fate/jpg-rgb-4 |  6 ++++++
 tests/ref/fate/jpg-rgb-5 |  6 ++++++
 6 files changed, 41 insertions(+)
 create mode 100644 tests/ref/fate/jpg-rgb-1
 create mode 100644 tests/ref/fate/jpg-rgb-2
 create mode 100644 tests/ref/fate/jpg-rgb-3
 create mode 100644 tests/ref/fate/jpg-rgb-4
 create mode 100644 tests/ref/fate/jpg-rgb-5

Comments

Thilo Borgmann May 17, 2023, 10:38 a.m. UTC | #1
Am 16.05.23 um 16:41 schrieb Leo Izen:
> Adds FATE tests for RGB jpegs to test commit
> 0b352e350e773673f11ea380f3507923c70e1175.
> ---
>   tests/fate/image.mak     | 11 +++++++++++
>   tests/ref/fate/jpg-rgb-1 |  6 ++++++
>   tests/ref/fate/jpg-rgb-2 |  6 ++++++
>   tests/ref/fate/jpg-rgb-3 |  6 ++++++
>   tests/ref/fate/jpg-rgb-4 |  6 ++++++
>   tests/ref/fate/jpg-rgb-5 |  6 ++++++
>   6 files changed, 41 insertions(+)
>   create mode 100644 tests/ref/fate/jpg-rgb-1
>   create mode 100644 tests/ref/fate/jpg-rgb-2
>   create mode 100644 tests/ref/fate/jpg-rgb-3
>   create mode 100644 tests/ref/fate/jpg-rgb-4
>   create mode 100644 tests/ref/fate/jpg-rgb-5
> 

Pushed, thanks!

-Thilo
diff mbox series

Patch

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 93bc715ca3..400199c28a 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -346,6 +346,17 @@  fate-jpg-rgb-progressive: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpg/g
 FATE_JPG += fate-jpg-rgb-221
 fate-jpg-rgb-221: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpg/george-insect-rgb-xyb.jpg
 
+FATE_JPG += fate-jpg-rgb-1
+fate-jpg-rgb-1: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpg/jpg-8930-1.jpg
+FATE_JPG += fate-jpg-rgb-2
+fate-jpg-rgb-2: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpg/jpg-8930-2.jpg
+FATE_JPG += fate-jpg-rgb-3
+fate-jpg-rgb-3: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpg/jpg-8930-3.jpg
+FATE_JPG += fate-jpg-rgb-4
+fate-jpg-rgb-4: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpg/jpg-8930-4.jpg
+FATE_JPG += fate-jpg-rgb-5
+fate-jpg-rgb-5: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpg/jpg-8930-5.jpg
+
 FATE_JPG_TRANSCODE-$(call TRANSCODE, MJPEG, MJPEG IMAGE_JPEG_PIPE, IMAGE_PNG_PIPE_DEMUXER PNG_DECODER SCALE_FILTER) += fate-jpg-icc
 fate-jpg-icc: CMD = transcode png_pipe $(TARGET_SAMPLES)/png1/lena-int_rgb24.png mjpeg "-vf scale" "" "-show_frames"
 
diff --git a/tests/ref/fate/jpg-rgb-1 b/tests/ref/fate/jpg-rgb-1
new file mode 100644
index 0000000000..4282f73bbd
--- /dev/null
+++ b/tests/ref/fate/jpg-rgb-1
@@ -0,0 +1,6 @@ 
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 64x64
+#sar 0: 1/1
+0,          0,          0,        1,    12288, 0x7d04bd46
diff --git a/tests/ref/fate/jpg-rgb-2 b/tests/ref/fate/jpg-rgb-2
new file mode 100644
index 0000000000..88507f5a2d
--- /dev/null
+++ b/tests/ref/fate/jpg-rgb-2
@@ -0,0 +1,6 @@ 
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 64x64
+#sar 0: 0/1
+0,          0,          0,        1,    12288, 0xa4986a3d
diff --git a/tests/ref/fate/jpg-rgb-3 b/tests/ref/fate/jpg-rgb-3
new file mode 100644
index 0000000000..6125ed34f2
--- /dev/null
+++ b/tests/ref/fate/jpg-rgb-3
@@ -0,0 +1,6 @@ 
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 64x64
+#sar 0: 1/1
+0,          0,          0,        1,    12288, 0xfdf5876c
diff --git a/tests/ref/fate/jpg-rgb-4 b/tests/ref/fate/jpg-rgb-4
new file mode 100644
index 0000000000..2a5938280c
--- /dev/null
+++ b/tests/ref/fate/jpg-rgb-4
@@ -0,0 +1,6 @@ 
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 64x64
+#sar 0: 0/1
+0,          0,          0,        1,    12288, 0x06d7603d
diff --git a/tests/ref/fate/jpg-rgb-5 b/tests/ref/fate/jpg-rgb-5
new file mode 100644
index 0000000000..aab650ca85
--- /dev/null
+++ b/tests/ref/fate/jpg-rgb-5
@@ -0,0 +1,6 @@ 
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 64x64
+#sar 0: 1/1
+0,          0,          0,        1,     8192, 0xcd87b5c6