summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * libtiff 4.0.4beta releasedv4.0.4betaRelease-v4-0-4betaEven Rouault2015-01-269-25/+33
* * automake: updated to 1.15Even Rouault2015-01-2633-343/+810
* * tools/tiff2pdf.c: Fix two crashes (oCERT-2014-013)Even Rouault2015-01-222-2/+36
* remove note about requiring approval to join tiff listFrank Warmerdam2015-01-052-4/+8
* * tools/tiff2pdf.c: Fixed unsigned integer addition overflow detection.Olivier Paquet2015-01-052-2/+6
* * libtiff/tif_dirread.c: in TIFFCheckDirOffset(), avoid uint16 overflowEven Rouault2015-01-032-2/+16
* * libtiff/tif_jpeg.c: in JPEGFixupTags(), recognize SOF2, SOF9 and SOF10Even Rouault2014-12-302-21/+47
* * libtiff/tif_getimage.c: move test on vertical value of YCbCr subsampling.Even Rouault2014-12-292-8/+11
* Remove mention of freshmeat since the site is frozen.Bob Friesenhahn2014-12-291-3/+0
* * Update bundled libtool to 2.4.4 release.Bob Friesenhahn2014-12-2929-1524/+3060
* * libtiff/tif_next.c: add new tests to check that we don't read outside ofEven Rouault2014-12-293-8/+21
* * libtiff/tif_dir.c: in TIFFDefaultDirectory(), reset any already existingEven Rouault2014-12-272-2/+20
* * tools/tiffcrop.c: Fix warnings about variables set but not used.Bob Friesenhahn2014-12-262-49/+65
* * contrib/iptcutil/iptcutil.c: Fix warnings about variables setBob Friesenhahn2014-12-262-7/+10
* * tools/tiffgt.c: Fix warnings about unused parameters.Bob Friesenhahn2014-12-262-1/+7
* * libtiff/tif_stream.cxx: Fix warnings about unused parameters.Bob Friesenhahn2014-12-262-1/+9
* * libtiff/tif_getimage.c, libtiff/tif_ojpeg.c, libtiff/tif_zip.c: fixEven Rouault2014-12-254-7/+12
* * libtiff/tif_getimage.c: avoid divide by zero on invalid YCbCr subsampling.Even Rouault2014-12-242-1/+10
* * tools/tiff2pdf.c: fix buffer overflow on some YCbCr JPEG compressed images.Even Rouault2014-12-242-2/+9
* * tools/tiff2pdf.c: fix buffer overflow on YCbCr JPEG compressed image.Even Rouault2014-12-242-4/+10
* * libtiff/tif_dirread.c: In EstimateStripByteCounts(), check return codeEven Rouault2014-12-232-2/+9
* * libtiff/tif_read.c: fix several invalid comparisons of a uint64 value withEven Rouault2014-12-232-4/+10
* * tools/tiffdump.c: Guard against arithmetic overflow whenBob Friesenhahn2014-12-222-4/+24
* * tools/tiff2bw.c: when Photometric=RGB, the utility only works ifEven Rouault2014-12-212-1/+12
* * tools/pal2rgb.c, tools/thumbnail.c: fix crash by disabling TIFFTAG_INKNAMESEven Rouault2014-12-213-4/+11
* * tools/thumbnail.c: fix out-of-buffer writeEven Rouault2014-12-212-2/+13
* * tools/thumbnail.c, tools/tiffcmp.c: only read/write TIFFTAG_GROUP3OPTIONSEven Rouault2014-12-213-5/+44
* * libtiff/tif_next.c: check that BitsPerSample = 2. FixesEven Rouault2014-12-212-1/+23
* * tools/tiff2pdf.c: check return code of TIFFGetField() when readingEven Rouault2014-12-212-2/+15
* * tools/tiffcp.c: fix crash when converting YCbCr JPEG-compressed to none.Even Rouault2014-12-212-1/+28
* Fix various crasher bugs on fuzzed images.Even Rouault2014-12-219-16/+146
* libtiff/tif_jpeg.c: Fix regression introduced on 2010-05-07 that caused all t...Even Rouault2014-12-152-3/+49
* * tools/tiff2pdf.c: Assure that memory size calculations forBob Friesenhahn2014-12-102-10/+15
* tools/thumbnail.c, tools/tiffcrop.c: fix heap read over-run found with Valgri...Even Rouault2014-12-073-5/+20
* * tools/tiff2pdf.c (t2p_read_tiff_init): TIFFTAG_TRANSFERFUNCTIONBob Friesenhahn2014-12-072-7/+20
* Update the valgrind memcheck recipe for the test suite.Bob Friesenhahn2014-12-062-4/+30
* * tools/tiffdump.c: Fix double-free bug.Bob Friesenhahn2014-12-0626-2157/+1436
* * libtiff/tif_config.vc.h: no longer use "#define snprintf _snprintf" withEven Rouault2014-11-272-0/+8
* * libtiff/tif_lzw.c: prevent potential null dereference ofEven Rouault2014-11-2011-24/+107
* * libtiff/tif_jpeg.c: fix segfault in JPEGFixupTagsSubsampling() onEven Rouault2014-11-202-1/+6
* * automake: updated to 1.14.1Even Rouault2014-11-2035-6179/+8617
* Add myself to COMMITTERSEven Rouault2014-11-191-0/+2
* * tools/tiff2pdf.c: Preserve input file directory order when pagesOlivier Paquet2014-10-202-3/+13
* * libtiff/tif_dirread.c (TIFFReadDirEntryOutputErr): IncorrectBob Friesenhahn2014-08-312-2/+8
* * tools/tiff2rgba.c (]): Fixed tiff2rgba usage message in that zipBob Friesenhahn2014-06-082-2/+7
* Clarify that patch was by Steve Underwood but forwarded to me by Lee HowardBob Friesenhahn2014-05-071-1/+2
* Consistently indent tiffFields.Bob Friesenhahn2014-05-071-14/+14
* * libtiff/tif_dirinfo.c (TIFFField) : Fix data type forBob Friesenhahn2014-05-072-3/+8
* Actually apply TIFF/EP tags I thought I had done earlier (bug #2457)Frank Warmerdam2014-04-022-2/+7
* Check return status from TIFFWriteScanline() correctly in test programs.Bob Friesenhahn2013-12-176-12/+12