summaryrefslogtreecommitdiff
path: root/trunk/turbojpeg.h
AgeCommit message (Expand)Author
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: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@4...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
2011-02-19Wordsmithingdcommander
2011-02-15Added scaling API to TurboJPEG/OSSdcommander
2010-12-14Added extended tjDecompressHeader() function which can determine the type of ...dcommander
2010-12-10If the output width/height are not an even number of MCU's, then use an inter...dcommander
2010-12-10Provide TJ_YUV option for tjDecompress() as welldcommander
2010-11-24Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2dcommander
2010-11-04Update header description for grayscale bitmap supportdcommander
2010-05-17Define TJ_411 so that VirtualGL <= 2.1.x and TurboVNC <= 0.6 can be built wit...dcommander
2010-02-22Added additional documentation for flagsdcommander
2009-04-05Test fast upsamplingdcommander
2009-04-03Include low-level unit tests borrowed from VirtualGLdcommander