summaryrefslogtreecommitdiff
path: root/libtiff/tif_fax3.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro toerouault2017-06-181-2/+6
* * litiff/tif_fax3.c: avoid crash in Fax3Close() on empty file.erouault2017-04-271-2/+3
* * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c: fix GCC 7erouault2017-02-251-19/+49
* * libtiff/*.c: fix warnings raised by clang 3.9 -Wcommaerouault2016-09-041-19/+37
* * libtiff/tif_fax3.c: remove dead assignment in Fax3PutEOLgdal(). Founderouault2015-12-191-2/+1
* * libtiff/*.c: fix MSVC warnings related to cast shortening anderouault2015-11-221-4/+4
* * libtiff/tif_fax3.c, libtiff/tif_lzw.c, libtiff/tif_predict.c:erouault2015-08-301-2/+3
* fix fax3 runs initialization sizingfwarmerdam2012-06-211-2/+2
* ensure fax3/4 runs array is initializedfwarmerdam2012-06-131-1/+2
* * libtiff/tif_fax3.c (Fax3SetupState): Yesterday's fix forbfriesen2010-06-091-5/+18
* * Update libtool to version 2.2.8.bfriesen2010-06-081-3/+6
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Since the 3.8 days it's sp->line and not line.faxguy2010-02-221-2/+2
* * libtiff/tif_fax3.c: Don't return error on badly-terminated MMRfaxguy2010-02-221-3/+3
* fix printdir chaining for some codecs. (#2020)fwarmerdam2009-03-131-1/+3
* * libtiff/tiffio.h: GCC will now validate format specificationsbfriesen2008-12-311-17/+17
* deal with a leak, and a possible runtime problem reported by coverityfwarmerdam2008-05-241-1/+2
* More work on new tag extending scheme. Use the new scheme everywhere.dron2007-07-091-3/+3
* Rename TIFFMergeField() function into TIFFMergeFields().dron2007-07-091-6/+6
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfodron2007-07-081-8/+9
* Move tags TIFFTAG_FAXRECVPARAMS, TIFFTAG_FAXSUBADDRESS, TIFFTAG_FAXRECVTIMEdron2007-07-041-54/+3
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structurejoris2007-06-281-12/+12
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-1/+2
* BigTIFF upgrade: solution for uint16 through variable argument listjoris2007-06-271-2/+2
* Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic.bfriesen2007-06-261-2/+2
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesjoris2007-06-261-3/+3
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...joris2007-06-231-12/+12
* BigTIFF upgrade: last minute correction to do with directory writingjoris2007-06-151-10/+10
* 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-36/+21
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-191-15/+15
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 bydron2007-04-071-7/+28
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-051-103/+124
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-31/+35
* fix static/inline issue with IRIC C++ Compilerfwarmerdam2007-03-281-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-281-3/+3
* Save the state of printdir codec dependent method.dron2006-10-121-1/+8
* Fixed multiple vulnerabilities, as per Gentoo bug ():dron2006-09-281-5/+11
* Fixed problems in fax decoder as per bugdron2006-06-081-16/+16
* Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bugdron2006-03-161-1/+3
* Properly restore setfield/getfield methods in cleanup functions. As per bugdron2006-03-071-14/+20
* *** empty log message ***joris2005-12-231-3/+3
* *** empty log message ***joris2005-12-211-9/+9
* Replace SETVAL with SETVALUE.dron2005-12-121-3/+3
* Avoid warnings.dron2005-11-231-16/+19
* Fixup indentation.fwarmerdam2005-10-201-9/+9
* Changed 'at scanline ...' style warning/errors with incorrect use of tif_row,...joris2005-10-201-17/+34
* Rename CheckMalloc() function to _TIFFCheckMalloc() and make it availabledron2005-07-281-17/+2