History log of /libtiff-4.0.7/test/raw_decode.c (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v4.7.0, v4.7.0rc2, v4.7.0rc1, v4.6.0, v4.6.0rc2, v4.6.0rc1, v4.5.1, v4.5.1rc3, v4.5.1rc2, v4.5.1rc1, v4.5.0, v4.5.0rc3, v4.5.0rc2, v4.5.0rc1, v3.5.2, v3.5.1, v3.4beta037iptc, v3.4beta037, v3.4beta036, v3.4beta035, v3.4beta034, v3.4beta033, v3.4beta032, v3.4beta031, v3.4beta029, v3.4beta028, v3.4beta024, v3.4beta018, v4.4.0, v4.4.0rc1, v4.3.0, v4.3.0rc1, v4.2.0, v4.1.0, v4.0.10, v4.0.9, v4.0.8, v4.0.7, v4.0.6, v4.0.5
# a0e11857 16-Aug-2015 Bob Friesenhahn <[email protected]>

Fix problem with 'boolean' definition from IJG JPEG 9.


Revision tags: v4.0.4
# b72cc590 20-Jun-2015 Bob Friesenhahn <[email protected]>

* test/raw_decode.c (XMD_H): Avoid conflicting typedefs for INT32
and boolean in MinGW build due to including jpeglib.h.


Revision tags: v4.0.4beta
# 46618e9d 20-Dec-2012 Tom Lane <[email protected]>

Fix raw_decode test to pass with more versions of libjpeg


Revision tags: v3.9.7, v4.0.3
# a5681ca6 06-Jul-2012 Bob Friesenhahn <[email protected]>

* test/raw_decode.c (main): Test fixes to work with IJG JPEG 7+.
IJG JPEG 7+ uses a different upsampling algorithm which produces
different numeric results.

* libtiff/tif_jpeg.c (JPEGPreDecode): Pat

* test/raw_decode.c (main): Test fixes to work with IJG JPEG 7+.
IJG JPEG 7+ uses a different upsampling algorithm which produces
different numeric results.

* libtiff/tif_jpeg.c (JPEGPreDecode): Patch from Even Rouault to
work with IJG JPEG 7+.

show more ...


# 22c4ecd4 04-Jul-2012 Bob Friesenhahn <[email protected]>

test/raw_decode.c: Add changes so that test can run with build directory outside of source directory.


# 8ed155dc 03-Jul-2012 Tom Lane <[email protected]>

Fix raw_decode test so it works on big-endian machines.

The test case was ignoring the documented API for TIFFReadRGBATile,
namely that the output pixels are uint32's and the macros TIFFGetR etc
sho

Fix raw_decode test so it works on big-endian machines.

The test case was ignoring the documented API for TIFFReadRGBATile,
namely that the output pixels are uint32's and the macros TIFFGetR etc
should be used to fetch the pixel components.

Original patch by Marcus Meissner, somewhat cleaned up by me.

show more ...


Revision tags: v4.0.2
# 7f67da5d 01-Jun-2012 Frank Warmerdam <[email protected]>

add jpeg in tiff decode testing