summaryrefslogtreecommitdiff
path: root/trunk/turbojpegl.c
AgeCommit message (Expand)Author
2011-02-15Added scaling API to TurboJPEG/OSSdcommander
2011-02-15Ensure that YUV temp buffers get properly freed if a failure occursdcommander
2011-01-25The fast integer DCT degrades for qualities > 95, so use the slow integer DCT...dcommander
2011-01-05Eliminate all of the __memalign() mess and just handle the alignment ourselvesdcommander
2011-01-05Ensure temp. buffers for YUV output are 16-byte aligned on 32-bit Windowsdcommander
2010-12-14Added extended tjDecompressHeader() function which can determine the type of ...dcommander
2010-12-11Fix various memory corruption issues in the new JPEG->YUV featuredcommander
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-04Grayscale bitmap support in TurboJPEG/OSSdcommander
2010-10-13Space = Tabdcommander
2010-02-26Bleepin' Windows uses LLP64, not LP64dcommander
2010-02-22Make TJ_FORCE* options work correctlydcommander
2009-04-05Test fast upsamplingdcommander
2009-04-03Include low-level unit tests borrowed from VirtualGLdcommander