summaryrefslogtreecommitdiff
path: root/libtiff/tif_codec.c
Commit message (Expand)AuthorAgeFilesLines
* Support large files under Windows using tif_unix.c and libtiff tools.bfriesen2015-08-191-3/+2
* Replace sprintf with snprintf, to fix CVE-2013-1961.tgl2013-05-021-2/+3
* Implement a new TIFF compression scheme LZMA reserving a new value 34925 fordron2010-12-141-1/+5
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* avoid possible NULL in errorfwarmerdam2008-05-251-3/+6
* BigTIFF upgrade: misc little thingsjoris2007-06-231-40/+40
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-301-2/+3
* *** empty log message ***joris2005-12-211-2/+2
* Avoid warnings.dron2005-11-231-2/+2
* fixed typo in TIFFInitPackBits name: bug 494warmerda2004-02-171-2/+2
* Fixed a bug, mea culpa.rossf2003-12-051-5/+10
* *** empty log message ***rossf2003-11-211-2/+2
* Added new function TIFFIsCODECConfigured(), suggested by Ross Finlayson.dron2003-11-201-1/+25
* avoid casting warnings at /W4warmerda2003-07-081-6/+8
* Introduced additional members tif->tif_decodestatus and tif->tif_encodestatusdron2002-04-081-1/+3
* Added patch from Ivo Penzar <ivo.penzar@infolink-software.com>,mwelles1999-12-071-1/+2
* Initial revisionmike1999-07-271-0/+116