History log of /external/libjpeg-turbo/java/TJBench.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/java/TJBench.java
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/java/TJBench.java
6e11d6899c5a0ac27620bf7687e683cc776f8903 17-Mar-2014 DRC <dcommander@users.sourceforge.net> Fix an error that occurred when trying to use the lossless transform feature without specifying -quiet; formatting tweak


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1182 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
4dafea685d881ba4ca0d2571a01555c3814c2654 17-Mar-2014 DRC <dcommander@users.sourceforge.net> Move the garbage collection of the JPEG tiles into the decompression function to increase the chances that tiled decompression of large images will succeed without an OutOfMemoryError.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1180 632fc199-4ca6-4c93-a231-07263d6284db
88f260c78cd7291d85813ad9b28112cdf9359cf5 17-Mar-2014 DRC <dcommander@users.sourceforge.net> Move the garbage collection of the JPEG tiles into the decompression function to increase the chances that tiled decompression of large images will succeed without an OutOfMemoryError.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1179 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
fc26b6577a2c422899e5cb9f483ee9d3ed37e185 16-Mar-2014 DRC <dcommander@users.sourceforge.net> Extend the YUV decode functionality to the TurboJPEG Java API, and port the TJUnitTest modifications that treat YUV encoding/decoding as an intermediate step of the JPEG compression/decompression pipeline rather than a separate test case; Add the ability to encode YUV images from an arbitrary position in a large image buffer; Significantly refactor the handling of YUV images; numerous doc tweaks; other Java API cleanup and usability improvements


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1176 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
695b6e8680f3ccfc4de5dffad3f3c681b8601956 16-Mar-2014 DRC <dcommander@users.sourceforge.net> Don't use deprecated constructor


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1174 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
c33347c0aa808dda3735bff7e03a0d7e7dfe7046 15-Mar-2014 DRC <dcommander@users.sourceforge.net> Add @Deprecated to the deprecated Java methods, so javac will actually print deprecation warnings, as opposed to just listing the methods as deprecated in javadoc; remove the use of the deprecated methods by our own test programs.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1171 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
b14813947ee5abacb40fc20455c8d7af1adfd3a7 14-Mar-2014 DRC <dcommander@users.sourceforge.net> Streamline the BufferedImage functionality in the compressor so that it works the same way as compressing a "normal" image, and deprecate the old BufferedImage methods and other redundant methods. Eliminate the use of deprecated features in the test programs.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1168 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
d4b453c26e60c848af102c2a7c4b888071ed6919 11-Mar-2014 DRC <dcommander@users.sourceforge.net> Back-port the -subsamp option from 1.4 rather than use the hackish approach of replacing 4:2:2 with 4:4:0. This has the added advantage of allowing the user to test only a specific level of subsampling.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1153 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
db0e2791e04fcc7ff3842f3f189fde1618060837 11-Mar-2014 DRC <dcommander@users.sourceforge.net> Oops. This was apparently the victim of an overly aggressive search/replace.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1152 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
2e8ff4b084dd77fa9991f55c6a72d971c0e66390 05-Nov-2013 DRC <dcommander@users.sourceforge.net> Add the ability to test scaling when decompressing to YUV; compression from YUV to JPEG; and YUV padding. Replace clunky -411 and -440 parameters with a -subsamp parameter that allows any of the subsampling options to be tested in isolation.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1075 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
aba7ceda4f519f1ac1d5b5ec7bfc7627a812348e 23-Aug-2013 DRC <dcommander@users.sourceforge.net> Oops. Forgot to implement access method for the colorspace & extend TJBench


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1022 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
a5830628b9cc92f9305ecb7d127ebc7207b12582 18-Aug-2013 DRC <dcommander@users.sourceforge.net> Add 4:1:1 subsampling support in the TurboJPEG Java API


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1017 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
ae92418cc18076cbdd0b38165f6215f2c2f9aa5f 18-Aug-2013 DRC <dcommander@users.sourceforge.net> Add note regarding the fact that 4:4:0 lacks full SIMD support; Add an option for benchmarking 4:4:0 subsampling in TJBench; Wordsmithing; Disable timestamp in generated HTML files to make diffing and merging easier


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1016 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
f82b9f968beefc4c5c846d0c93546e3ab74dbc98 18-Aug-2013 DRC <dcommander@users.sourceforge.net> Add note regarding the fact that 4:4:0 lacks full SIMD support; Add an option for benchmarking 4:4:0 subsampling in TJBench; Wordsmithing; Disable timestamp in generated HTML files to make diffing and merging easier


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1015 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
67bee8683db22050e346e0d002c5969da854d582 27-Apr-2013 DRC <dcommander@users.sourceforge.net> Code formatting tweaks


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@968 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/java/TJBench.java
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/java/TJBench.java