aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.txt
AgeCommit message (Expand)Author
2015-11-23Add a new libjpeg API function (jpeg_skip_scanlines()) to allow for partially...DRC
2015-09-21Fix various issues reported by the UB sanitizersDRC
2015-09-16Fix MIPS DSPr2 4:2:0 upsample bug w/ small imagesJames Cowgill
2015-09-16Fix x86-64 ABI conformance issue in SIMD codeChandler Carruth
2015-08-29Fix negative shift with IFAST FDCT and qual=100DRC
2015-08-13Fix cjpeg segfault when Windows BMP width/height<0DRC
2015-06-08Fix a segfault that occured in the MIPS DSPr2 fancy upsampling routine when d...DRC
2015-06-01If a warning (such as "Premature end of JPEG file") is triggered in the under...DRC
2015-05-17Back out r1555 and r1548. Using setenv() didn't fix the iOS simulator issue....DRC
2015-05-15Allow building only static or only shared libraries on WindowsDRC
2015-05-15__WORDSIZE doesn't seem to be available on platforms other than Mac or Linux,...DRC
2015-05-15Unless you define _ANSI_SOURCE, then putenv() on Mac is renamed to putenv$UNI...DRC
2015-05-06Fix a bug in the 64-bit Huffman encoder that Google discovered when encoding ...DRC
2015-04-22Oops. OS X doesn't define __WORDSIZE unless you include stdint.h, so apparen...DRC
2015-01-21Oops. The MIPS SIMD implementations of h2v1 and h2v2 upsampling were not che...DRC
2015-01-20Introduce fast paths to speed up NULL color conversion somewhat, particularly...DRC
2015-01-16Make the floating point regression tests optional. It has been known for qui...DRC
2015-01-16In the process of developing the AltiVec extensions, it was discovered that t...DRC
2015-01-16Add the ability to benchmark YCCK JPEG compression/decompression. This is pa...DRC
2015-01-12git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@149...DRC
2014-12-19Document that the ARMv8/iOS issues are now fixedDRC
2014-12-19Include ARMv8 binaries when generating a combined OS X/iOS package using 'mak...DRC
2014-11-25Some software also needs the FAR macro. Ugh. Also wordsmithing.DRC
2014-11-25Restore the JPP() and JMETHOD() macros. Even though libjpeg-turbo doesn't us...DRC
2014-11-22Oops. Include the tjPlane*() functions in the mapfile so that they are expos...DRC
2014-11-22Fix Huffman local buffer overrun discovered by Debian developers when attempt...DRC
2014-11-22Print the library version and exit whenever -version is passed to cjpeg, djpe...DRC
2014-11-19Sometimes the sampling factors in grayscale images can be > 1 (for instance, ...DRC
2014-11-18Make TJCompressor.close() and TJDecompressor.close() idempotentDRC
2014-11-18Uses clz and bsr instructions for bit counting on ARM64 platforms as well.DRC
2014-10-23Another oops. tjBufSizeYUV2() should return -1 if width < 1.DRC
2014-10-23Oops. tjPlaneSizeYUV() should return -1 if componentID > 0 and subsamp==TJSA...DRC
2014-08-30Fix issues with RGB565 color conversion on big endian machines. The RGB565 r...DRC
2014-08-30Fix build on OS X PowerPC platformsDRC
2014-08-30Fix build on OS X PowerPC platformsDRC
2014-08-30Oops. Forgot to alter the version header in the change log to indicate the r...DRC
2014-08-23ARM NEON SIMD support for YCC-to-RGB565 conversion, and optimizations to the ...DRC
2014-08-21If the output buffer in the TurboJPEG destination manager was allocated by th...DRC
2014-08-21Actually, we need to increase the size of BUFSIZE, not just the size of _buff...DRC
2014-08-21Actually, we need to increase the size of BUFSIZE, not just the size of _buff...DRC
2014-08-20Wordsmithing & clarificationsDRC
2014-08-20Document the existence of the new ARM64 SIMD codeDRC
2014-08-11Extend the TurboJPEG C API to support handling YUV images stored in separate ...DRC
2014-08-0912-bit JPEG supportDRC
2014-06-22Big oops. wrjpgcom on Windows was being built using the rdjpgcom source.DRC
2014-06-22Big oops. wrjpgcom on Windows was being built using the rdjpgcom source.DRC
2014-06-22Big oops. wrjpgcom on Windows was being built using the rdjpgcom source.DRC
2014-06-22Prevent a buffer overrun if the comment begins with a literal quote character...DRC
2014-06-22Prevent a buffer overrun if the comment begins with a literal quote character...DRC
2014-05-28Our copyright string is longer than JMSG_LENGTH_MAX, and this was causing a b...DRC