]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
2015-01-21 DRCOops. The MIPS SIMD implementations of h2v1 and h2v2...
2015-01-20 DRCIntroduce fast paths to speed up NULL color conversion...
2015-01-16 DRCSome clarifications (actually MIPS doesn't implement...
2015-01-16 DRCMake the floating point regression tests optional....
2015-01-16 DRCIn the process of developing the AltiVec extensions...
2015-01-16 DRCAdd separate pseudo-targets for the TurboJPEG and libjp...
2015-01-16 DRCBump copyright year
2015-01-16 DRCAdd the ability to benchmark YCCK JPEG compression...
2015-01-16 DRC1.4.1
2015-01-12 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2015-01-07 DRCOops. Delete the duplicate copy of [lib]turbojpeg... 1.4.0
2014-12-19 DRCDocument that the ARMv8/iOS issues are now fixed
2014-12-19 DRCRemove reference to install.txt, which we do not includ...
2014-12-19 DRCInclude ARMv8 binaries when generating a combined OS...
2014-12-19 DRCIn the output of the configure script, indicate whether...
2014-12-19 DRCModify the ARM64 assembly file so that it uses only...
2014-12-19 DRCAdd iOS architectures to the shared libraries generated...
2014-12-19 DRC1.4.0
2014-12-14 DRCFix 'make dist'
2014-12-08 DRCFix typos in test names
2014-12-01 DRCRemove unused code
2014-12-01 DRCFix build when INPUT_SMOOTHING_SUPPORTED is undefined
2014-11-25 DRCSome software also needs the FAR macro. Ugh. Also...
2014-11-25 DRCRestore the JPP() and JMETHOD() macros. Even though...
2014-11-22 DRCOops. Include the tjPlane*() functions in the mapfile...
2014-11-22 DRCFix Huffman local buffer overrun discovered by Debian...
2014-11-22 DRCFix whitespace issues introduced with previous commit.
2014-11-22 DRCPrint the library version and exit whenever -version...
2014-11-19 DRCSometimes the sampling factors in grayscale images...
2014-11-18 DRCMake TJCompressor.close() and TJDecompressor.close...
2014-11-18 DRCUses clz and bsr instructions for bit counting on ARM64...
2014-11-06 DRCRemove trailing spaces
2014-10-23 DRCAnother oops. tjBufSizeYUV2() should return -1 if...
2014-10-23 DRCOops. tjPlaneSizeYUV() should return -1 if componentID...
2014-09-04 DRCWhen building libjpeg-turbo on Un*x systems, INT32...
2014-08-30 DRCFix Windows build
2014-08-30 DRCFix issues with RGB565 color conversion on big endian...
2014-08-30 DRCFix build on OS X PowerPC platforms
2014-08-30 DRCFix build on OS X PowerPC platforms
2014-08-30 DRCOops. Forgot to alter the version header in the change...
2014-08-29 DRCCreate 1.4.x branch
2014-08-29 DRCRename the ARM64 assembly file to match the C file 1.3.90
2014-08-29 DRCFix several mathematical issues discovered in the ARM64...
2014-08-25 DRCReformat code per Siarhei's original patch (to clearly...
2014-08-23 DRCClarify forward compatibility of iOS/ARM builds
2014-08-23 DRCARM64 NEON SIMD support for YCC-to-RGB565 conversion
2014-08-23 DRCARM NEON SIMD support for YCC-to-RGB565 conversion...
2014-08-22 DRCEnsure that tjFree() is used for any JPEG buffers that...
2014-08-22 DRCEnsure that tjFree() is used for any JPEG buffers that...
2014-08-22 DRCRevert r1335 and r1336. It was a valiant effort, but...
2014-08-22 DRCDon't use sudo when building a Debian package unless...
2014-08-22 DRCWindows doesn't have setenv(). Go, go Gadget Macros.
2014-08-22 DRC1.4 beta1
2014-08-22 DRCFix 'make dist'
2014-08-22 DRCDon't use sudo when building a Debian package unless...
2014-08-22 DRCAdd a set of undocumented environment variables and...
2014-08-22 DRC.func/.endfunc are only necessary when generating STABS...
2014-08-22 DRCExtend tjbenchtest so that it tests the dynamic JPEG...
2014-08-22 DRCRun the TurboJPEG conformance tests out of a directory...
2014-08-22 DRCExtend tjbenchtest so that it tests the dynamic JPEG...
2014-08-22 DRCRun the TurboJPEG conformance tests out of a directory...
2014-08-21 DRCOops
2014-08-21 DRCSubtle point, but dest->outbuffer is a pointer to the...
2014-08-21 DRCIf the output buffer in the TurboJPEG destination manag...
2014-08-21 DRCActually, we need to increase the size of BUFSIZE,...
2014-08-21 DRCActually, we need to increase the size of BUFSIZE,...
2014-08-21 DRCFix an extremely rare crash that can occur when compres...
2014-08-21 DRCFix an extremely rare crash that can occur when compres...
2014-08-20 DRCWordsmithing & clarifications
2014-08-20 DRCDocument the existence of the new ARM64 SIMD code
2014-08-20 DRCProperly detect the need for gas-preprocessor.pl when...
2014-08-17 DRCRefactored YUVImage Java class so that it supports...
2014-08-15 DRCMake the wrapped functions static
2014-08-15 DRCMake the wrapped functions static
2014-08-15 DRCWhitespace formatting tweaks
2014-08-15 DRCAllow the int pixel versions of the various TurboJPEG...
2014-08-15 DRCWhitespace formatting tweaks
2014-08-15 DRCAdd descriptions to help sort out which function goes...
2014-08-15 DRCAdd descriptions to help sort out which function goes...
2014-08-15 DRCCompiler warnings
2014-08-15 DRCFix build broken by r1349
2014-08-15 DRCCompiler warnings
2014-08-15 DRCRestore backward compatibility between libjpeg-turbo...
2014-08-15 DRCAllow the int pixel versions of the various TurboJPEG...
2014-08-14 DRCClean up exception handling in the JNI code. The excep...
2014-08-14 DRCClean up exception handling in the JNI code. The excep...
2014-08-12 DRCOops. Parameter name is "strides", not "stride"
2014-08-12 DRCReformat TurboJPEG C API documentation to improve ease...
2014-08-11 DRCExtend the TurboJPEG C API to support handling YUV...
2014-08-10 DRCClean up and consolidate notes regarding the YUV image...
2014-08-10 DRCClean up notes using the doxygen @note command
2014-08-10 DRCClean up notes using the doxygen @note command
2014-08-10 DRCMake the documentation more readable by displaying...
2014-08-10 DRCFix a display issue in the documentation for tjDecompre...
2014-08-09 DRC12-bit JPEG support
2015-07-27 Thomas G. LaneThe Independent JPEG Group's JPEG software v6b jpeg-6b
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v6a jpeg-6a
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v6 jpeg-6
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v5b jpeg-5b
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v5a jpeg-5a
next