History log of /external/libjpeg-turbo/jdarith.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bd7903e2a5584fe8d4c1103da25dff429e77c304 28-Feb-2018 Leon Scroggins III <scroggo@google.com> Update libjpeg-turbo to 1.5.3

Bug: 70203010
Test: Existing tests

Use commit at tag 1.5.3 (bf6c774305c9feb30cff7b99e1a475df61bfa008).

This includes a fix for decompressing grayscale JPEG images that were
compressed with a sampling factor other than 1 (b/70203010). The bug
manifested as black stripes appearing when using the region decoder.

ChangeLog.md contains more detailed changes.

Add -Wno-sign-compare to Android.bp to silence a warning in jmemnobs.c.

Change-Id: Ifefc70073fdff9c68e9b2cbcddf114c8bcb7d366
/external/libjpeg-turbo/jdarith.c
6eb7d3798b5a79347c62825fc4c16f7ce673bdd0 16-Oct-2016 Alex Naidis <alex.naidis@linux.com> libjpeg-turbo: Upgrade to 1.5.1

The changes from 1.4.2 to 1.5.1 include
a big amount of fixes and huge performance improvements.
As highlights there is a full ARM 64-bit (ARMv8) NEON SIMD
implementation which improves compression of full-color JPEGs
by about 2-2.5x on average on Cortex-A53 and Cortex-A57 cores.
Also SIMD acceleration for Huffman encoding on NEON-capable
ARM 32-bit and 64-bit platforms was added.
Performance on x86/x86_64 was also improved by
adding better optimized SSE2 routines.

For the full changelog, please see the ChangeLog.md
file.

Partial decoding optimizations, the security fix
to adress b/27494207 and the fix for the AARCH64
conformance issueare present in the release.
The README.android file was edited to reflect this.

The configuration files were regenerated
and all Android specific changes were applied.

BUG:28268702

Change-Id: I538291d894df1da01d3f733771647df1fb61ec42
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
/external/libjpeg-turbo/jdarith.c
ac30a1bf12751bd82e56158eb9456a28d9c086f3 25-Jun-2015 DRC <dcommander@users.sourceforge.net> Add a new libjpeg API function (jpeg_skip_scanlines()) to allow for partially decoding a JPEG image.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1582 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jdarith.c
8e9cef2e6f5156c4b055a04a8f979b7291fc6b7a 21-Sep-2015 DRC <information@libjpeg-turbo.org> Fix various issues reported by the UB sanitizers
Most of these involved left shifting a negative number, which is
technically undefined (although every modern compiler I'm aware of
will implement this by treating the signed integer as a 2's complement
unsigned integer-- the LEFT_SHIFT() macro just makes this behavior
explicit in order to shut up ubsan.) This also fixes a couple of
non-issues in the entropy codecs, whereby the sanitizer reported an
out-of-bounds index in the 4th argument of jpeg_make_d_derived_tbl().
In those cases, the index was actually out of bounds (caused by a
malformed JPEG image), but jpeg_make_d_derived_tbl() would have caught
the error and aborted prior to actually using the invalid address. Here
again, the fix was to make our intentions explicit so as to shut up
ubsan.
/external/libjpeg-turbo/jdarith.c
5de454b291f48382648a5d1dc2aa0fca8b5786d4 18-May-2014 DRC <dcommander@users.sourceforge.net> libjpeg-turbo has never supported non-ANSI compilers, so get rid of the crufty SIZEOF() macro. It was not being used consistently anyhow, so it would not have been possible to build prior releases of libjpeg-turbo using the broken compilers for which that macro was designed.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1313 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jdarith.c
e5eaf37440b8e337ab150c017df7c03faf846c51 09-May-2014 DRC <dcommander@users.sourceforge.net> Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retains the use of tabs for historical reasons. They were annoying in the libjpeg code primarily because they were not consistently used and because they were used to format as well as indent the code. In the case of TurboJPEG, tabs are used just to indent the code, so even if the editor assumes a different tab width, the code will still be readable.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1278 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jdarith.c
66f97e6820e2cc9ef7429ea36285c80ffda87c8f 23-Nov-2010 DRC <dcommander@users.sourceforge.net> Support arithmetic encoding and decoding


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@299 632fc199-4ca6-4c93-a231-07263d6284db
989630f70cf1af69ebfefca8910d1647bf189712 10-Jan-2010 Guido Vollbeding <jpeg-info@uc.ag> The Independent JPEG Group's JPEG software v8
/external/libjpeg-turbo/jdarith.c
5996a25e2f50d20d6a8f09830724035b49c3927b 27-Jun-2009 Guido Vollbeding <jpeg-info@jpegclub.org> The Independent JPEG Group's JPEG software v7
/external/libjpeg-turbo/jdarith.c
1e247ac854f8e33682bcfea475f6bccc42377208 28-Mar-1998 Guido Vollbeding <guido@jpegclub.org> The Independent JPEG Group's JPEG software v6b with arithmetic coding support
/external/libjpeg-turbo/jdarith.c
36a4ccccd33f5cc9df62949554af87129ced7f84 24-Sep-1994 Thomas G. Lane <tgl@netcom.com> The Independent JPEG Group's JPEG software v5
/external/libjpeg-turbo/jdarith.c
88aeed428fd820659e3ae00292cb84ecfc05dd23 10-Dec-1992 Thomas G. Lane <tgl@netcom.com> The Independent JPEG Group's JPEG software v4
/external/libjpeg-turbo/jdarith.c
4a6b7303643714d495b9d26742d8a156fd120936 17-Mar-1992 Thomas G. Lane <tgl@netcom.com> The Independent JPEG Group's JPEG software v3
/external/libjpeg-turbo/jdarith.c
2cbeb8abd92d5ad8a1bd415b51b3816213b15f31 07-Oct-1991 Thomas G. Lane <tgl@netcom.com> The Independent JPEG Group's JPEG software v1
/external/libjpeg-turbo/jdarith.c