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
|
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
|
4658c17c9e
|
Windows doesn't have random()
|
2011-07-15 10:06:56 +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
|
489864aefa
|
Re-work TJBUFSIZE() to take into account the level of chrominance subsampling
|
2011-07-12 03:17:23 +00:00 |
|
DRC
|
b6fb92eeff
|
|
2011-06-15 02:43:42 +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
|
49e17cd6a7
|
"jpegut"="tjunittest" & "jpgtest"="tjbench"
|
2011-05-25 03:54:56 +00:00 |
|