From: DRC Date: Thu, 15 Aug 2019 03:08:44 +0000 (-0500) Subject: ChangeLog.md: Wordsmithing X-Git-Tag: 2.0.3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0d0fe86d8a560e0f3b68722cc09565d064eb32a;p=libjpeg-turbo ChangeLog.md: Wordsmithing --- diff --git a/ChangeLog.md b/ChangeLog.md index 317726c..0033f27 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -16,10 +16,10 @@ setting.) 3. The 4:4:0 (h1v2) fancy (smooth) chroma upsampling algorithm in the decompressor now uses a similar bias pattern to that of the 4:2:2 (h2v1) fancy chroma upsampling algorithm, rounding up or down the upsampled result for -alternate pixels rather than always rounding down. This ensures that the final -result will be similar regardless of whether a 4:2:2 JPEG image is rotated or -transposed prior to decompression (in the frequency domain) or after -decompression (in the spatial domain.) +alternate pixels rather than always rounding down. This ensures that, +regardless of whether a 4:2:2 JPEG image is rotated or transposed prior to +decompression (in the frequency domain) or after decompression (in the spatial +domain), the final image will be similar. 4. Fixed an integer overflow and subsequent segfault that occurred when attempting to compress or decompress images with more than 1 billion pixels