summaryrefslogtreecommitdiff
path: root/libtiff/tif_fax3.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tiffiop.h: add TIFF_NOSANITIZE_UNSIGNED_INT_OVERFLOW macro toEven Rouault2017-06-181-2/+6
* * litiff/tif_fax3.c: avoid crash in Fax3Close() on empty file.Even Rouault2017-04-271-2/+3
* * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c: fix GCC 7Even Rouault2017-02-251-19/+49
* * libtiff/*.c: fix warnings raised by clang 3.9 -WcommaEven Rouault2016-09-041-19/+37
* * libtiff/tif_fax3.c: remove dead assignment in Fax3PutEOLgdal(). FoundEven Rouault2015-12-191-2/+1
* * libtiff/*.c: fix MSVC warnings related to cast shortening andEven Rouault2015-11-221-4/+4
* * libtiff/tif_fax3.c, libtiff/tif_lzw.c, libtiff/tif_predict.c:Even Rouault2015-08-301-2/+3
* fix fax3 runs initialization sizingFrank Warmerdam2012-06-211-2/+2
* ensure fax3/4 runs array is initializedFrank Warmerdam2012-06-131-1/+2
* * libtiff/tif_fax3.c (Fax3SetupState): Yesterday's fix forBob Friesenhahn2010-06-091-5/+18
* * Update libtool to version 2.2.8.Bob Friesenhahn2010-06-081-3/+6
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Since the 3.8 days it's sp->line and not line.Lee Howard2010-02-221-2/+2
* * libtiff/tif_fax3.c: Don't return error on badly-terminated MMRLee Howard2010-02-221-3/+3
* fix printdir chaining for some codecs. (#2020)Frank Warmerdam2009-03-131-1/+3
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2008-12-311-17/+17
* deal with a leak, and a possible runtime problem reported by coverityFrank Warmerdam2008-05-241-1/+2
* More work on new tag extending scheme. Use the new scheme everywhere.Andrey Kiselev2007-07-091-3/+3
* Rename TIFFMergeField() function into TIFFMergeFields().Andrey Kiselev2007-07-091-6/+6
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-081-8/+9
* Move tags TIFFTAG_FAXRECVPARAMS, TIFFTAG_FAXSUBADDRESS, TIFFTAG_FAXRECVTIMEAndrey Kiselev2007-07-041-54/+3
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structureJoris Van Damme2007-06-281-12/+12
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-1/+2
* BigTIFF upgrade: solution for uint16 through variable argument listJoris Van Damme2007-06-271-2/+2
* Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic.Bob Friesenhahn2007-06-261-2/+2
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesJoris Van Damme2007-06-261-3/+3
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...Joris Van Damme2007-06-231-12/+12
* BigTIFF upgrade: last minute correction to do with directory writingJoris Van Damme2007-06-151-10/+10
* 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-36/+21
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-191-15/+15
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 byAndrey Kiselev2007-04-071-7/+28
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-051-103/+124
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-31/+35
* fix static/inline issue with IRIC C++ CompilerFrank Warmerdam2007-03-281-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-281-3/+3
* Save the state of printdir codec dependent method.Andrey Kiselev2006-10-121-1/+8
* Fixed multiple vulnerabilities, as per Gentoo bug ():Andrey Kiselev2006-09-281-5/+11
* Fixed problems in fax decoder as per bugAndrey Kiselev2006-06-081-16/+16
* Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bugAndrey Kiselev2006-03-161-1/+3
* Properly restore setfield/getfield methods in cleanup functions. As per bugAndrey Kiselev2006-03-071-14/+20
* *** empty log message ***Joris Van Damme2005-12-231-3/+3
* *** empty log message ***Joris Van Damme2005-12-211-9/+9
* Replace SETVAL with SETVALUE.Andrey Kiselev2005-12-121-3/+3
* Avoid warnings.Andrey Kiselev2005-11-231-16/+19
* Fixup indentation.Frank Warmerdam2005-10-201-9/+9
* Changed 'at scanline ...' style warning/errors with incorrect use of tif_row,...Joris Van Damme2005-10-201-17/+34