| Commit message (Expand) | Author | Age | Files | Lines |
* | * libtiff/tif_luv.c: further reduce memory requirements for temporary | erouault | 2017-07-24 | 1 | -3/+3 |
* | * libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memory | erouault | 2017-07-18 | 1 | -2/+4 |
* | * libtiff/tif_luv.c: LogL16InitState(): avoid excessive memory | erouault | 2017-05-14 | 1 | -2/+4 |
* | * libtiff/tif_pixarlog.c, tif_luv.c: avoid potential int32 | erouault | 2017-05-13 | 1 | -7/+8 |
* | * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c: return 0 in Encode | erouault | 2017-01-11 | 1 | -6/+6 |
* | * libtiff/tif_pixarlog.c, libtiff/tif_luv.c: fix heap-based buffer | erouault | 2016-12-02 | 1 | -5/+15 |
* | * libtiff/*.c: fix warnings raised by clang 3.9 -Wcomma | erouault | 2016-09-04 | 1 | -13/+25 |
* | * libtiff/tif_luv.c: validate that for COMPRESSION_SGILOG and | erouault | 2016-07-01 | 1 | -1/+9 |
* | * libtiff/tif_luv.c: fix potential out-of-bound writes in decode | erouault | 2015-12-27 | 1 | -12/+45 |
* | * libtiff/tif_config.vc.h: Make adjustments to match the new | bfriesen | 2015-06-21 | 1 | -1/+3 |
* | (LogLuvEncodeTile): Fix Coverity 991241 "Division or modulo by | bfriesen | 2015-05-31 | 1 | -1/+4 |
* | (LogLuvEncodeStrip): Fix Coverity 991240 "Division or modulo by | bfriesen | 2015-05-31 | 1 | -1/+4 |
* | (LogLuvDecodeStrip): Fix Coverity 991239 "Division or modulo by | bfriesen | 2015-05-31 | 1 | -1/+4 |
* | * libtiff/tif_luv.c (LogLuvDecodeTile): Fix Coverity 991227 | bfriesen | 2015-05-31 | 1 | -1/+4 |
* | * configure.ac: Support configuring TIFF_INT64_FORMAT and | bfriesen | 2011-04-02 | 1 | -4/+4 |
* | * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so | bfriesen | 2010-03-10 | 1 | -1/+8 |
* | fix logluv encoderow return values (#2069) | fwarmerdam | 2009-06-30 | 1 | -6/+6 |
* | fixed handling of tiled logluv images (#2005) | fwarmerdam | 2009-02-12 | 1 | -3/+9 |
* | Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler. | dron | 2007-07-19 | 1 | -7/+31 |
* | Rename TIFFMergeField() function into TIFFMergeFields(). | dron | 2007-07-09 | 1 | -2/+3 |
* | TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfo | dron | 2007-07-08 | 1 | -4/+3 |
* | BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structure | joris | 2007-06-28 | 1 | -3/+3 |
* | BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r... | joris | 2007-06-27 | 1 | -1/+2 |
* | BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ... | joris | 2007-06-23 | 1 | -3/+3 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | joris | 2007-05-30 | 1 | -1/+8 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | joris | 2007-05-11 | 1 | -8/+6 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | joris | 2007-04-19 | 1 | -4/+4 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | joris | 2007-04-11 | 1 | -196/+220 |
* | Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 by | dron | 2007-04-07 | 1 | -4/+14 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | joris | 2007-03-31 | 1 | -1/+1 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | joris | 2007-03-31 | 1 | -52/+52 |
* | BigTIFF upgrade in progress - widespread temp mess - does not compile now | joris | 2007-03-28 | 1 | -5/+5 |
* | Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bug | dron | 2006-03-16 | 1 | -8/+14 |
* | *** empty log message *** | joris | 2005-12-21 | 1 | -15/+15 |
* | Rename TIFFArraySize macro to TIFFArrayCount. | dron | 2005-12-13 | 1 | -2/+2 |
* | Added TIFFArraySize macro. | dron | 2005-12-09 | 1 | -3/+3 |
* | Handle the zero strip/tile sizes properly (Dmitry V. Levin, Marcus Meissner). | dron | 2004-10-12 | 1 | -2/+2 |
* | Added checks for failed memory allocations andinteger overflows | dron | 2004-10-02 | 1 | -8/+18 |
* | Several buffer overruns fixed, as noted by Chris Evans. | dron | 2004-09-19 | 1 | -5/+5 |
* | Get rid of BSD data types (u_char, u_short, u_int, u_long). | dron | 2004-09-14 | 1 | -6/+10 |
* | Fixed bug in 48-bit to 24-bit conversion routine, reported by Antonio Scuri. | dron | 2003-11-27 | 1 | -1/+1 |
* | avoid casting warnings at /W4 | warmerda | 2003-07-08 | 1 | -27/+27 |
* | updated to use tif_tagmethods substructure | warmerda | 2002-03-06 | 1 | -4/+4 |
* | avoid warning on vc++ | warmerda | 2001-02-17 | 1 | -2/+3 |
* | applied Greg Wards LogLuv patches | warmerda | 2001-02-17 | 1 | -92/+252 |
* | Avoid warnings on gcc -Wall agin. | warmerda | 1999-11-27 | 1 | -5/+2 |
* | fix warnings for VC++, may have lost some of gcc fixes | warmerda | 1999-11-27 | 1 | -29/+32 |
* | avoid various warnings with gcc -Wall | warmerda | 1999-09-08 | 1 | -5/+2 |
* | Initial revision | mike | 1999-07-27 | 1 | -0/+1428 |