summaryrefslogtreecommitdiff
path: root/libtiff/tif_jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Make defer strile offset/bytecount loading available at runtimeEven Rouault2019-05-101-7/+4
* Typo fix in commentEven Rouault2018-02-141-1/+1
* 'tif_config.h' or 'tiffio.h' must be included before any system header.tif_config_h_includesBob Friesenhahn2017-12-021-1/+1
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 thatEven Rouault2017-10-171-7/+17
* Fix signed vs unsigned comparisonEven Rouault2017-08-291-2/+2
* * libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressedEven Rouault2017-08-291-5/+27
* * libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c,Even Rouault2017-06-291-11/+54
* * libjpeg/tif_jpeg.c: error out at decoding time if anticipated libjpegEven Rouault2017-06-241-1/+50
* * libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessiveEven Rouault2017-06-241-1/+33
* * libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro toEven Rouault2017-06-181-3/+3
* * libtiff/tif_jpeg.c: only run JPEGFixupTagsSubsampling() if theEven Rouault2017-01-311-2/+4
* * libtiff/tif_jpeg.c: validate BitsPerSample in JPEGSetupEncode() to avoidEven Rouault2017-01-111-1/+8
* * libtiff/tif_jpeg.c: avoid integer division by zero inEven Rouault2017-01-111-1/+8
* * libtiff/tif_jpeg.c: increase libjpeg max memory usable toEven Rouault2017-01-031-1/+10
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-2/+2
* * libtiff/*.c: fix typos in comments (patch by Kurt Schwehr)Even Rouault2015-11-221-2/+2
* * libtiff/*.c: fix MSVC warnings related to cast shortening andEven Rouault2015-11-221-12/+12
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningsEven Rouault2015-11-181-4/+3
* tif_jpeg.c consistency fixes.Bob Friesenhahn2015-08-151-4/+26
* * libtiff/tif_jpeg.c (JPEGDecode): Split JPEGDecode() into twoBob Friesenhahn2015-06-101-86/+122
* * libtiff/tif_jpeg.c: Fix compilation in BITS_IN_JSAMPLE == 12Even Rouault2015-06-081-7/+11
* * libtiff/tif_jpeg.c (JPEGDecode): Fix Coverity 602597 "OperandsBob Friesenhahn2015-05-311-2/+10
* * libtiff/tif_jpeg.c (JPEGCleanup): Fix Coverity 298624Bob Friesenhahn2015-05-301-8/+5
* * libtiff/tif_jpeg.c: in JPEGFixupTags(), recognize SOF2, SOF9 and SOF10Even Rouault2014-12-301-21/+34
* libtiff/tif_jpeg.c: Fix regression introduced on 2010-05-07 that caused all t...Even Rouault2014-12-151-3/+39
* * libtiff/tif_jpeg.c: fix segfault in JPEGFixupTagsSubsampling() onEven Rouault2014-11-201-1/+2
* Fix warning about comparing signed and unsigned type.Bob Friesenhahn2012-07-061-2/+2
* * test/raw_decode.c (main): Test fixes to work with IJG JPEG 7+.Bob Friesenhahn2012-07-061-1/+4
* Fix handling when writing RGBA jpeg compressed imagery (gdal #4732)Frank Warmerdam2012-07-031-2/+2
* avoid adjusting h/v_sampling in JPEGPreDecode()Frank Warmerdam2012-06-051-47/+10
* fix serious issues with JPEGDecodeRaw() (bug 2386) Also some whitespace refor...Frank Warmerdam2012-06-011-21/+18
* fix buffer overrun in JPEGDecodeRaw() with mixed up samplingFrank Warmerdam2012-06-011-2/+7
* adjustments for security/null pointer issues - I do not think any of them are...Frank Warmerdam2012-02-011-11/+15
* * libtiff/tif_jpeg.c, tools/tiff2pdf.c, tools/tiff2ps.c: markBob Friesenhahn2011-05-311-1/+3
* * libtiff/tif_jpeg.c (JPEGInitializeLibJPEG): Remove declarationBob Friesenhahn2011-05-311-21/+1
* * libtiff/tif_jpeg.c (JPEGDecodeRaw) [JPEG_LIB_MK1_OR_12BIT]:Bob Friesenhahn2011-05-311-1/+6
* avoid divide by zero in degenerate case (#2296)Frank Warmerdam2011-02-231-1/+4
* implement optional support for deferred strip/tile offset/size loadingFrank Warmerdam2011-02-181-3/+6
* ensure rawcp and rawcc are maintained by JPEG decoder, improve read ahead for...Frank Warmerdam2011-01-061-16/+32
* Another regression fix.Lee Howard2011-01-041-2/+2
* * libtiff/tif_jpeg.c: Fix regression with 3 band image caused byLee Howard2011-01-041-2/+2
* * libtiff/tif_jpeg.c: reduce usage of JCS_UNKNOWN in orderLee Howard2010-12-141-3/+10
* * libtiff/tif_jpeg.c: fix use of clumplines calculationLee Howard2010-12-121-2/+2
* Tom Lane didn't like this... so I guess it wasn't so brain-dead.Lee Howard2010-12-061-2/+1
* From SUSE SRPM:Lee Howard2010-12-061-1/+2
* C files should not use C++ style comments.Bob Friesenhahn2010-06-211-2/+2
* ensure quality always set in JPEGPreEncode (gdal #3539)Frank Warmerdam2010-05-071-3/+3
* fix to use memcmp(), not memcpy() for checking jpeg tables headerFrank Warmerdam2010-05-051-2/+2
* avoid spurious jpeg table updatesFrank Warmerdam2010-04-211-7/+11