Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libjpeg-turbo
/
b56ae3d7fa230a049a425eafbebc33a865fb94d0
/
java
/
org
/
libjpegturbo
/
turbojpeg
f546711
Implement custom filter callback in Java
by DRC
· 13 years ago
c08e8c1
When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it can be interpreted as an opaque alpha channel.
by DRC
· 13 years ago
9b49f0e
Re-work TJBUFSIZE() to take into account the level of chrominance subsampling
by DRC
· 13 years ago
848f225
Oops. Constructor should actually do something.
by DRC
· 14 years ago
b2f9415
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
by DRC
· 14 years ago
86e51f2
Fix compiler warning with OpenJDK
by DRC
· 14 years ago
1f014c3
Fix compression from/decompression to TYPE_INT_{RGB|BGR} BufferedImages on big endian platforms
by DRC
· 14 years ago
2c74e51
More Java API cleanup
by DRC
· 14 years ago
92549de
Java code cleanup + Java docs
by DRC
· 14 years ago
6bd084a
Oops. Forgot to add TJTransform class
by DRC
· 14 years ago
3133441
Add access methods for getting at the JPEG buffer
by DRC
· 14 years ago
d0a8136
Handle 4:4:0 (transposed 4:2:2 subsampling)
by DRC
· 14 years ago
e857301
Implement lossless cropping interface in Java
by DRC
· 14 years ago
ad05754
Methods of a final class are automatically final
by DRC
· 14 years ago
f7f3ea4
Use consistent formatting conventions
by DRC
· 14 years ago
109a578
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.
by DRC
· 14 years ago
4f1580c
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
by DRC
· 14 years ago
b605cac
Check for invalid subsampling factor
by DRC
· 14 years ago
84a1bcc
Support for compressing from/decompressing to a BufferedImage in the Java wrapper
by DRC
· 14 years ago
3bad53f
More JNI cleanup + added unit test and fixed bugs uncovered by it
by DRC
· 14 years ago
36336fc
Streamline Java wrapper
by DRC
· 14 years ago
b28fc57
Make the scaling API a bit more friendly
by DRC
· 14 years ago
e1303ef
Expose TurboJPEG scaling features in Java wrapper
by DRC
· 14 years ago
c5a4199
Restructure Java classes into their own package
by DRC
· 14 years ago