History log of /external/libjpeg-turbo/tjbenchtest.java.in
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/tjbenchtest.java.in
d92949b0ac7f2d90aa554e5c6eb8e99730e75f8e 22-Aug-2014 DRC <dcommander@users.sourceforge.net> Run the TurboJPEG conformance tests out of a directory in /tmp (for improved performance, if the source directory is on a remote file share.) Fix an issue in TJBench.java that prevented it from working properly if the source image resided in a directory with a dot in the name.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1373 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/tjbenchtest.java.in
1a45b81fa2edf682ae72251a18fd84eacef9dbbe 09-May-2014 DRC <dcommander@users.sourceforge.net> Remove trailing spaces (+ one additional tab in TJUnitTest.java that was missed in the previous commit)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1279 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/tjbenchtest.java.in
7a6ed075ea161e35469b6fddb2608c4e5f1db396 17-Mar-2014 DRC <dcommander@users.sourceforge.net> Extend YUVImage class to allow reuse of the same buffer with different metadata; port TJBench changes that treat YUV encoding/decoding as an intermediate step of the JPEG compression/decompression pipeline rather than a separate test case; add YUV encode/decode tests to the Java version of tjbenchtest


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1184 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/tjbenchtest.java.in
fac3bea8dae8664110951427434d94bcd139d17b 24-Sep-2012 DRC <dcommander@users.sourceforge.net> Add a Java version of TJBench and extend the TurboJPEG Java API to support it (this involved adding a polymorphic method in TJCompressor that accepts x and y offsets into a larger buffer, similar to the previous modification that had been done to TJDecompressor.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@862 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/tjbenchtest.java.in