summaryrefslogtreecommitdiff
path: root/libtiff/tif_predict.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-1/+8
* * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c: fix memoryEven Rouault2017-05-101-1/+4
* * libtiff/tif_fax3.c, tif_predict.c, tif_getimage.c: fix GCC 7Even Rouault2017-02-251-6/+7
* * libtiff/tif_predict.c, libtiff/tif_print.c: fix printf unsignedEven Rouault2016-11-201-2/+2
* * libtiff/tif_predic.c: fix memory leaks in error code paths added inEven Rouault2016-11-041-3/+7
* * libtiff/tif_predict.h, libtiff/tif_predict.c:Even Rouault2016-10-311-46/+109
* * libtiff/tif_getimage.c (TIFFRGBAImageOK): Reject attempts toBob Friesenhahn2016-09-241-2/+11
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-2/+2
* * libtiff/*.c: fix MSVC warnings related to cast shortening andEven Rouault2015-11-221-2/+2
* * libtiff/tif_predict.c: pedantic change to add explicit maskingEven Rouault2015-08-311-3/+4
* * libtiff/tif_predict.c: fix generation of output with 16 bitEven Rouault2015-08-311-24/+47
* * libtiff/tif_fax3.c, libtiff/tif_lzw.c, libtiff/tif_predict.c:Even Rouault2015-08-301-33/+39
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* added 32bit horizontal predictor support (#1911)Frank Warmerdam2009-01-231-3/+69
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2008-12-311-2/+2
* Fix 64-bit warnings when compiling under MSVC 2005 (x64).Frank Warmerdam2008-01-011-2/+2
* Split pfunc into encode and decode versions to avoid mixing thingsFrank Warmerdam2007-11-021-20/+45
* Improvements so that predictor based encoding and decoding works inFrank Warmerdam2007-11-021-33/+46
* Rename TIFFMergeField() function into TIFFMergeFields().Andrey Kiselev2007-07-091-3/+3
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-081-4/+4
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structureJoris Van Damme2007-06-281-2/+2
* BigTIFF upgrade: solution for uint16 through variable argument listJoris Van Damme2007-06-271-2/+2
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...Joris Van Damme2007-06-231-2/+2
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffJoris Van Damme2007-06-211-19/+19
* BigTIFF upgrade: last minute correction to do with directory writingJoris Van Damme2007-06-151-5/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-111-5/+4
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-191-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-111-1/+2
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 byAndrey Kiselev2007-04-071-5/+12
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-89/+111
* 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-36/+36
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-281-2/+2
* Added new function TIFFPredictorCleanup() to restore parentAndrey Kiselev2006-03-031-2/+30
* *** empty log message ***Joris Van Damme2005-12-211-4/+4
* Floating point predictor now works on big-endian hosts.Andrey Kiselev2005-06-031-1/+9
* Added ability to encode floating point predictor, as per TIFF Technical NoteAndrey Kiselev2005-04-141-11/+60
* Added ability to decode floating point predictor, as per TIFF technical NoteAndrey Kiselev2005-04-141-40/+117
* Added checks for failed memory allocations andinteger overflowsAndrey Kiselev2004-10-021-3/+1
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-9/+11
* avoid casting warnings at /W4Frank Warmerdam2003-07-081-9/+9
* get/setfield methods moved into tif_tagmethodsFrank Warmerdam2002-02-241-7/+10
* avoid warningsFrank Warmerdam1999-11-271-6/+6
* Initial revisionMike Welles1999-07-271-0/+461