Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libjpeg-turbo
/
38cb1ec2a77b7209a260f3cced1e6c6365616c8e
/
tjunittest.c
38cb1ec
Add CMYK support to the TurboJPEG Java API & clean up a few things in the C API
by DRC
· 11 years ago
cd7c3e6
Add CMYK support to the TurboJPEG C API
by DRC
· 11 years ago
1f3635c
Add 4:1:1 subsampling support in the TurboJPEG C API
by DRC
· 11 years ago
418fe28
Fix incorrect data output and buffer overruns in the new tjDecompressToYUV2() function whenever scaling is used along with a 4:2:0 JPEG image; extend tjunittest and TJUnitTest to test for these issues.
by DRC
· 12 years ago
b7c4193
Clean up the output of tjunittest and TJUnitTest
by DRC
· 12 years ago
fef9852
Extend the TurboJPEG Java API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV
by DRC
· 12 years ago
f610d61
Extend the TurboJPEG C API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV
by DRC
· 12 years ago
cac1051
Fix the behavior of the alpha-enabled colorspace constants whenever libjpeg-turbo is built without SIMD support and merged upsampling is used.
by DRC
· 13 years ago
67ce3b2
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.
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
e835ee3
Windows doesn't have random()
by DRC
· 13 years ago
724c56b
Use random noise to ensure that the JPEG image generated in the buffer size test exceeds the size of the uncompressed source image.
by DRC
· 13 years ago
9b49f0e
Re-work TJBUFSIZE() to take into account the level of chrominance subsampling
by DRC
· 13 years ago
c52c556
by DRC
· 13 years ago
215aa8b
Re-factor checkBufYUV() function to more closely resemble re-factored checkBuf() function
by DRC
· 13 years ago
b8b359a
"jpegut"="tjunittest" & "jpgtest"="tjbench"
by DRC
· 13 years ago