DRC
|
c6fa5ba028
|
Fix 'make headers' with out-of-tree builds
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@705 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-09-19 18:47:00 +00:00 |
|
DRC
|
d345306ecc
|
When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it can be interpreted as an opaque alpha channel.
|
2011-09-08 23:54:40 +00:00 |
|
DRC
|
c08e8c15bc
|
When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it can be interpreted as an opaque alpha channel.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@699 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-09-08 23:54:40 +00:00 |
|
DRC
|
869095444e
|
Use random noise to ensure that the JPEG image generated in the buffer size test exceeds the size of the uncompressed source image.
|
2011-07-12 06:22:06 +00:00 |
|
DRC
|
724c56b46a
|
Use random noise to ensure that the JPEG image generated in the buffer size test exceeds the size of the uncompressed source image.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@669 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-07-12 06:22:06 +00:00 |
|
DRC
|
489864aefa
|
Re-work TJBUFSIZE() to take into account the level of chrominance subsampling
|
2011-07-12 03:17:23 +00:00 |
|
DRC
|
9b49f0e4c7
|
Re-work TJBUFSIZE() to take into account the level of chrominance subsampling
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@668 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-07-12 03:17:23 +00:00 |
|
DRC
|
de8be2e9f0
|
Re-factor checkBufYUV() function to more closely resemble re-factored checkBuf() function
|
2011-05-27 02:10:42 +00:00 |
|
DRC
|
215aa8b78b
|
Re-factor checkBufYUV() function to more closely resemble re-factored checkBuf() function
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@654 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-05-27 02:10:42 +00:00 |
|
DRC
|
c2ddde57c4
|
Refactor slightly to match new C code
|
2011-05-23 05:49:08 +00:00 |
|
DRC
|
f962fbb44a
|
Refactor slightly to match new C code
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@620 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-05-23 05:49:08 +00:00 |
|
DRC
|
cc2cf7db19
|
Allow customization of Java compiler flags
|
2011-04-03 06:10:18 +00:00 |
|
DRC
|
db42506734
|
Allow customization of Java compiler flags
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@566 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-04-03 06:10:18 +00:00 |
|
DRC
|
8b351a8fa6
|
Change build instructions and README to reflect the fact that the Java front-end classes are now part of the build and distribution
|
2011-04-02 05:17:12 +00:00 |
|
DRC
|
279bd348ce
|
Change build instructions and README to reflect the fact that the Java front-end classes are now part of the build and distribution
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@563 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-04-02 05:17:12 +00:00 |
|
DRC
|
9237ae5f3e
|
Fix compiler warning
|
2011-04-02 04:19:21 +00:00 |
|
DRC
|
b0428a73c0
|
Fix compiler warning
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@561 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-04-02 04:19:21 +00:00 |
|
DRC
|
0e72ee1ccc
|
Oops. Constructor should actually do something.
|
2011-04-02 03:43:12 +00:00 |
|
DRC
|
848f225e2f
|
Oops. Constructor should actually do something.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@560 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-04-02 03:43:12 +00:00 |
|
DRC
|
7e60806f34
|
Distribute TJLoader.java.in
|
2011-04-02 02:33:29 +00:00 |
|
DRC
|
62c6f9811b
|
Distribute TJLoader.java.in
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@559 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-04-02 02:33:29 +00:00 |
|
DRC
|
90a42bb4d2
|
Slight refactor to put ScalingFactor into its own class (mainly because the $ in the class name was wreaking havoc on the build scripts, but also to add a few convenience methods to it) and to create a separate loader class so we can provide a .jar file with the MinGW distribution that loads the correct DLL
|
2011-04-02 02:09:03 +00:00 |
|
DRC
|
b2f9415a63
|
Slight refactor to put ScalingFactor into its own class (mainly because the $ in the class name was wreaking havoc on the build scripts, but also to add a few convenience methods to it) and to create a separate loader class so we can provide a .jar file with the MinGW distribution that loads the correct DLL
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@557 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-04-02 02:09:03 +00:00 |
|
DRC
|
d6d704d30d
|
Fix compiler warning with OpenJDK
|
2011-04-01 20:31:03 +00:00 |
|
DRC
|
86e51f2268
|
Fix compiler warning with OpenJDK
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@556 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-04-01 20:31:03 +00:00 |
|
DRC
|
a391158b34
|
Include TurboJPEG/OSS Java wrapper JAR in Windows distribution packages
|
2011-04-01 11:13:11 +00:00 |
|
DRC
|
957d623461
|
Include TurboJPEG/OSS Java wrapper JAR in Windows distribution packages
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@553 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-04-01 11:13:11 +00:00 |
|
DRC
|
5c4e594064
|
Fix 'make dist' so that it includes only what we need from java/ (it was errantly including java/Makefile)
|
2011-04-01 00:37:20 +00:00 |
|
DRC
|
dffd53da5d
|
Fix 'make dist' so that it includes only what we need from java/ (it was errantly including java/Makefile)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@550 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-04-01 00:37:20 +00:00 |
|
DRC
|
d56b1c71cd
|
Build and package TurboJPEG/OSS Java wrapper into JAR file
|
2011-04-01 00:20:33 +00:00 |
|
DRC
|
f2602ce567
|
Build and package TurboJPEG/OSS Java wrapper into JAR file
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@549 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-04-01 00:20:33 +00:00 |
|
DRC
|
2139a653b0
|
Use a different naming convention, to avoid conflict with jpegut
|
2011-03-31 20:58:03 +00:00 |
|
DRC
|
b6ed7d347a
|
Use a different naming convention, to avoid conflict with jpegut
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@548 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-03-31 20:58:03 +00:00 |
|
DRC
|
892ed7e6b4
|
Clean up compiler warnings
|
2011-03-31 10:06:17 +00:00 |
|
DRC
|
4f8c29572e
|
Clean up compiler warnings
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@546 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-03-31 10:06:17 +00:00 |
|
DRC
|
d8cc0513ee
|
Fix compression from/decompression to TYPE_INT_{RGB|BGR} BufferedImages on big endian platforms
|
2011-03-17 07:39:25 +00:00 |
|
DRC
|
1f014c32e6
|
Fix compression from/decompression to TYPE_INT_{RGB|BGR} BufferedImages on big endian platforms
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@520 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-03-17 07:39:25 +00:00 |
|
DRC
|
f90d1d84c7
|
More Java API cleanup
|
2011-03-16 00:02:53 +00:00 |
|
DRC
|
2c74e5124d
|
More Java API cleanup
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@519 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-03-16 00:02:53 +00:00 |
|
DRC
|
22faf366c3
|
Java code cleanup + Java docs
|
2011-03-15 20:52:02 +00:00 |
|
DRC
|
92549de2c2
|
Java code cleanup + Java docs
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@518 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-03-15 20:52:02 +00:00 |
|
DRC
|
4a0cf492f4
|
Add notes about performance
|
2011-03-10 07:25:41 +00:00 |
|
DRC
|
7c99822efb
|
Add notes about performance
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@515 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-03-10 07:25:41 +00:00 |
|
DRC
|
ac0eff91f6
|
Add an option to display the output image
|
2011-03-07 09:59:08 +00:00 |
|
DRC
|
16c7077887
|
Add an option to display the output image
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@514 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-03-07 09:59:08 +00:00 |
|
DRC
|
d04c64b75a
|
If a scaled-down JPEG output image is requested, we must decompress and recompress the transformed image.
|
2011-03-07 08:21:11 +00:00 |
|
DRC
|
1da67e18a3
|
If a scaled-down JPEG output image is requested, we must decompress and recompress the transformed image.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@513 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-03-07 08:21:11 +00:00 |
|
DRC
|
5526cf13d0
|
Oops. Forgot to add TJTransform class
|
2011-03-04 14:10:29 +00:00 |
|
DRC
|
6bd084afd2
|
Oops. Forgot to add TJTransform class
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@509 632fc199-4ca6-4c93-a231-07263d6284db
|
2011-03-04 14:10:29 +00:00 |
|
DRC
|
d5bc5379a4
|
Add access methods for getting at the JPEG buffer
|
2011-03-04 13:41:05 +00:00 |
|