Diego Biurrun <[email protected]> writes: > diff --git a/tests/fate/image.mak b/tests/fate/image.mak > new file mode 100644 > index 0000000..ea9658f > --- /dev/null > +++ b/tests/fate/image.mak > @@ -0,0 +1,44 @@ > +FATE_TESTS += fate-ansi > +fate-ansi: CMD = framecrc -chars_per_frame 44100 -i > $(SAMPLES)/ansi/TRE-IOM5.ANS -pix_fmt rgb24
This is not an image codec. It does animations. > +FATE_TESTS += fate-cdgraphics > +fate-cdgraphics: CMD = framecrc -i $(SAMPLES)/cdgraphics/BrotherJohn.cdg > -pix_fmt rgb24 -t 1 This is not an image codec. > +FATE_TESTS += fate-corepng > +fate-corepng: CMD = framecrc -i $(SAMPLES)/png1/corepng-partial.avi This is a hacked up PNG with inter-frame differencing. It is not an image codec, despite the name. > +FATE_TESTS += fate-deluxepaint-anm > +fate-deluxepaint-anm: CMD = framecrc -i > $(SAMPLES)/deluxepaint-anm/INTRO1.ANM -pix_fmt rgb24 I suspect ANM is an abbreviation of "animation", thus not an image codec. > +FATE_TESTS += fate-dpx > +fate-dpx: CMD = framecrc -i $(SAMPLES)/dpx/lighthouse_rgb48.dpx > + > +FATE_TESTS += fate-fax-g3 > +fate-fax-g3: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31D.TIF > + > +FATE_TESTS += fate-fax-g3s > +fate-fax-g3s: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF > + > +FATE_TESTS += fate-pictor > +fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 -an > + > +FATE_TESTS += fate-ptx > +fate-ptx: CMD = framecrc -i $(SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24 > + > +FATE_TESTS += fate-sunraster-1bit-raw > +fate-sunraster-1bit-raw: CMD = framecrc -i > $(SAMPLES)/sunraster/lena-1bit-raw.sun > + > +FATE_TESTS += fate-sunraster-1bit-rle > +fate-sunraster-1bit-rle: CMD = framecrc -i > $(SAMPLES)/sunraster/lena-1bit-rle.sun > + > +FATE_TESTS += fate-sunraster-8bit-raw > +fate-sunraster-8bit-raw: CMD = framecrc -i > $(SAMPLES)/sunraster/lena-8bit-raw.sun -pix_fmt rgb24 > + > +FATE_TESTS += fate-sunraster-8bit-rle > +fate-sunraster-8bit-rle: CMD = framecrc -i > $(SAMPLES)/sunraster/lena-8bit-rle.sun -pix_fmt rgb24 > + > +FATE_TESTS += fate-sunraster-24bit-raw > +fate-sunraster-24bit-raw: CMD = framecrc -i > $(SAMPLES)/sunraster/lena-24bit-raw.sun > + > +FATE_TESTS += fate-sunraster-24bit-rle > +fate-sunraster-24bit-rle: CMD = framecrc -i > $(SAMPLES)/sunraster/lena-24bit-rle.sun Those are, AFAIK, actually image codecs. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
