summaryrefslogtreecommitdiff
path: root/libtiff/tif_jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 thaterouault2017-10-171-7/+17
* Fix signed vs unsigned comparisonerouault2017-08-291-2/+2
* * libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressederouault2017-08-291-5/+27
* * libtiff/tiffiop.h, libtiff/tif_jpeg.c, libtiff/tif_jpeg_12.c,erouault2017-06-291-11/+54
* * libjpeg/tif_jpeg.c: error out at decoding time if anticipated libjpegerouault2017-06-241-1/+50
* * libtiff/tif_jpeg.c: add anti-denial of service measure to avoid excessiveerouault2017-06-241-1/+33
* * libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro toerouault2017-06-181-3/+3
* * libtiff/tif_jpeg.c: only run JPEGFixupTagsSubsampling() if theerouault2017-01-311-2/+4
* * libtiff/tif_jpeg.c: validate BitsPerSample in JPEGSetupEncode() to avoiderouault2017-01-111-1/+8
* * libtiff/tif_jpeg.c: avoid integer division by zero inerouault2017-01-111-1/+8
* * libtiff/tif_jpeg.c: increase libjpeg max memory usable toerouault2017-01-031-1/+10
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)erouault2016-01-231-2/+2
* * libtiff/*.c: fix typos in comments (patch by Kurt Schwehr)erouault2015-11-221-2/+2
* * libtiff/*.c: fix MSVC warnings related to cast shortening anderouault2015-11-221-12/+12
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningserouault2015-11-181-4/+3
* tif_jpeg.c consistency fixes.bfriesen2015-08-151-4/+26
* * libtiff/tif_jpeg.c (JPEGDecode): Split JPEGDecode() into twobfriesen2015-06-101-86/+122
* * libtiff/tif_jpeg.c: Fix compilation in BITS_IN_JSAMPLE == 12erouault2015-06-081-7/+11
* * libtiff/tif_jpeg.c (JPEGDecode): Fix Coverity 602597 "Operandsbfriesen2015-05-311-2/+10
* * libtiff/tif_jpeg.c (JPEGCleanup): Fix Coverity 298624bfriesen2015-05-301-8/+5
* * libtiff/tif_jpeg.c: in JPEGFixupTags(), recognize SOF2, SOF9 and SOF10erouault2014-12-301-21/+34
* libtiff/tif_jpeg.c: Fix regression introduced on 2010-05-07 that caused all t...erouault2014-12-151-3/+39
* * libtiff/tif_jpeg.c: fix segfault in JPEGFixupTagsSubsampling() onerouault2014-11-201-1/+2
* Fix warning about comparing signed and unsigned type.bfriesen2012-07-061-2/+2
* * test/raw_decode.c (main): Test fixes to work with IJG JPEG 7+.bfriesen2012-07-061-1/+4
* Fix handling when writing RGBA jpeg compressed imagery (gdal #4732)fwarmerdam2012-07-031-2/+2
* avoid adjusting h/v_sampling in JPEGPreDecode()fwarmerdam2012-06-051-47/+10
* fix serious issues with JPEGDecodeRaw() (bug 2386) Also some whitespace refor...fwarmerdam2012-06-011-21/+18
* fix buffer overrun in JPEGDecodeRaw() with mixed up samplingfwarmerdam2012-06-011-2/+7
* adjustments for security/null pointer issues - I do not think any of them are...fwarmerdam2012-02-011-11/+15
* * libtiff/tif_jpeg.c, tools/tiff2pdf.c, tools/tiff2ps.c: markbfriesen2011-05-311-1/+3
* * libtiff/tif_jpeg.c (JPEGInitializeLibJPEG): Remove declarationbfriesen2011-05-311-21/+1
* * libtiff/tif_jpeg.c (JPEGDecodeRaw) [JPEG_LIB_MK1_OR_12BIT]:bfriesen2011-05-311-1/+6
* avoid divide by zero in degenerate case (#2296)fwarmerdam2011-02-231-1/+4
* implement optional support for deferred strip/tile offset/size loadingfwarmerdam2011-02-181-3/+6
* ensure rawcp and rawcc are maintained by JPEG decoder, improve read ahead for...fwarmerdam2011-01-061-16/+32
* Another regression fix.faxguy2011-01-041-2/+2
* * libtiff/tif_jpeg.c: Fix regression with 3 band image caused byfaxguy2011-01-041-2/+2
* * libtiff/tif_jpeg.c: reduce usage of JCS_UNKNOWN in orderfaxguy2010-12-141-3/+10
* * libtiff/tif_jpeg.c: fix use of clumplines calculationfaxguy2010-12-121-2/+2
* Tom Lane didn't like this... so I guess it wasn't so brain-dead.faxguy2010-12-061-2/+1
* From SUSE SRPM:faxguy2010-12-061-1/+2
* C files should not use C++ style comments.bfriesen2010-06-211-2/+2
* ensure quality always set in JPEGPreEncode (gdal #3539)fwarmerdam2010-05-071-3/+3
* fix to use memcmp(), not memcpy() for checking jpeg tables headerfwarmerdam2010-05-051-2/+2
* avoid spurious jpeg table updatesfwarmerdam2010-04-211-7/+11
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* * libtiff/tif_jpeg.c: Do not generate a JPEGTables tag when creatingfaxguy2010-02-221-1/+8
* Made JPEGDecodeRaw() check for buffer overruns. Made so that when workingfwarmerdam2009-12-041-2/+23
* reset tif_scanlinesize after changes to upsampling ratios (#1936)fwarmerdam2009-12-041-2/+5