git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@588 632fc199-4ca6-4c93-a231-07263d6284db

This commit is contained in:
DRC
2011-04-17 15:31:46 +00:00
parent 9e6378c448
commit 51705fb967

View File

@@ -20,9 +20,11 @@ It also ensures that the library can avoid the performance pitfall created by
[4] Fixed visual artifacts in grayscale JPEG compression caused by a typo in [4] Fixed visual artifacts in grayscale JPEG compression caused by a typo in
the RGB-to-chrominance lookup tables. the RGB-to-chrominance lookup tables.
[5] Fixed the accelerated Huffman decoder so that it mimics the behavior of [5] libjpeg-turbo's accelerated Huffman decoder previously ignored unexpected
the unaccelerated decoder and throws a warning if an unexpected marker is found markers found in the middle of the JPEG data stream during decompression. It
in the middle of the JPEG data stream. will now hand off decoding of a particular block to the unaccelerated Huffman
decoder if an unexpected marker is found, so that the unaccelerated Huffman
decoder can generate an appropriate warning.
[6] Older versions of MinGW64 prefixed symbol names with underscores by [6] Older versions of MinGW64 prefixed symbol names with underscores by
default, which differed from the behavior of 64-bit Visual C++. MinGW64 1.0 default, which differed from the behavior of 64-bit Visual C++. MinGW64 1.0