aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg-mapfile
AgeCommit message (Expand)Author
2014-11-22Oops. Include the tjPlane*() functions in the mapfile so that they are expos...DRC
2014-08-11Extend the TurboJPEG C API to support handling YUV images stored in separate ...DRC
2014-02-28Implement a YUV decode function in the TurboJPEG API, to be symmetric with tj...DRC
2013-10-30Extend the TurboJPEG C API to support compressing JPEG images from YUV planar...DRC
2013-08-23Add CMYK support to the TurboJPEG C APIDRC
2013-04-26Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...DRC
2011-07-12Re-work TJBUFSIZE() to take into account the level of chrominance subsamplingDRC
2011-05-24Add new API functions, tjAlloc() and tjFree(), which allow memory to be alloc...DRC
2011-05-24Add new API functions to JNI mapfile as wellDRC
2011-05-21Completely refactored the TurboJPEG C API so that it uses pixel formats inste...DRC
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-26Remove entry for tjScaledSize()DRC
2011-02-26Include tjGetScaledSize() in version scriptsDRC
2011-02-25Replace the TJ_YUV flag with two new API functionsDRC
2011-02-25Use a proper version script for libturbojpegDRC
2011-02-22Add new functions to anonymous version scriptDRC
2011-02-22Make the scaling API a bit more friendlyDRC
2011-02-15Added scaling API to TurboJPEG/OSSDRC
2010-12-14Include new tjDecompressHeader2() functionDRC
2010-02-16Build TurboJPEG/OSS with a version script to prevent any non-global symbols f...DRC