From ebf239d056e9f9aef5046114a4b29b4ffefae184 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 18 Mar 2011 05:44:55 +0000 Subject: [PATCH] Throw a warning if an unexpected marker is found in the middle of the JPEG data stream git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@523 632fc199-4ca6-4c93-a231-07263d6284db --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 0228116..ada66ec 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 ===== -- 2.40.0