summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
* * libtiff 4.0.6 released.Bob Friesenhahn2015-09-121-2/+2
* (TIFF_UINT32_MAX): Avoid use of platform-specific large constants.Bob Friesenhahn2015-09-051-7/+3
* (TIFF_INT64_MAX): Avoid use of platform-specific large constants.Bob Friesenhahn2015-09-051-6/+2
* * libtiff/tif_dirread.c (TIFFReadDirEntryCheckRangeSlongSlong8):Bob Friesenhahn2015-09-051-3/+5
* * Makefile.am (distcheck-hook), configure.ac: Applied patches byBob Friesenhahn2015-09-011-0/+1
* * CMakeLists.txt, libtiff/test/Makefile.am: Applied patches byBob Friesenhahn2015-09-011-20/+4
* * libtiff/tif_predict.c: pedantic change to add explicit maskingEven Rouault2015-08-311-3/+4
* * libtiff/tif_predict.c: fix generation of output with 16 bitEven Rouault2015-08-311-24/+47
* Additional CMake-related files were missing from the distribution tarball.v4.0.5Release-v4-0-5Bob Friesenhahn2015-08-312-2/+5
* All the CMakeLists.txt files were missing from the distribution tarball.Bob Friesenhahn2015-08-302-13/+16
* * libtiff/tif_lzw.c: make nextdata a unsigned type to avoidEven Rouault2015-08-301-5/+7
* * libtiff/tif_fax3.c, libtiff/tif_lzw.c, libtiff/tif_predict.c:Even Rouault2015-08-303-39/+49
* * configure.ac: libtiff 4.0.5 released.Bob Friesenhahn2015-08-301-2/+2
* Fix compiler warning about constant value promotion to unsigned long.Bob Friesenhahn2015-08-291-2/+2
* Add some comments in tif_win32.c regarding known issue with WIN64 build.Bob Friesenhahn2015-08-231-4/+29
* For MinGW builds, make sure required CRT is available in order to enable larg...Bob Friesenhahn2015-08-231-3/+8
* Support large files under Windows using tif_unix.c and libtiff tools.Bob Friesenhahn2015-08-197-27/+109
* tif_jpeg.c consistency fixes.Bob Friesenhahn2015-08-151-4/+26
* CMakeLists.txt fix for libtiffxx symbol versioning.Bob Friesenhahn2015-08-141-3/+3
* * cmake: Add d suffix to debug libraries with MSVC. Patch #3 of 3Bob Friesenhahn2015-07-041-7/+0
* * CMakeLists.txt: Add CMake patchset by Roger Leigh as posted toBob Friesenhahn2015-06-255-1/+587
* * libtiff 4.0.4 released.v4.0.4Release-v4-0-4Bob Friesenhahn2015-06-211-2/+2
* * libtiff/tiffconf.vc.h: Build fixes based on testing.Bob Friesenhahn2015-06-212-13/+21
* * libtiff/libtiff.def: TIFFRasterScanline does not exist so removeBob Friesenhahn2015-06-211-1/+0
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-214-2/+74
* * libtiff/libtiff.def: Added exports for TIFFGetConfiguredCODECs,Bob Friesenhahn2015-06-201-135/+142
* Hopefully fix four Coverity issues related to unintended sign extension.Bob Friesenhahn2015-06-171-5/+5
* * libtiff/tif_unix.c: fix compilation with MSVC (fix by Jeff McKenna)Even Rouault2015-06-161-2/+2
* Attempt to fix Coverity warning:Lee Howard2015-06-151-5/+5
* From Vadim Zeitlin on Bugzilla Bug #2510.Lee Howard2015-06-141-8/+28
* Bugzilla Bug #2409: Contribution by Gary Cramblitt and fix confirmed by Charl...Lee Howard2015-06-141-42/+80
* Contribution from Andy Cave:Lee Howard2015-06-131-17/+21
* * 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
* (TIFFWriteScanline): Fix Coverity 715979 "Division or modulo byBob Friesenhahn2015-06-071-1/+5
* (TIFFWriteRawStrip): Fix Coverity 715978 "Division or modulo byBob Friesenhahn2015-06-071-1/+5
* (TIFFWriteEncodedTile): Fix Coverity 715976 and 715977 "DivisionBob Friesenhahn2015-06-071-5/+14
* * libtiff/tif_write.c (TIFFWriteEncodedStrip): Fix Coverity 715975Bob Friesenhahn2015-06-071-1/+6
* * libtiff/tif_read.c (TIFFStartTile): Fix Coverity 715973Bob Friesenhahn2015-06-073-15/+52
* * libtiff/tif_dir.c (TIFFNumberOfDirectories): Quiet CoverityBob Friesenhahn2015-05-311-3/+5
* (LogLuvEncodeTile): Fix Coverity 991241 "Division or modulo byBob Friesenhahn2015-05-311-1/+4
* (LogLuvEncodeStrip): Fix Coverity 991240 "Division or modulo byBob Friesenhahn2015-05-311-1/+4
* (LogLuvDecodeStrip): Fix Coverity 991239 "Division or modulo byBob Friesenhahn2015-05-311-1/+4
* * libtiff/tif_luv.c (LogLuvDecodeTile): Fix Coverity 991227Bob Friesenhahn2015-05-311-1/+4
* (TIFFReadDirEntrySlong8Array): Fix Coverity 298629 "Logically deadBob Friesenhahn2015-05-311-6/+1
* (TIFFReadDirEntryFloatArray): Fix Coverity 298627 "Logically deadBob Friesenhahn2015-05-311-6/+1
* (TIFFReadDirEntryFloatArray): Fix 298627 "Logically dead code".Bob Friesenhahn2015-05-311-6/+1
* * libtiff/tif_dirread.c (TIFFReadDirEntryDoubleArray): FixBob Friesenhahn2015-05-311-6/+1
* * libtiff/tif_dir.c (TIFFNumberOfDirectories): Don't depend on ++Bob Friesenhahn2015-05-311-4/+7
* * libtiff/tif_jpeg.c (JPEGDecode): Fix Coverity 602597 "OperandsBob Friesenhahn2015-05-311-2/+10