summaryrefslogtreecommitdiff
path: root/libtiff/tif_packbits.c
Commit message (Expand)AuthorAgeFilesLines
* Removed a TODO warning for the non-literal case as I think the "cc"fwarmerdam2012-06-201-2/+2
* avoid read past end of source data buffer with corrupt datafwarmerdam2012-06-201-2/+8
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* changed some more incorrect %lud printf flags to %lujoris2007-10-011-4/+4
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesjoris2007-06-261-5/+5
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-101-73/+67
* 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-18/+18
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-281-2/+2
* Properly cast values to avoid warnings. As per bugdron2006-02-071-2/+2
* *** empty log message ***joris2005-12-231-3/+3
* *** empty log message ***joris2005-12-211-2/+2
* Added checks for failed memory allocations andinteger overflowsdron2004-10-021-2/+3
* Get rid of BSD data types (u_char, u_short, u_int, u_long).dron2004-09-141-15/+18
* Get rid of ugly 64-bit hacks, replace them with the clever (autoconf based )dron2004-06-061-17/+6
* avoid casting warnings at /W4warmerda2003-07-081-11/+11
* Fixed compilation on 64-bit architectures as per bugdron2003-06-301-20/+29
* fixed memory overrun in packbits decodewarmerda2001-09-061-1/+2
* Removed printf().warmerda2000-10-201-2/+1
* Modified PackBitsEncodeChunk() to ensure no more data than was providedwarmerda2000-10-201-19/+34
* Avoid overwriting end of output buffer in PackBitsDecode().warmerda2000-10-171-3/+18
* Initial revisionmike1999-07-271-0/+261