aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg.h
AgeCommit message (Expand)Author
2013-04-26Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...DRC
2013-04-26Further doc tweaksDRC
2013-04-26Subtle point, but since libjpeg-turbo 1.3 now supports scaling factors > 1, t...DRC
2012-06-29Add flags to the TurboJPEG API that allow the caller to force the use of eith...DRC
2011-12-19Added new alpha channel colorspace constants/pixel formats, so applications c...DRC
2011-12-15"which"="that"DRC
2011-09-20WordsmithingDRC
2011-09-20Implement custom filter callback in JavaDRC
2011-09-17Implement a custom DCT filter callback for lossless transformsDRC
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingDRC
2011-05-24Added "See also" for tjAlloc() and tjFree()DRC
2011-05-24Add new API functions, tjAlloc() and tjFree(), which allow memory to be alloc...DRC
2011-05-24Don't require buffer size to be preset if using TJFLAG_NOREALLOCDRC
2011-05-24Prevent header from being included multiple timesDRC
2011-05-21Clean up constants so that flags, pixel formats, etc. are clearly differentia...DRC
2011-05-21Completely refactored the TurboJPEG C API so that it uses pixel formats inste...DRC
2011-03-15tjTransform() was not working properly if r.w=0 or r.h=0DRC
2011-03-15WordsmithingDRC
2011-03-04Handle 4:4:0 (transposed 4:2:2 subsampling)DRC
2011-03-02Oops. Left out the all-important transform structuresDRC
2011-03-02Since lossless transforms have such a high fixed performance cost, implement ...DRC
2011-03-02Wordsmithing and general cleanupDRC
2011-03-01tjGetScaledSize() would never be able to accommodate scaling factors > 1, so...DRC
2011-02-26Expose libjpeg lossless transform feature in TurboJPEG/OSSDRC
2011-02-26"tjScaledSize"="tjGetScaledSize" (again)DRC
2011-02-26"tjScaledSize"="tjGetScaledSize"DRC
2011-02-25Replace the TJ_YUV flag with two new API functionsDRC
2011-02-22git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@425 632fc199...DRC
2011-02-22Make the scaling API a bit more friendlyDRC
2011-02-22"TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other co...DRC
2011-02-22"TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other co...DRC
2011-02-22Add TJBUFSIZEYUV() convenience functionDRC
2011-02-19WordsmithingDRC
2011-02-19WordsmithingDRC
2011-02-15Added scaling API to TurboJPEG/OSSDRC
2011-02-15Document that pitch=0 == pitch=width*pixelsizeDRC
2011-02-08git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@359...DRC
2010-12-14Added extended tjDecompressHeader() function which can determine the type of ...DRC
2010-12-10If the output width/height are not an even number of MCU's, then use an inter...DRC
2010-12-10Provide TJ_YUV option for tjDecompress() as wellDRC
2010-11-24Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2DRC
2010-11-04Update header description for grayscale bitmap supportDRC
2010-05-17Define TJ_411 so that VirtualGL <= 2.1.x and TurboVNC <= 0.6 can be built wit...DRC
2010-02-22Added additional documentation for flagsDRC
2009-04-05Test fast upsamplingDRC
2009-04-03Include low-level unit tests borrowed from VirtualGLDRC