]> git.sesse.net Git - ffmpeg/commitdiff
Merge commit 'a957e9379d11f2982d615f92c30580a57ea8bb40'
authorJames Almer <jamrial@gmail.com>
Thu, 14 Mar 2019 17:24:19 +0000 (14:24 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 14 Mar 2019 17:30:08 +0000 (14:30 -0300)
* commit 'a957e9379d11f2982d615f92c30580a57ea8bb40':
  tests: Convert lavf image tests to non-legacy test scripts

Merged-by: James Almer <jamrial@gmail.com>
38 files changed:
1  2 
tests/Makefile
tests/fate-run.sh
tests/fate/avformat.mak
tests/fate/lavf-image.mak
tests/lavf-regression.sh
tests/ref/lavf/bmp
tests/ref/lavf/dpx
tests/ref/lavf/gbrp10le.dpx
tests/ref/lavf/gbrp12le.dpx
tests/ref/lavf/gray.pam
tests/ref/lavf/gray.xwd
tests/ref/lavf/gray16be.pam
tests/ref/lavf/gray16be.png
tests/ref/lavf/jpg
tests/ref/lavf/monob.pam
tests/ref/lavf/monow.xwd
tests/ref/lavf/pam
tests/ref/lavf/pcx
tests/ref/lavf/pgm
tests/ref/lavf/png
tests/ref/lavf/ppm
tests/ref/lavf/rgb48be.pam
tests/ref/lavf/rgb48be.png
tests/ref/lavf/rgb48le.dpx
tests/ref/lavf/rgb48le_10.dpx
tests/ref/lavf/rgb4_byte.xwd
tests/ref/lavf/rgb555be.xwd
tests/ref/lavf/rgb565be.xwd
tests/ref/lavf/rgb8.xwd
tests/ref/lavf/rgba.pam
tests/ref/lavf/rgba.xwd
tests/ref/lavf/rgba64le.dpx
tests/ref/lavf/sgi
tests/ref/lavf/sun
tests/ref/lavf/tga
tests/ref/lavf/tiff
tests/ref/lavf/xbm
tests/ref/lavf/xwd

diff --cc tests/Makefile
Simple merge
index e65184ba36d25eb50e3bd69a066cff43ccbb0926,a9dfebc36421290e54a22f62f19986efbf8a8ff6..a141488b33b7acf0ff127e136e589e0505644d99
@@@ -290,6 -197,17 +290,17 @@@ lavf_audio()
      do_avconv_crc $file $DEC_OPTS $3 -i $target_path/$file
  }
  
 -    run_avconv $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $1 $ENC_OPTS $2 -frames 12 -y -qscale 10 $target_path/$file
+ lavf_image(){
+     t="${test#lavf-}"
+     outdir="tests/data/images/$t"
+     mkdir -p "$outdir"
+     file=${outdir}/%02d.$t
++    run_avconv $DEC_OPTS $1 -f image2 -c:v pgmyuv -i $raw_src "$ENC_OPTS -metadata title=lavftest" $2 -frames 13 -y -qscale 10 $target_path/$file
+     do_md5sum ${outdir}/02.$t
+     do_avconv_crc $file $DEC_OPTS $2 -i $target_path/$file
+     echo $(wc -c ${outdir}/02.$t)
+ }
  lavf_image2pipe(){
      t="${test#lavf-}"
      t="${t%pipe}"
index 31d828d0e40df9929cef09eea6d420205bb4c67f,9dbdff71efde6df657238484de32d8427cf40fd4..461f9e01cb5e11b7ed84588740b68aee19a05123
@@@ -1,41 -1,18 +1,27 @@@
 +FATE_LAVF-$(call ENCDEC,  APNG,                  APNG)               += apng
  FATE_LAVF-$(call ENCDEC2, MSMPEG4V3,  MP2,       ASF)                += asf
  FATE_LAVF-$(call ENCDEC2, MPEG4,      MP2,       AVI)                += avi
- FATE_LAVF-$(call ENCDEC,  BMP,                   IMAGE2)             += bmp
- FATE_LAVF-$(call ENCDEC,  DPX,                   IMAGE2)             += dpx
  FATE_LAVF-$(call ENCDEC2, DVVIDEO,    PCM_S16LE, AVI)                += dv_fmt
 +FATE_LAVF-$(call ENCDEC,  FITS,                  FITS)               += fits
 +FATE_LAVF-$(call ENCDEC,  RAWVIDEO,              FILMSTRIP)          += flm
  FATE_LAVF-$(call ENCDEC,  FLV,                   FLV)                += flv_fmt
  FATE_LAVF-$(call ENCDEC,  GIF,                   IMAGE2)             += gif
  FATE_LAVF-$(call ENCDEC2, MPEG2VIDEO, PCM_S16LE, GXF)                += gxf
- FATE_LAVF-$(call ENCDEC,  MJPEG,                 IMAGE2)             += jpg
  FATE_LAVF-$(call ENCDEC2, MPEG4,      MP2,       MATROSKA)           += mkv
 -FATE_LAVF-$(call ENCDEC2, MPEG4,      PCM_ALAW,  MOV)                += mov
 +FATE_LAVF-$(call ENCDEC2, MPEG4,      PCM_ALAW,  MOV)                += mov ismv
  FATE_LAVF-$(call ENCDEC2, MPEG1VIDEO, MP2,       MPEG1SYSTEM MPEGPS) += mpg
  FATE_LAVF-$(call ENCDEC2, MPEG2VIDEO, PCM_S16LE, MXF)                += mxf
  FATE_LAVF-$(call ENCDEC2, MPEG2VIDEO, PCM_S16LE, MXF_D10 MXF)        += mxf_d10
 +FATE_LAVF-$(call ENCDEC2, DVVIDEO,    PCM_S16LE, MXF)                += mxf_dv25
 +FATE_LAVF-$(call ENCDEC2, DVVIDEO,    PCM_S16LE, MXF)                += mxf_dvcpro50
 +FATE_LAVF-$(call ENCDEC2, DNXHD,      PCM_S16LE, MXF_OPATOM MXF)     += mxf_opatom
 +FATE_LAVF-$(call ENCDEC2, DNXHD,      PCM_S16LE, MXF_OPATOM MXF)     += mxf_opatom_audio
  FATE_LAVF-$(call ENCDEC2, MPEG4,      MP2,       NUT)                += nut
- FATE_LAVF-$(call ENCDEC,  PAM,                   IMAGE2)             += pam
- FATE_LAVF-$(call ENCDEC,  PCX,                   IMAGE2)             += pcx
- FATE_LAVF-$(call ENCDEC,  PGM,                   IMAGE2)             += pgm
- FATE_LAVF-$(call ENCDEC,  PNG,                   IMAGE2)             += png
- FATE_LAVF-$(call ENCDEC,  PPM,                   IMAGE2)             += ppm
  FATE_LAVF-$(call ENCMUX,  RV10 AC3_FIXED,        RM)                 += rm
- FATE_LAVF-$(call ENCDEC,  SGI,                   IMAGE2)             += sgi
 +FATE_LAVF-$(call ENCMUX,  MJPEG PCM_S16LE,       SMJPEG)             += smjpeg
- FATE_LAVF-$(call ENCDEC,  SUNRAST,               IMAGE2)             += sunrast
  FATE_LAVF-$(call ENCDEC,  FLV,                   SWF)                += swf
- FATE_LAVF-$(call ENCDEC,  TARGA,                 IMAGE2)             += tga
- FATE_LAVF-$(call ENCDEC,  TIFF,                  IMAGE2)             += tiff
  FATE_LAVF-$(call ENCDEC2, MPEG2VIDEO, MP2,       MPEGTS)             += ts
- FATE_LAVF-$(call ENCDEC,  XBM,                   IMAGE2)             += xbm
- FATE_LAVF-$(call ENCDEC,  XWD,                   IMAGE2)             += xwd
 +FATE_LAVF-$(call ENCDEC,  MP2,                   WTV)                += wtv
  FATE_LAVF-$(CONFIG_YUV4MPEGPIPE_MUXER)                               += yuv4mpeg
  
  FATE_LAVF += $(FATE_LAVF-yes:%=fate-lavf-%)
index 0000000000000000000000000000000000000000,24acdb70f0992c295fa4528208e8b0f4205bd9b6..f22d187d909b130dec7163bbff8f77c8f8bd6cd1
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,25 +1,64 @@@
 -fate-lavf-jpg: CMD = lavf_image "-pix_fmt yuvj420p" "-f image2"
 -fate-lavf-tiff: CMD = lavf_image "-pix_fmt rgb24"
+ FATE_LAVF_IMAGES-$(call ENCDEC,  BMP,            IMAGE2)             += bmp
+ FATE_LAVF_IMAGES-$(call ENCDEC,  DPX,            IMAGE2)             += dpx
++FATE_LAVF_IMAGES-$(call ENCDEC,  DPX,            IMAGE2)             += gbrp10le.dpx
++FATE_LAVF_IMAGES-$(call ENCDEC,  DPX,            IMAGE2)             += gbrp12le.dpx
++FATE_LAVF_IMAGES-$(call ENCDEC,  DPX,            IMAGE2)             += rgb48le.dpx
++FATE_LAVF_IMAGES-$(call ENCDEC,  DPX,            IMAGE2)             += rgb48le_10.dpx
++FATE_LAVF_IMAGES-$(call ENCDEC,  DPX,            IMAGE2)             += rgba64le.dpx
+ FATE_LAVF_IMAGES-$(call ENCDEC,  MJPEG,          IMAGE2)             += jpg
+ FATE_LAVF_IMAGES-$(call ENCDEC,  PAM,            IMAGE2)             += pam
++FATE_LAVF_IMAGES-$(call ENCDEC,  PAM,            IMAGE2)             += rgba.pam
++FATE_LAVF_IMAGES-$(call ENCDEC,  PAM,            IMAGE2)             += gray.pam
++FATE_LAVF_IMAGES-$(call ENCDEC,  PAM,            IMAGE2)             += gray16be.pam
++FATE_LAVF_IMAGES-$(call ENCDEC,  PAM,            IMAGE2)             += rgb48be.pam
++FATE_LAVF_IMAGES-$(call ENCDEC,  PAM,            IMAGE2)             += monob.pam
+ FATE_LAVF_IMAGES-$(call ENCDEC,  PCX,            IMAGE2)             += pcx
+ FATE_LAVF_IMAGES-$(call ENCDEC,  PGM,            IMAGE2)             += pgm
+ FATE_LAVF_IMAGES-$(call ENCDEC,  PNG,            IMAGE2)             += png
++FATE_LAVF_IMAGES-$(call ENCDEC,  PNG,            IMAGE2)             += gray16be.png
++FATE_LAVF_IMAGES-$(call ENCDEC,  PNG,            IMAGE2)             += rgb48be.png
+ FATE_LAVF_IMAGES-$(call ENCDEC,  PPM,            IMAGE2)             += ppm
+ FATE_LAVF_IMAGES-$(call ENCDEC,  SGI,            IMAGE2)             += sgi
+ FATE_LAVF_IMAGES-$(call ENCDEC,  SUNRAST,        IMAGE2)             += sun
+ FATE_LAVF_IMAGES-$(call ENCDEC,  TARGA,          IMAGE2)             += tga
+ FATE_LAVF_IMAGES-$(call ENCDEC,  TIFF,           IMAGE2)             += tiff
++FATE_LAVF_IMAGES-$(call ENCDEC,  XBM,            IMAGE2)             += xbm
+ FATE_LAVF_IMAGES-$(call ENCDEC,  XWD,            IMAGE2)             += xwd
++FATE_LAVF_IMAGES-$(call ENCDEC,  XWD,            IMAGE2)             += rgba.xwd
++FATE_LAVF_IMAGES-$(call ENCDEC,  XWD,            IMAGE2)             += rgb565be.xwd
++FATE_LAVF_IMAGES-$(call ENCDEC,  XWD,            IMAGE2)             += rgb555be.xwd
++FATE_LAVF_IMAGES-$(call ENCDEC,  XWD,            IMAGE2)             += rgb8.xwd
++FATE_LAVF_IMAGES-$(call ENCDEC,  XWD,            IMAGE2)             += rgb4_byte.xwd
++FATE_LAVF_IMAGES-$(call ENCDEC,  XWD,            IMAGE2)             += gray.xwd
++FATE_LAVF_IMAGES-$(call ENCDEC,  XWD,            IMAGE2)             += monow.xwd
+ FATE_LAVF_IMAGES = $(FATE_LAVF_IMAGES-yes:%=fate-lavf-%)
+ $(FATE_LAVF_IMAGES): CMD = lavf_image
+ $(FATE_LAVF_IMAGES): REF = $(SRC_PATH)/tests/ref/lavf/$(@:fate-lavf-%=%)
+ $(FATE_LAVF_IMAGES): $(VREF)
++fate-lavf-jpg: CMD = lavf_image "" "-pix_fmt yuvj420p"
++fate-lavf-tiff: CMD = lavf_image "" "-pix_fmt rgb24"
++fate-lavf-gbrp10le.dpx: CMD = lavf_image "" "-pix_fmt gbrp10le"
++fate-lavf-gbrp12le.dpx: CMD = lavf_image "" "-pix_fmt gbrp12le"
++fate-lavf-rgb48le.dpx: CMD = lavf_image "" "-pix_fmt rgb48le"
++fate-lavf-rgb48le_10.dpx: CMD = lavf_image "-pix_fmt rgb48le -bits_per_raw_sample 10" "-pix_fmt rgb48le"
++fate-lavf-rgba64le.dpx: CMD = lavf_image "" "-pix_fmt rgba64le"
++fate-lavf-rgba.pam: CMD = lavf_image "" "-pix_fmt rgba"
++fate-lavf-gray.pam: CMD = lavf_image "" "-pix_fmt gray"
++fate-lavf-gray16be.pam: CMD = lavf_image "" "-pix_fmt gray16be"
++fate-lavf-rgb48be.pam: CMD = lavf_image "" "-pix_fmt rgb48be"
++fate-lavf-monob.pam: CMD = lavf_image "" "-pix_fmt monob"
++fate-lavf-gray16be.png: CMD = lavf_image "" "-pix_fmt gray16be"
++fate-lavf-rgb48be.png: CMD = lavf_image "" "-pix_fmt rgb48be"
++fate-lavf-rgba.xwd: CMD = lavf_image "" "-pix_fmt rgba"
++fate-lavf-rgb565be.xwd: CMD = lavf_image "" "-pix_fmt rgb565be"
++fate-lavf-rgb555be.xwd: CMD = lavf_image "" "-pix_fmt rgb555be"
++fate-lavf-rgb8.xwd: CMD = lavf_image "" "-pix_fmt rgb8"
++fate-lavf-rgb4_byte.xwd: CMD = lavf_image "" "-pix_fmt rgb4_byte"
++fate-lavf-gray.xwd: CMD = lavf_image "" "-pix_fmt gray"
++fate-lavf-monow.xwd: CMD = lavf_image "" "-pix_fmt monow"
+ FATE_AVCONV += $(FATE_LAVF_IMAGES)
+ fate-lavf-images fate-lavf: $(FATE_LAVF_IMAGES)
index f5162907226775eb6fc143154300d418d6cabd28,493083bf63cd2ec3aa43cb5302d19a3e913bbc78..f3f6dc4e85cc8f1605608db06ac78fde744d5674
@@@ -29,29 -19,8 +29,18 @@@ do_lavf(
          do_avconv_crc $file $DEC_OPTS -i $target_path/$file $4
  }
  
- do_image_formats()
- {
-     outfile="$datadir/images/$1/"
-     mkdir -p "$outfile"
-     file=${outfile}%02d.$1
-     run_avconv $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $2 $ENC_OPTS -frames 13 -y -qscale 10 $target_path/$file
-     do_md5sum ${outfile}02.$1
-     do_avconv_crc $file $DEC_OPTS -i $target_path/$file $3
-     echo $(wc -c ${outfile}02.$1)
- }
 +do_lavf_timecode_nodrop() { do_lavf $1 "" "$2 -timecode 02:56:14:13"; }
 +do_lavf_timecode_drop()   { do_lavf $1 "" "$2 -timecode 02:56:14.13 -r 30000/1001"; }
 +
 +do_lavf_timecode()
 +{
 +    do_lavf_timecode_nodrop "$@"
 +    do_lavf_timecode_drop "$@"
 +    do_lavf $1 "" "$2"
 +}
 +
  if [ -n "$do_avi" ] ; then
 -do_lavf avi "" "-c:a mp2 -ar 44100"
 +do_lavf avi "" "-acodec mp2 -ar 44100 -ab 64k -threads 1"
  fi
  
  if [ -n "$do_asf" ] ; then
@@@ -208,96 -96,6 +197,19 @@@ do_avconv $file $DEC_OPTS -f image2 -vc
  do_avconv_crc $file -i $target_path/$file
  fi
  
- # image formats
- if [ -n "$do_pgm" ] ; then
- do_image_formats pgm
- fi
- if [ -n "$do_ppm" ] ; then
- do_image_formats ppm
- fi
- if [ -n "$do_png" ] ; then
- do_image_formats png
- do_image_formats png "-pix_fmt gray16be"
- do_image_formats png "-pix_fmt rgb48be"
- fi
- if [ -n "$do_xbm" ] ; then
- do_image_formats xbm
- fi
- if [ -n "$do_bmp" ] ; then
- do_image_formats bmp
- fi
- if [ -n "$do_tga" ] ; then
- do_image_formats tga
- fi
- if [ -n "$do_tiff" ] ; then
- do_image_formats tiff "-pix_fmt rgb24"
- fi
- if [ -n "$do_sgi" ] ; then
- do_image_formats sgi
- fi
- if [ -n "$do_jpg" ] ; then
- do_image_formats jpg "-pix_fmt yuvj420p"
- fi
- if [ -n "$do_pam" ] ; then
- do_image_formats pam
- do_image_formats pam "-pix_fmt rgba"
- do_image_formats pam "-pix_fmt gray"
- do_image_formats pam "-pix_fmt gray16be" "-pix_fmt gray16be"
- do_image_formats pam "-pix_fmt rgb48be" "-pix_fmt rgb48be"
- do_image_formats pam "-pix_fmt monob"
- fi
- if [ -n "$do_pcx" ] ; then
- do_image_formats pcx
- fi
- if [ -n "$do_dpx" ] ; then
- do_image_formats dpx
- do_image_formats dpx "-pix_fmt gbrp10le" "-pix_fmt gbrp10le"
- do_image_formats dpx "-pix_fmt gbrp12le" "-pix_fmt gbrp12le"
- do_image_formats dpx "-pix_fmt rgb48le"
- do_image_formats dpx "-pix_fmt rgb48le -bits_per_raw_sample 10" "-pix_fmt rgb48le"
- do_image_formats dpx "-pix_fmt rgba64le"
- fi
- if [ -n "$do_xwd" ] ; then
- do_image_formats xwd
- do_image_formats xwd "-pix_fmt rgba"
- do_image_formats xwd "-pix_fmt rgb565be"
- do_image_formats xwd "-pix_fmt rgb555be"
- do_image_formats xwd "-pix_fmt rgb8"
- do_image_formats xwd "-pix_fmt rgb4_byte"
- do_image_formats xwd "-pix_fmt gray"
- do_image_formats xwd "-pix_fmt monow"
- fi
- if [ -n "$do_sunrast" ] ; then
- do_image_formats sun
- fi
 +if [ -n "$do_fits" ] ; then
 +pix_fmts="gray gray16be gbrp gbrap gbrp16be gbrap16be"
 +for pix_fmt in $pix_fmts ; do
 +    file=${outfile}${pix_fmt}lavf.fits
 +    do_avconv $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $ENC_OPTS -pix_fmt $pix_fmt
 +    do_avconv_crc $file $DEC_OPTS -i $target_path/$file -pix_fmt $pix_fmt
 +done
 +fi
 +
 +if [ -n "$do_smjpeg" ] ; then
 +do_lavf smjpeg "" "-f smjpeg"
 +fi
 +
  # pix_fmt conversions
  
  if [ -n "$do_pixfmt" ] ; then
index 8958855eee53b98b675bface25ad96bcd03697d8,20dd173ea5da6afa3e289ad528a04cc83e82d917..af767e552a03686199b29a4685c84e5086166277
@@@ -1,3 -1,3 +1,3 @@@
- 71f4d64a6b3c71f43a4eff526f84841c *./tests/data/images/bmp/02.bmp
- ./tests/data/images/bmp/%02d.bmp CRC=0xe6c71946
- 304182 ./tests/data/images/bmp/02.bmp
+ 71f4d64a6b3c71f43a4eff526f84841c *tests/data/images/bmp/02.bmp
 -tests/data/images/bmp/%02d.bmp CRC=0x3447369b
++tests/data/images/bmp/%02d.bmp CRC=0xe6c71946
+ 304182 tests/data/images/bmp/02.bmp
index 7bbed3e8c0de007ded867ac3ef405981392f9c0e,090a1cc05854eb624ecdf16b7f62cec3e953405d..68fe25afcdab18619f61d7ddd082cde46edda1cc
@@@ -1,18 -1,3 +1,3 @@@
- 4c8880d5835ffb5fe37c1ed8c8d404de *./tests/data/images/dpx/02.dpx
- ./tests/data/images/dpx/%02d.dpx CRC=0x6da01946
- 305792 ./tests/data/images/dpx/02.dpx
- 7ca935d5d5e00c54acbc85565d3039b6 *./tests/data/images/dpx/02.dpx
- ./tests/data/images/dpx/%02d.dpx CRC=0xe6663fba
- 407168 ./tests/data/images/dpx/02.dpx
- a4cfea1797c928f2eff73573e559675d *./tests/data/images/dpx/02.dpx
- ./tests/data/images/dpx/%02d.dpx CRC=0x1c755633
- 609920 ./tests/data/images/dpx/02.dpx
- 075963c3c08978b6a20555ba09161434 *./tests/data/images/dpx/02.dpx
- ./tests/data/images/dpx/%02d.dpx CRC=0xe5b9c023
- 609920 ./tests/data/images/dpx/02.dpx
- b9f22728f8ff393bf30cf6cbd624fa95 *./tests/data/images/dpx/02.dpx
- ./tests/data/images/dpx/%02d.dpx CRC=0xf38d5830
- 407168 ./tests/data/images/dpx/02.dpx
- 545603630f30dec2768c8ae8d12eb8ea *./tests/data/images/dpx/02.dpx
- ./tests/data/images/dpx/%02d.dpx CRC=0xe72ce131
- 812672 ./tests/data/images/dpx/02.dpx
 -d2f0b4e854fda2d3b3bee84cef80593c *tests/data/images/dpx/02.dpx
 -tests/data/images/dpx/%02d.dpx CRC=0x28c7369b
++4c8880d5835ffb5fe37c1ed8c8d404de *tests/data/images/dpx/02.dpx
++tests/data/images/dpx/%02d.dpx CRC=0x6da01946
+ 305792 tests/data/images/dpx/02.dpx
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..b33da34e209572815c0cc03cba8a90ea162a9b81
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++7ca935d5d5e00c54acbc85565d3039b6 *tests/data/images/gbrp10le.dpx/02.gbrp10le.dpx
++tests/data/images/gbrp10le.dpx/%02d.gbrp10le.dpx CRC=0xe6663fba
++407168 tests/data/images/gbrp10le.dpx/02.gbrp10le.dpx
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..e2e794ecc63c9602ec263f49426164b701b804c4
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++a4cfea1797c928f2eff73573e559675d *tests/data/images/gbrp12le.dpx/02.gbrp12le.dpx
++tests/data/images/gbrp12le.dpx/%02d.gbrp12le.dpx CRC=0x1c755633
++609920 tests/data/images/gbrp12le.dpx/02.gbrp12le.dpx
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..77af981c422bc63fb65a43c6e9f39808f53a4353
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++35cb9e42b2d3181be494f8693af1ddea *tests/data/images/gray.pam/02.gray.pam
++tests/data/images/gray.pam/%02d.gray.pam CRC=0x0ff205be
++101445 tests/data/images/gray.pam/02.gray.pam
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..15c80fba3472f9a88e5704e338d8dd0d92162dd4
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++85e9b8b814a1dea71d143aac2e487037 *tests/data/images/gray.xwd/02.gray.xwd
++tests/data/images/gray.xwd/%02d.gray.xwd CRC=0x0ff205be
++101487 tests/data/images/gray.xwd/02.gray.xwd
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..3907d840a13a07532d5cf1818cab92c3ded1d638
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++740eb42157af9e9eed46b70ba6a6cf4d *tests/data/images/gray16be.pam/02.gray16be.pam
++tests/data/images/gray16be.pam/%02d.gray16be.pam CRC=0x879b10ef
++202823 tests/data/images/gray16be.pam/02.gray16be.pam
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..2f52a8336dea547efe9080d6856617b476a1142a
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++6cf54c13aa407b77547cf6dfe23ecba3 *tests/data/images/gray16be.png/02.gray16be.png
++tests/data/images/gray16be.png/%02d.gray16be.png CRC=0x893f10ef
++47365 tests/data/images/gray16be.png/02.gray16be.png
index 508066747f7b742148a57625acfcdecce7cb7f24,2b589965f3ea4817eb4b29633d2ceda969a39158..ecbb22cebaf726ad8b38312779a5a25f010decc0
@@@ -1,3 -1,3 +1,3 @@@
- 1e7c6d937f21c045e0b238a83f62f3c5 *./tests/data/images/jpg/02.jpg
- ./tests/data/images/jpg/%02d.jpg CRC=0xe3509f33
- 26037 ./tests/data/images/jpg/02.jpg
 -131878fee153a086d740543fbf2ab359 *tests/data/images/jpg/02.jpg
 -tests/data/images/jpg/%02d.jpg CRC=0x9d770966
 -28406 tests/data/images/jpg/02.jpg
++1e7c6d937f21c045e0b238a83f62f3c5 *tests/data/images/jpg/02.jpg
++tests/data/images/jpg/%02d.jpg CRC=0xe3509f33
++26037 tests/data/images/jpg/02.jpg
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..488907e11fcd39de5db44d88774ee3317b6ef441
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++d2f5eb2f959ca3a90c02f1887b6e0c4f *tests/data/images/monob.pam/02.monob.pam
++tests/data/images/monob.pam/%02d.monob.pam CRC=0xab19200d
++101447 tests/data/images/monob.pam/02.monob.pam
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..da09d8b191cb37e4776bd06d4c4bdffc96c9ee17
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++796e2e309ac0844cfb2f4959816508ee *tests/data/images/monow.xwd/02.monow.xwd
++tests/data/images/monow.xwd/%02d.monow.xwd CRC=0xc9a20204
++12783 tests/data/images/monow.xwd/02.monow.xwd
index 97893f60c7384d572cf31eff5f9c3ab0ae11a2df,753c374a0cf0d847276bf25b283ab0a375e83564..8ac3f2b10ee893cc7c0ba2f89658b5401a016cad
@@@ -1,18 -1,3 +1,3 @@@
- 0dce5565222cf0f8b309467f279aecd2 *./tests/data/images/pam/02.pam
- ./tests/data/images/pam/%02d.pam CRC=0x6da01946
- 304191 ./tests/data/images/pam/02.pam
- 2ed31ca8d8de560afb3e0fd7a873cde5 *./tests/data/images/pam/02.pam
- ./tests/data/images/pam/%02d.pam CRC=0xf07d29cd
- 405573 ./tests/data/images/pam/02.pam
- 35cb9e42b2d3181be494f8693af1ddea *./tests/data/images/pam/02.pam
- ./tests/data/images/pam/%02d.pam CRC=0x0ff205be
- 101445 ./tests/data/images/pam/02.pam
- 740eb42157af9e9eed46b70ba6a6cf4d *./tests/data/images/pam/02.pam
- ./tests/data/images/pam/%02d.pam CRC=0x893f10ef
- 202823 ./tests/data/images/pam/02.pam
- 032538f0313b4f240b44a5bef115f5bf *./tests/data/images/pam/02.pam
- ./tests/data/images/pam/%02d.pam CRC=0x5984c023
- 608321 ./tests/data/images/pam/02.pam
- d2f5eb2f959ca3a90c02f1887b6e0c4f *./tests/data/images/pam/02.pam
- ./tests/data/images/pam/%02d.pam CRC=0xab19200d
- 101447 ./tests/data/images/pam/02.pam
+ 0dce5565222cf0f8b309467f279aecd2 *tests/data/images/pam/02.pam
 -tests/data/images/pam/%02d.pam CRC=0x28c7369b
++tests/data/images/pam/%02d.pam CRC=0x6da01946
+ 304191 tests/data/images/pam/02.pam
index 6568b6028cd9ea25b742773525b6b3535d0de167,4f43b1a42850c1e19b9bd1c6edecd008ce8ad0c8..2767ccf32e71e010f43eeed4b0f32cd3752e8597
@@@ -1,3 -1,3 +1,3 @@@
- c4faf65ecc812ec8412cc26140c13bd5 *./tests/data/images/pcx/02.pcx
- ./tests/data/images/pcx/%02d.pcx CRC=0x6da01946
- 364147 ./tests/data/images/pcx/02.pcx
 -2df1d747fba23d03b6ff9c91b8b465c9 *tests/data/images/pcx/02.pcx
 -tests/data/images/pcx/%02d.pcx CRC=0x28c7369b
++c4faf65ecc812ec8412cc26140c13bd5 *tests/data/images/pcx/02.pcx
++tests/data/images/pcx/%02d.pcx CRC=0x6da01946
+ 364147 tests/data/images/pcx/02.pcx
index 816579fa86ed3b5a2c35058eff8112c7f8008109,83c0a294e16129cfed9b5521d27e71548ce01797..4100ac95cd5bde05302a26cf5dcc841f67c7fbaf
@@@ -1,3 -1,3 +1,3 @@@
- cc777c5fc4d116d4c5a996eac8d3133e *./tests/data/images/pgm/02.pgm
- ./tests/data/images/pgm/%02d.pgm CRC=0x0ff205be
- 101391 ./tests/data/images/pgm/02.pgm
 -388f5c51a678ca6a52cc006095c12f08 *tests/data/images/pgm/02.pgm
 -tests/data/images/pgm/%02d.pgm CRC=0xa6866b82
++cc777c5fc4d116d4c5a996eac8d3133e *tests/data/images/pgm/02.pgm
++tests/data/images/pgm/%02d.pgm CRC=0x0ff205be
+ 101391 tests/data/images/pgm/02.pgm
index 9cf677b21b50a9628cb76122f96e34ca6bbaf9b1,6aa59eda168d7bef7761221c14de21239f865e68..165513e98a5fc7b82c7b46d31f63fc780ff45952
@@@ -1,9 -1,3 +1,3 @@@
- 2af72da4468e61a37c220b25cb28618a *./tests/data/images/png/02.png
- ./tests/data/images/png/%02d.png CRC=0x6da01946
- 248633 ./tests/data/images/png/02.png
- 6cf54c13aa407b77547cf6dfe23ecba3 *./tests/data/images/png/02.png
- ./tests/data/images/png/%02d.png CRC=0x893f10ef
- 47365 ./tests/data/images/png/02.png
- b4e38244c97debe3f528e7d1adb283ef *./tests/data/images/png/02.png
- ./tests/data/images/png/%02d.png CRC=0x5984c023
- 511900 ./tests/data/images/png/02.png
 -c162094e51dc1a3203de43e496086dfd *tests/data/images/png/02.png
 -tests/data/images/png/%02d.png CRC=0x28c7369b
 -248612 tests/data/images/png/02.png
++2af72da4468e61a37c220b25cb28618a *tests/data/images/png/02.png
++tests/data/images/png/%02d.png CRC=0x6da01946
++248633 tests/data/images/png/02.png
index 97093aaac588b7197988220422e50afc17bca30e,6668b87cc046a71cb898a5cef3e2b22b8564bc6d..04377f12d38bdb0a6d3a707a071894be84b4b9a9
@@@ -1,3 -1,3 +1,3 @@@
- 16d5dadf0b362fc8ba3cb676c5dde985 *./tests/data/images/ppm/02.ppm
- ./tests/data/images/ppm/%02d.ppm CRC=0x6da01946
- 304143 ./tests/data/images/ppm/02.ppm
+ 16d5dadf0b362fc8ba3cb676c5dde985 *tests/data/images/ppm/02.ppm
 -tests/data/images/ppm/%02d.ppm CRC=0x28c7369b
++tests/data/images/ppm/%02d.ppm CRC=0x6da01946
+ 304143 tests/data/images/ppm/02.ppm
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..bb3edbe8ea80e7a4059386963e4bad2151b7ad11
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++032538f0313b4f240b44a5bef115f5bf *tests/data/images/rgb48be.pam/02.rgb48be.pam
++tests/data/images/rgb48be.pam/%02d.rgb48be.pam CRC=0xe5b9c023
++608321 tests/data/images/rgb48be.pam/02.rgb48be.pam
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..84f4d46f5c183b37a7fd4fa0e6739f38dfea4c3f
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++b4e38244c97debe3f528e7d1adb283ef *tests/data/images/rgb48be.png/02.rgb48be.png
++tests/data/images/rgb48be.png/%02d.rgb48be.png CRC=0x5984c023
++511900 tests/data/images/rgb48be.png/02.rgb48be.png
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..073153898a8847964c8707a560095cb7c9126ddf
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++075963c3c08978b6a20555ba09161434 *tests/data/images/rgb48le.dpx/02.rgb48le.dpx
++tests/data/images/rgb48le.dpx/%02d.rgb48le.dpx CRC=0xe5b9c023
++609920 tests/data/images/rgb48le.dpx/02.rgb48le.dpx
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..9947eeb5242718417b7907a4c3e2cfd83144654e
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++b9f22728f8ff393bf30cf6cbd624fa95 *tests/data/images/rgb48le_10.dpx/02.rgb48le_10.dpx
++tests/data/images/rgb48le_10.dpx/%02d.rgb48le_10.dpx CRC=0xa150e4c9
++407168 tests/data/images/rgb48le_10.dpx/02.rgb48le_10.dpx
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..fee4cf72899e239f2fc8ea1b21b8695492966ade
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++fe1af954966a40c2cd35fc27094ff823 *tests/data/images/rgb4_byte.xwd/02.rgb4_byte.xwd
++tests/data/images/rgb4_byte.xwd/%02d.rgb4_byte.xwd CRC=0xce042dcc
++104559 tests/data/images/rgb4_byte.xwd/02.rgb4_byte.xwd
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..1f9c579bc47bea12a500704ed1bd0da4819ee18d
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++1300938325d5ac12caa09a43bd58f37c *tests/data/images/rgb555be.xwd/02.rgb555be.xwd
++tests/data/images/rgb555be.xwd/%02d.rgb555be.xwd CRC=0x14555d6e
++202863 tests/data/images/rgb555be.xwd/02.rgb555be.xwd
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..02a5bc28d3604e21125c6070da16aa52e3d3a741
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++c0866e9e710fce735423594a93bee604 *tests/data/images/rgb565be.xwd/02.rgb565be.xwd
++tests/data/images/rgb565be.xwd/%02d.rgb565be.xwd CRC=0x53209216
++202863 tests/data/images/rgb565be.xwd/02.rgb565be.xwd
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..52f4e3eeba3bc2cacf6ae9a3976913dc826fdfbb
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++c6f3cb7c45f7238474a89d2ad61a1caf *tests/data/images/rgb8.xwd/02.rgb8.xwd
++tests/data/images/rgb8.xwd/%02d.rgb8.xwd CRC=0xf217a95e
++104559 tests/data/images/rgb8.xwd/02.rgb8.xwd
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..56e43a4acee0f7dbe0f914c95772aeed3c54b6d5
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++2ed31ca8d8de560afb3e0fd7a873cde5 *tests/data/images/rgba.pam/02.rgba.pam
++tests/data/images/rgba.pam/%02d.rgba.pam CRC=0xf07d29cd
++405573 tests/data/images/rgba.pam/02.rgba.pam
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..95aafdceb87627c56bd703fb64295a63062cf012
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++1cdb43599c956dc8563f1e09fac5df00 *tests/data/images/rgba.xwd/02.rgba.xwd
++tests/data/images/rgba.xwd/%02d.rgba.xwd CRC=0xf07d29cd
++405615 tests/data/images/rgba.xwd/02.rgba.xwd
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..b4092c9fd80bed0585bfa799104d511b583d1fbc
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++545603630f30dec2768c8ae8d12eb8ea *tests/data/images/rgba64le.dpx/02.rgba64le.dpx
++tests/data/images/rgba64le.dpx/%02d.rgba64le.dpx CRC=0xe72ce131
++812672 tests/data/images/rgba64le.dpx/02.rgba64le.dpx
index 6f45802d866f61ecf2bf472d62dd034988ba2d7d,b42a7003577075a6ccf0b5cf2e6600a9633aa48e..50492780693b43d8a523db8e4e97c4ecfdcd0227
@@@ -1,3 -1,3 +1,3 @@@
- d446e540a7c18da5fd3cc0e9942cd46f *./tests/data/images/sgi/02.sgi
- ./tests/data/images/sgi/%02d.sgi CRC=0x6da01946
- 307287 ./tests/data/images/sgi/02.sgi
+ d446e540a7c18da5fd3cc0e9942cd46f *tests/data/images/sgi/02.sgi
 -tests/data/images/sgi/%02d.sgi CRC=0x28c7369b
++tests/data/images/sgi/%02d.sgi CRC=0x6da01946
+ 307287 tests/data/images/sgi/02.sgi
index 0000000000000000000000000000000000000000,ffcda04b61897309f2c675097304bed8ac27c39e..5dc0011e7e77f4142515e4fee8faf4f7e77a3d35
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,3 +1,3 @@@
 -tests/data/images/sun/%02d.sun CRC=0x3447369b
+ 07518bcb0841bc677ce6aea8464ea240 *tests/data/images/sun/02.sun
++tests/data/images/sun/%02d.sun CRC=0xe6c71946
+ 304123 tests/data/images/sun/02.sun
index 7efaf978283e159f12334c7a7c68ba4e6a12b04e,ac1097edb6caf5ef00643f47efdb050099cb95e4..c7e33b0437486a76c4a26bc8764a3ed488e76abd
@@@ -1,3 -1,3 +1,3 @@@
- c0305c53e6d79d4ed9f35f04f671246c *./tests/data/images/tga/02.tga
- ./tests/data/images/tga/%02d.tga CRC=0xe6c71946
- 304172 ./tests/data/images/tga/02.tga
+ c0305c53e6d79d4ed9f35f04f671246c *tests/data/images/tga/02.tga
 -tests/data/images/tga/%02d.tga CRC=0x3447369b
++tests/data/images/tga/%02d.tga CRC=0xe6c71946
+ 304172 tests/data/images/tga/02.tga
index 4b0b985f76f0d0f5a82619ca76cfb3d2aa827d54,f75840fa79f9cb7989ae991525801e0585259b5e..c708642f94e174a39cdd689eb5d83dd0c9494d93
@@@ -1,3 -1,3 +1,3 @@@
- b3299346a8959553a437e486d8f3bf76 *./tests/data/images/tiff/02.tiff
- ./tests/data/images/tiff/%02d.tiff CRC=0x6da01946
- 307131 ./tests/data/images/tiff/02.tiff
+ b3299346a8959553a437e486d8f3bf76 *tests/data/images/tiff/02.tiff
 -tests/data/images/tiff/%02d.tiff CRC=0x28c7369b
++tests/data/images/tiff/%02d.tiff CRC=0x6da01946
+ 307131 tests/data/images/tiff/02.tiff
index 705713b22b9866633a706ce1949ac873be28be27,0000000000000000000000000000000000000000..bc157834ffb98596ae3404270064fec65182fec9
mode 100644,000000..100644
--- /dev/null
@@@ -1,3 -1,0 +1,3 @@@
- 0629055fd82366317c651a0af4bb82d7 *./tests/data/images/xbm/02.xbm
- ./tests/data/images/xbm/%02d.xbm CRC=0xc9a20204
- 76411 ./tests/data/images/xbm/02.xbm
++0629055fd82366317c651a0af4bb82d7 *tests/data/images/xbm/02.xbm
++tests/data/images/xbm/%02d.xbm CRC=0xc9a20204
++76411 tests/data/images/xbm/02.xbm
index b263ce699102ab957b967ffa782097ba358c626a,ad7f9867c904d6a97f2e34e30caab9a90f020cc5..7a426ed1f70b0b9d2a3bc7a70eafca076c9177c5
@@@ -1,24 -1,3 +1,3 @@@
- 50baa5560b7d1aa3188b19c1162bf7dc *./tests/data/images/xwd/02.xwd
- ./tests/data/images/xwd/%02d.xwd CRC=0x6da01946
- 304239 ./tests/data/images/xwd/02.xwd
- 1cdb43599c956dc8563f1e09fac5df00 *./tests/data/images/xwd/02.xwd
- ./tests/data/images/xwd/%02d.xwd CRC=0xf07d29cd
- 405615 ./tests/data/images/xwd/02.xwd
- c0866e9e710fce735423594a93bee604 *./tests/data/images/xwd/02.xwd
- ./tests/data/images/xwd/%02d.xwd CRC=0x53209216
- 202863 ./tests/data/images/xwd/02.xwd
- 1300938325d5ac12caa09a43bd58f37c *./tests/data/images/xwd/02.xwd
- ./tests/data/images/xwd/%02d.xwd CRC=0x14555d6e
- 202863 ./tests/data/images/xwd/02.xwd
- c6f3cb7c45f7238474a89d2ad61a1caf *./tests/data/images/xwd/02.xwd
- ./tests/data/images/xwd/%02d.xwd CRC=0xf217a95e
- 104559 ./tests/data/images/xwd/02.xwd
- fe1af954966a40c2cd35fc27094ff823 *./tests/data/images/xwd/02.xwd
- ./tests/data/images/xwd/%02d.xwd CRC=0xce042dcc
- 104559 ./tests/data/images/xwd/02.xwd
- 85e9b8b814a1dea71d143aac2e487037 *./tests/data/images/xwd/02.xwd
- ./tests/data/images/xwd/%02d.xwd CRC=0x0ff205be
- 101487 ./tests/data/images/xwd/02.xwd
- 796e2e309ac0844cfb2f4959816508ee *./tests/data/images/xwd/02.xwd
- ./tests/data/images/xwd/%02d.xwd CRC=0xc9a20204
- 12783 ./tests/data/images/xwd/02.xwd
+ 50baa5560b7d1aa3188b19c1162bf7dc *tests/data/images/xwd/02.xwd
 -tests/data/images/xwd/%02d.xwd CRC=0x28c7369b
++tests/data/images/xwd/%02d.xwd CRC=0x6da01946
+ 304239 tests/data/images/xwd/02.xwd