]> granicus.if.org Git - libjpeg-turbo/commitdiff
Throw a warning if an unexpected marker is found in the middle of the JPEG data stream
authorDRC <dcommander@users.sourceforge.net>
Fri, 18 Mar 2011 05:44:55 +0000 (05:44 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 18 Mar 2011 05:44:55 +0000 (05:44 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@523 632fc199-4ca6-4c93-a231-07263d6284db

ChangeLog.txt

index 0228116d50ace5689cd3ba67f5189d487e225140..ada66ec7c5926cdab2ee658bdf575752c1f5802d 100644 (file)
@@ -31,6 +31,9 @@ transposed or rotated 90 degrees.
 [1] Fixed a 1-pixel error in row 0, column 21 of the luminance plane generated
 by tjEncodeYUV().
 
+[2] Fixed the accelerated Huffman decoder so that it mimics the behavior of
+the unaccelerated decoder and throws a warning if an unexpected marker is found
+in the middle of the JPEG data stream.
 
 1.1.0
 =====