summaryrefslogtreecommitdiff
path: root/libtiff/tif_luv.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_luv.c: further reduce memory requirements for temporaryerouault2017-07-241-3/+3
* * libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memoryerouault2017-07-181-2/+4
* * libtiff/tif_luv.c: LogL16InitState(): avoid excessive memoryerouault2017-05-141-2/+4
* * libtiff/tif_pixarlog.c, tif_luv.c: avoid potential int32erouault2017-05-131-7/+8
* * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c: return 0 in Encodeerouault2017-01-111-6/+6
* * libtiff/tif_pixarlog.c, libtiff/tif_luv.c: fix heap-based buffererouault2016-12-021-5/+15
* * libtiff/*.c: fix warnings raised by clang 3.9 -Wcommaerouault2016-09-041-13/+25
* * libtiff/tif_luv.c: validate that for COMPRESSION_SGILOG anderouault2016-07-011-1/+9
* * libtiff/tif_luv.c: fix potential out-of-bound writes in decodeerouault2015-12-271-12/+45
* * libtiff/tif_config.vc.h: Make adjustments to match the newbfriesen2015-06-211-1/+3
* (LogLuvEncodeTile): Fix Coverity 991241 "Division or modulo bybfriesen2015-05-311-1/+4
* (LogLuvEncodeStrip): Fix Coverity 991240 "Division or modulo bybfriesen2015-05-311-1/+4
* (LogLuvDecodeStrip): Fix Coverity 991239 "Division or modulo bybfriesen2015-05-311-1/+4
* * libtiff/tif_luv.c (LogLuvDecodeTile): Fix Coverity 991227bfriesen2015-05-311-1/+4
* * configure.ac: Support configuring TIFF_INT64_FORMAT andbfriesen2011-04-021-4/+4
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* fix logluv encoderow return values (#2069)fwarmerdam2009-06-301-6/+6
* fixed handling of tiled logluv images (#2005)fwarmerdam2009-02-121-3/+9
* Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler.dron2007-07-191-7/+31
* Rename TIFFMergeField() function into TIFFMergeFields().dron2007-07-091-2/+3
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfodron2007-07-081-4/+3
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structurejoris2007-06-281-3/+3
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-1/+2
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...joris2007-06-231-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-301-1/+8
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-111-8/+6
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-191-4/+4
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-111-196/+220
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 bydron2007-04-071-4/+14
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-52/+52
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-281-5/+5
* Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bugdron2006-03-161-8/+14
* *** empty log message ***joris2005-12-211-15/+15
* Rename TIFFArraySize macro to TIFFArrayCount.dron2005-12-131-2/+2
* Added TIFFArraySize macro.dron2005-12-091-3/+3
* Handle the zero strip/tile sizes properly (Dmitry V. Levin, Marcus Meissner).dron2004-10-121-2/+2
* Added checks for failed memory allocations andinteger overflowsdron2004-10-021-8/+18
* Several buffer overruns fixed, as noted by Chris Evans.dron2004-09-191-5/+5
* Get rid of BSD data types (u_char, u_short, u_int, u_long).dron2004-09-141-6/+10
* Fixed bug in 48-bit to 24-bit conversion routine, reported by Antonio Scuri.dron2003-11-271-1/+1
* avoid casting warnings at /W4warmerda2003-07-081-27/+27
* updated to use tif_tagmethods substructurewarmerda2002-03-061-4/+4
* avoid warning on vc++warmerda2001-02-171-2/+3
* applied Greg Wards LogLuv patcheswarmerda2001-02-171-92/+252
* Avoid warnings on gcc -Wall agin.warmerda1999-11-271-5/+2
* fix warnings for VC++, may have lost some of gcc fixeswarmerda1999-11-271-29/+32
* avoid various warnings with gcc -Wallwarmerda1999-09-081-5/+2
* Initial revisionmike1999-07-271-0/+1428