]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
2010-12-14 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2010-12-14 DRCAdded YUV decode functionality to the "decompress only...
2010-12-14 DRCAdded extended tjDecompressHeader() function which...
2010-12-11 DRCFix various memory corruption issues in the new JPEG...
2010-12-10 DRCIf the output width/height are not an even number of...
2010-12-10 DRCProvide TJ_YUV option for tjDecompress() as well
2010-12-09 DRCDon't require quality argument when encoding to YUV
2010-11-24 DRCMerge the TurboJPEG planar YUV encoding feature from...
2010-11-23 DRCHide internal SIMD symbols in libjpeg-turbo shared...
2010-11-23 DRCEliminate spurious global symbols
2010-11-23 DRCInclude arithmetic coding test files in dist
2010-11-23 DRCAllow arithmetic encoding/decoding to be disabled in...
2010-11-23 DRCAdded configure options to disable arithmetic encoding...
2010-11-23 DRCSupport arithmetic encoding and decoding
2015-07-27 Guido VollbedingThe Independent JPEG Group's JPEG software v8b jpeg-8b
2015-07-27 Guido VollbedingThe Independent JPEG Group's JPEG software v8a jpeg-8a
2015-07-27 Guido VollbedingThe Independent JPEG Group's JPEG software v8 jpeg-8
2015-07-27 Guido VollbedingThe Independent JPEG Group's JPEG software v7 jpeg-7
2015-07-27 Guido VollbedingThe Independent JPEG Group's JPEG software v6b with... jpeg-ari
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
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v5 jpeg-5
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v4a jpeg-4a
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v4 jpeg-4
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v3 jpeg-3
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v2 jpeg-2
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v1 jpeg-1
2010-11-23 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2010-11-22 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2010-11-18 DRCRGBA=RGBX, etc.
2010-11-17 DRCOops. Still need to explicitly make symlinks in this...
2010-11-17 DRCCreate /opt/libjpeg-turbo/lib32 and /opt/libjpeg-turbo...
2010-11-13 DRCFix invalid use of fpos_t
2010-11-12 DRCDocument jpgtest decompress-only feature
2010-11-12 DRCAdd option to test decompression only + clean up error...
2010-11-07 DRCUse version script for jpeg-6b emulation as well
2010-11-04 DRCUpdate header description for grayscale bitmap support
2010-11-04 DRCGrayscale bitmap support in TurboJPEG/OSS
2010-11-04 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2010-10-21 DRCAllow Mac and Solaris packages to be built with v7...
2010-10-19 DRCEmulate the version script in libjpeg v7/v8 shared...
2010-10-18 DRCAccommodate spaces in CMAKE_BINARY_DIR
2010-10-18 DRCgit-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo...
2010-10-18 DRC1.0.90 (1.1 beta1)
2010-10-18 DRCModify OS X universal binary creation process to give...
2010-10-18 DRCMinGW under Cygwin needs CMAKE_SYSTEM_NAME=Windows...
2010-10-18 DRCCygwin is only supported with the autotools build system
2010-10-18 DRCAdditional information/corrections involving libjpeg...
2010-10-18 DRCUse built-in cmake compare_files function rather than...
2010-10-18 DRCAllow RPMs and SRPMs to be generated with v7/v8b emulat...
2010-10-17 DRCInstall headers as well
2010-10-17 DRCWindows packaging has been moved to the CMake build...
2010-10-16 DRCDocument 'make install'
2010-10-16 DRCAllow installation from the build system (without needi...
2010-10-16 DRCEliminate redundant dependency statement; Notify user...
2010-10-16 DRCAdditional MinGW recipes
2010-10-16 DRCRemove old Windows build system
2010-10-16 DRCDocument new CMake build system
2010-10-16 DRCOops. Forgot to check in header templates
2010-10-16 DRCIntegrate installer build into CMake build system
2010-10-15 DRCFix dependencies for the color conversion routines...
2010-10-15 DRCPrint error message if trying to do a native Unix build
2010-10-15 DRCUnix LF
2010-10-15 DRCAllow nasm path to be overridden
2010-10-15 DRCSet version information for DLL's
2010-10-15 DRCExport the correct symbols from the Windows DLL when...
2010-10-15 DRCUse version suffix on Cygwin DLL as well
2010-10-15 DRCEcho version and build
2010-10-15 DRCFirst pass at a CMake build system
2010-10-13 DRCSpace = Tab
2010-10-13 DRCOops. Should be single, not double = sign
2010-10-12 DRCDocument the libjpeg v7/v8 extensions
2010-10-12 DRCMention new v7/v8 extensions
2010-10-12 DRCDocument new v7/v8 features; .doc = .txt
2010-10-11 DRCEnable the use of separate luminance/chrominance qualit...
2010-10-10 DRCAdd sanity check in BMP reader module to avoid cjpeg...
2015-07-27 Guido VollbedingThe Independent JPEG Group's JPEG software v8d jpeg-8d
2015-07-27 Guido VollbedingThe Independent JPEG Group's JPEG software v8c jpeg-8c
2010-10-10 DRCAdd option for setting luminance & chrominance quality...
2010-10-10 DRCDisplay libjpeg-turbo version/copyrights in run-time...
2010-10-10 DRCAdd -raw option to rdjpgcom for outputting non-printabl...
2010-10-10 DRCFix byte order issue with 16bit PPM/PGM files
2010-10-10 DRCFix transpose feature with jpeg v6b code base
2010-10-10 DRCImplement lossless crop feature from jpeg v7 and v8
2010-10-10 DRCFix version numbers for v7/v8 shared libs
2010-10-09 DRCImprove readability and flexibility of compatibility...
2010-10-09 DRCRemove comments describing DCT scaling feature
2010-10-09 DRCOops. Forgot to include the new macro header
2010-10-08 DRCBump revision to 1.1 alpha
2010-10-08 DRCBump revision to 1.1 alpha
2010-10-08 DRCAdded optional emulation of the jpeg-7 or jpeg-8b API...
2010-09-30 DRC"OS/X" = "OS X"
2011-04-16 DRC"OS/X"="OS X"
2011-04-16 DRCUpdate build instructions to reflect the fact that...
2011-03-22 DRCMinGW64 no longer prefixes symbols with underscores...
2011-03-18 DRCThrow a warning if an unexpected marker is found in...
2011-02-23 DRCOops. dumpbuf() was displaying only red components.
next