aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg.h
AgeCommit message (Expand)Author
2014-08-21If the output buffer in the TurboJPEG destination manager was allocated by th...dcommander
2014-08-17Refactored YUVImage Java class so that it supports both unified YUV image buf...dcommander
2014-08-12Oops. Parameter name is "strides", not "stride"dcommander
2014-08-12Reformat TurboJPEG C API documentation to improve ease of maintenance and to ...dcommander
2014-08-11Extend the TurboJPEG C API to support handling YUV images stored in separate ...dcommander
2014-08-10Clean up and consolidate notes regarding the YUV image format. This also cor...dcommander
2014-08-10Clean up notes using the doxygen @note commanddcommander
2014-05-09Remove trailing spaces (+ one additional tab in TJUnitTest.java that was miss...dcommander
2014-03-15As with tjDecompressToYUV*(), tjCompressFromYUV() also conditionally uses an ...dcommander
2014-02-28Implement a YUV decode function in the TurboJPEG API, to be symmetric with tj...dcommander
2013-11-25Per the conventions of the image compression and digital video communities, u...dcommander
2013-10-31Deprecate and undocument the FORCE{MMX|SSE|SSE2|SSE3} flags. These were orig...dcommander
2013-10-30Extend the TurboJPEG C API to support compressing JPEG images from YUV planar...dcommander
2013-08-23Wordsmithingdcommander
2013-08-23Add CMYK support to the TurboJPEG Java API & clean up a few things in the C APIdcommander
2013-08-23Add CMYK support to the TurboJPEG C APIdcommander
2013-08-18Add 4:1:1 subsampling support in the TurboJPEG C APIdcommander
2013-08-18Wordsmithingdcommander
2013-08-18Add note regarding the fact that 4:4:0 lacks full SIMD support; Add an optio...dcommander
2013-04-26Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...dcommander
2013-04-26Further doc tweaksdcommander
2013-04-26Subtle point, but since libjpeg-turbo 1.3 now supports scaling factors > 1, t...dcommander
2012-06-29Add flags to the TurboJPEG API that allow the caller to force the use of eith...dcommander
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...dcommander
2011-12-15"which"="that"dcommander
2011-09-20Wordsmithingdcommander
2011-09-20Implement custom filter callback in Javadcommander
2011-09-17Implement a custom DCT filter callback for lossless transformsdcommander
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingdcommander
2011-05-24Added "See also" for tjAlloc() and tjFree()dcommander
2011-05-24Add new API functions, tjAlloc() and tjFree(), which allow memory to be alloc...dcommander
2011-05-24Don't require buffer size to be preset if using TJFLAG_NOREALLOCdcommander
2011-05-24Prevent header from being included multiple timesdcommander
2011-05-21Clean up constants so that flags, pixel formats, etc. are clearly differentia...dcommander
2011-05-21Completely refactored the TurboJPEG C API so that it uses pixel formats inste...dcommander
2011-03-15tjTransform() was not working properly if r.w=0 or r.h=0dcommander
2011-03-15Wordsmithingdcommander
2011-03-04Handle 4:4:0 (transposed 4:2:2 subsampling)dcommander
2011-03-02Oops. Left out the all-important transform structuresdcommander
2011-03-02Since lossless transforms have such a high fixed performance cost, implement ...dcommander
2011-03-02Wordsmithing and general cleanupdcommander
2011-03-01tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...dcommander
2011-02-26Expose libjpeg lossless transform feature in TurboJPEG/OSSdcommander
2011-02-26"tjScaledSize"="tjGetScaledSize" (again)dcommander
2011-02-26"tjScaledSize"="tjGetScaledSize"dcommander
2011-02-25Replace the TJ_YUV flag with two new API functionsdcommander
2011-02-22git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@425 632fc199-4ca...dcommander
2011-02-22Make the scaling API a bit more friendlydcommander
2011-02-22"TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other co...dcommander
2011-02-22Add TJBUFSIZEYUV() convenience functiondcommander