DRC
|
ff3d754f29
|
Wordsmithing
|
2013-08-23 06:38:59 +00:00 |
|
DRC
|
0fb3247f9a
|
Add CMYK support to the TurboJPEG Java API & clean up a few things in the C API
|
2013-08-23 04:45:43 +00:00 |
|
DRC
|
45b2cca4c0
|
Add 4:1:1 subsampling support in the TurboJPEG Java API
|
2013-08-18 11:04:21 +00:00 |
|
DRC
|
2296d513c1
|
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
|
2013-08-18 10:39:30 +00:00 |
|
DRC
|
4fcdeb795d
|
Extend the TurboJPEG Java API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV
|
2013-04-28 01:32:52 +00:00 |
|
DRC
|
7440604f2b
|
Correct misuse of the word "pitch" + more code formatting tweaks
|
2013-04-27 20:55:45 +00:00 |
|
DRC
|
aaa5ae742a
|
Code formatting tweaks
|
2013-04-27 12:38:20 +00:00 |
|
DRC
|
2f83944e9b
|
Java doc tweaks
|
2013-04-27 01:08:55 +00:00 |
|
DRC
|
019d51d4f1
|
Add flags to the TurboJPEG API that allow the caller to force the use of either the fast or the accurate DCT/IDCT algorithms in the underlying codec.
|
2012-06-29 23:46:38 +00:00 |
|
DRC
|
c1e4151607
|
Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing.
|
2011-12-19 02:21:03 +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
|
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
|
f90d1d84c7
|
More Java API cleanup
|
2011-03-16 00:02:53 +00:00 |
|
DRC
|
22faf366c3
|
Java code cleanup + Java docs
|
2011-03-15 20:52:02 +00:00 |
|
DRC
|
696f25e052
|
Handle 4:4:0 (transposed 4:2:2 subsampling)
|
2011-03-04 13:04:24 +00:00 |
|
DRC
|
89d167655e
|
Implement lossless cropping interface in Java
|
2011-03-04 10:13:59 +00:00 |
|
DRC
|
e3c79837d1
|
Methods of a final class are automatically final
|
2011-03-04 09:15:07 +00:00 |
|
DRC
|
e701ed74c0
|
Use consistent formatting conventions
|
2011-03-01 20:03:32 +00:00 |
|
DRC
|
be085e08b3
|
tjGetScaledSize() would never be able to accommodate scaling factors > 1, so replace it with a function that returns a list of fractional scaling factors that TurboJPEG supports.
|
2011-03-01 09:53:07 +00:00 |
|
DRC
|
8755a6805a
|
Implement YUV encode/decode methods at the Java level; Remove some of the arguments from the Java API and replace with get/set methods; General API cleanup; Fix BufferedImage grayscale tests in TJUnitTest
|
2011-02-25 06:11:03 +00:00 |
|
DRC
|
4802041125
|
More JNI cleanup + added unit test and fixed bugs uncovered by it
|
2011-02-23 02:20:49 +00:00 |
|
DRC
|
1a9a4d13c7
|
Streamline Java wrapper
|
2011-02-22 10:27:31 +00:00 |
|
DRC
|
7404770855
|
Restructure Java classes into their own package
|
2011-02-08 06:54:36 +00:00 |
|