DRC
|
24668df1df
|
Add CMYK support to the TurboJPEG C API
|
2013-08-23 02:49:25 +00:00 |
|
DRC
|
5ca8bf8738
|
Add 4:1:1 subsampling support in the TurboJPEG C API
|
2013-08-18 10:19:00 +00:00 |
|
DRC
|
22be928d5a
|
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.
|
2013-05-07 21:17:35 +00:00 |
|
DRC
|
da64629c62
|
Extend the TurboJPEG C API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV
|
2013-04-26 10:33:29 +00:00 |
|
DRC
|
cc4145ce2f
|
Actually, turbojpeg.c works with libjpeg as well
|
2013-01-22 13:56:34 +00:00 |
|
DRC
|
9f8a003137
|
Eliminated the awkward and confusing "TurboJPEG/OSS" designation, since there are no other active implementations of the TurboJPEG API anymore; don't refer to the libjpeg API library as "libjpeg-turbo" anymore, since that can be confusing; ARM v7s build instructions
|
2013-01-21 23:42:12 +00:00 |
|
DRC
|
0a9250c2c0
|
Oops. Add support for TJFLAG_FASTDCT to tjDecompressToYUV() as well.
|
2012-07-03 20:02:49 +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
|
1086af6541
|
Fix memory leak in the colorspace emulation code
|
2012-04-26 03:18:49 +00:00 |
|
DRC
|
9d7101c8f6
|
Emulate colorspace extensions if they are not present in the libjpeg API. This allows the TurboJPEG wrapper to be used with libjpeg rather than libjpeg-turbo. Not useful within the context of our project, but other projects prefer to include the TurboJPEG wrapper in-tree, and this allows them to be linked against either libjpeg-turbo or libjpeg.
|
2012-03-23 19:47:57 +00:00 |
|
DRC
|
c17aa549ab
|
Ensure that tjDecompress2() exits cleanly if setDecompDefaults() fails
|
2012-03-23 19:37:40 +00:00 |
|
DRC
|
5e805d2f4b
|
Expose new scaling factors in TurboJPEG API
|
2012-01-28 06:49:56 +00:00 |
|
DRC
|
5bd7a89f6a
|
Compiler warnings
|
2012-01-17 11:48: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
|
f343d7332a
|
Implement custom filter callback in Java
|
2011-09-20 05:02:19 +00:00 |
|
DRC
|
85a878bf07
|
Implement a custom DCT filter callback for lossless transforms
|
2011-09-17 00:18:31 +00:00 |
|
DRC
|
c02c1fa775
|
Fix compile error when JCS_EXTENSIONS!=1
|
2011-09-07 05:03:18 +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
|
395bf7e218
|
turbojpegl.c=turbojpeg.c
|
2011-05-26 10:45:06 +00:00 |
|