]> granicus.if.org Git - libjpeg-turbo/history - jdhuff.c
AppVeyor: Use MinGW-builds instead of MSYS2 MinGW
[libjpeg-turbo] / jdhuff.c
2019-04-12 DRCjdhuff.c: Silence UBSan signed int overflow err #2
2019-04-10 DRCjdhuff.c: Silence UBSan signed int overflow error
2018-07-24 DRCFix JPEG spec references per ISO/ITU-T suggestions
2018-03-17 DRCFormat preprocessor macros more consistently
2018-03-17 DRCMerge branch 'master' into dev
2018-03-16 DRCMerge branch 'master' into dev
2018-03-16 DRCImprove code formatting consistency
2016-09-20 DRCMerge branch 'master' into dev
2016-09-09 DRCSilence additional UBSan warnings
2016-05-28 DRCMerge branch '1.4.x'
2016-05-01 DRCMerge branch '1.4.x'
2016-04-26 DRCMerge branch '1.4.x'
2016-03-31 DRCMerge branch '1.4.x'
2016-03-16 DRCMerge branch '1.4.x'
2016-03-06 DRCMerge branch '1.4.x'
2016-02-25 DRCMerge branch '1.4.x'
2016-02-19 DRCUse consistent/modern code formatting for dbl ptrs
2016-02-19 DRCUse consistent/modern code formatting for pointers
2016-02-18 DRCInclude some comments/doc tweaks from jpeg-9+
2016-02-16 Guido VollbedingThe Independent JPEG Group's JPEG software v9a
2016-02-16 Guido VollbedingThe Independent JPEG Group's JPEG software v9
2016-02-05 DRCMerge branch '1.4.x'
2016-02-05 DRCMerge branch '1.3.x' into 1.4.x
2016-02-05 DRCMerge branch '1.2.x' into 1.3.x 1.3.x
2016-02-05 DRCPrevent overread when decoding malformed JPEG 1.2.x
2016-02-01 DRCMerge branch '1.4.x'
2016-01-07 DRCMerge branch '1.4.x'
2015-12-19 DRCMerge branch '1.4.x'
2015-10-15 DRCReplace INT32 with a new internal datatype (JLONG)
2015-10-10 DRCRename README, LICENSE, BUILDING text files
2015-10-10 DRCMerge branch '1.4.x'
2015-09-21 DRCMerge branch '1.4.x'
2015-09-21 DRCFix various issues reported by the UB sanitizers
2015-09-17 DRCMerge branch '1.4.x'
2015-09-09 DRCMerge branch '1.4.x'
2015-08-29 DRCMerge branch '1.4.x'
2015-08-27 DRCMerge branch '1.4.x'
2015-08-14 DRCMerge branch '1.4.x'
2015-08-13 DRCMerge branch '1.4.x'
2015-08-04 DRCUpdate x86[-64] assembler recommendations
2015-08-04 DRCUpdate x86[-64] assembler recommendations
2015-08-04 DRCUpdate x86[-64] assembler recommendations
2015-08-03 DRCUpdate URL for our custom gas-preprocessor.pl
2015-07-29 DRCFix rare bug: right shift by a negative # of bits
2015-07-29 DRCFix rare bug: right shift by a negative # of bits
2015-07-29 DRCFix rare bug: right shift by a negative # of bits
2015-07-29 DRCConvert svn:ignore properties to .gitignore
2015-07-29 DRCConvert svn:ignore properties to .gitignore 1.1.x
2015-07-29 DRCConvert svn:ignore properties to .gitignore
2015-07-29 DRCConvert svn:ignore properties to .gitignore
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 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 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
2015-07-27 DRCConvert svn:ignore properties to .gitignore
2015-07-27 DRCFix rare bug: right shift by a negative # of bits
2015-07-14 DRCFix build whenever IDCT_SCALING_SUPPORTED is undefined
2015-07-06 DRCAdd additional protections against defining INT32 if...
2015-07-06 DRCAdd additional protections against defining INT32 if...
2015-06-27 DRCMake sure that Java is disabled when 12-bit is enabled...
2015-06-25 DRCAdd a new libjpeg API function (jpeg_skip_scanlines...
2015-06-20 DRCStudies show that GCC v5.1.0 performs as well as or...
2015-05-15 DRC__WORDSIZE doesn't seem to be available on platforms...
2015-04-30 DRCRestore backward compatibility with MSVC < 2010 (broken...
2015-04-22 DRCOops. OS X doesn't define __WORDSIZE unless you includ...
2014-08-30 DRCFix build on OS X PowerPC platforms
2014-08-22 DRCEnsure that tjFree() is used for any JPEG buffers that...
2014-08-22 DRCDon't use sudo when building a Debian package unless...
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-15 DRCWhitespace formatting tweaks
2014-08-09 DRC12-bit JPEG support
2014-07-17 DRCInclude "Installed-Size" field in the deb-control file...
2014-06-22 DRCBig oops. wrjpgcom on Windows was being built using...
2014-06-22 DRCBig oops. wrjpgcom on Windows was being built using...
2014-05-28 DRCOur copyright string is longer than JMSG_LENGTH_MAX...
2014-05-18 DRClibjpeg-turbo has never supported non-ANSI compilers...
2014-05-14 DRCMinor tweak to improve code readability
2014-05-13 DRCThe x86/x86-64 SIMD extensions were originally designed...
2014-05-12 DRCDocument -rgb option in djpeg man page; "gray-scale...
2014-05-12 DRCUse 2-space indentation for the enums, to be consistent...
2014-05-11 DRCDocument the fact that the fast integer FDCT is not...
2014-05-11 DRCPort the more accurate (and slightly faster) floating...
2014-05-11 DRCProvide a more thorough description of the trade-offs...
2014-05-11 DRCConvert tabs to spaces in the libjpeg code and the...
2014-05-09 DRCConvert tabs to spaces in the libjpeg code and the...
2014-04-20 DRCWe use __CHAR_UNSIGNED__ (automatically defined by...
2014-04-20 DRCThis patch accomplishes the following:
2014-04-20 DRCWork around an issue in Visual C++ 2010 and 2013 that...
2014-04-20 DRCWork around an issue in Visual C++ 2010 and 2013 that...
2014-04-18 DRCMinor comment correction (we support the full range...
2014-04-18 DRCClarify how to do a 64-bit build using the Visual Studi...
next