summaryrefslogtreecommitdiff
path: root/libtiff/tif_luv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bug2848' into 'master'Even Rouault2019-04-081-3/+3
|\
| * tif_luv.c: LogLuvSetupEncode() error must return 0Thomas Bernard2019-03-221-3/+3
* | tif_luv.c: silence CoverityScan false positive. CID 1400231, 1400251, 1400254...Even Rouault2019-03-231-3/+8
|/
* libtiff/tif_luv.c: rewrite loops in a more readable way (to avoid false posit...Even Rouault2018-03-131-4/+6
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_luv.c: further reduce memory requirements for temporaryEven Rouault2017-07-241-3/+3
* * libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memoryEven Rouault2017-07-181-2/+4
* * libtiff/tif_luv.c: LogL16InitState(): avoid excessive memoryEven Rouault2017-05-141-2/+4
* * libtiff/tif_pixarlog.c, tif_luv.c: avoid potential int32Even Rouault2017-05-131-7/+8
* * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c: return 0 in EncodeEven Rouault2017-01-111-6/+6
* * libtiff/tif_pixarlog.c, libtiff/tif_luv.c: fix heap-based bufferEven Rouault2016-12-021-5/+15
* * libtiff/*.c: fix warnings raised by clang 3.9 -WcommaEven Rouault2016-09-041-13/+25
* * libtiff/tif_luv.c: validate that for COMPRESSION_SGILOG andEven Rouault2016-07-011-1/+9
* * libtiff/tif_luv.c: fix potential out-of-bound writes in decodeEven Rouault2015-12-271-12/+45
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-211-1/+3
* (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
* * configure.ac: Support configuring TIFF_INT64_FORMAT andBob Friesenhahn2011-04-021-4/+4
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* fix logluv encoderow return values (#2069)Frank Warmerdam2009-06-301-6/+6
* fixed handling of tiled logluv images (#2005)Frank Warmerdam2009-02-121-3/+9
* Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler.Andrey Kiselev2007-07-191-7/+31
* Rename TIFFMergeField() function into TIFFMergeFields().Andrey Kiselev2007-07-091-2/+3
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-081-4/+3
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structureJoris Van Damme2007-06-281-3/+3
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-1/+2
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...Joris Van Damme2007-06-231-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-301-1/+8
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-111-8/+6
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-191-4/+4
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-111-196/+220
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 byAndrey Kiselev2007-04-071-4/+14
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-52/+52
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-281-5/+5
* Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bugAndrey Kiselev2006-03-161-8/+14
* *** empty log message ***Joris Van Damme2005-12-211-15/+15
* Rename TIFFArraySize macro to TIFFArrayCount.Andrey Kiselev2005-12-131-2/+2
* Added TIFFArraySize macro.Andrey Kiselev2005-12-091-3/+3
* Handle the zero strip/tile sizes properly (Dmitry V. Levin, Marcus Meissner).Andrey Kiselev2004-10-121-2/+2
* Added checks for failed memory allocations andinteger overflowsAndrey Kiselev2004-10-021-8/+18
* Several buffer overruns fixed, as noted by Chris Evans.Andrey Kiselev2004-09-191-5/+5
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-6/+10
* Fixed bug in 48-bit to 24-bit conversion routine, reported by Antonio Scuri.Andrey Kiselev2003-11-271-1/+1
* avoid casting warnings at /W4Frank Warmerdam2003-07-081-27/+27
* updated to use tif_tagmethods substructureFrank Warmerdam2002-03-061-4/+4
* avoid warning on vc++Frank Warmerdam2001-02-171-2/+3
* applied Greg Wards LogLuv patchesFrank Warmerdam2001-02-171-92/+252