summaryrefslogtreecommitdiff
path: root/libtiff/tif_codec.c
Commit message (Expand)AuthorAgeFilesLines
* libtiff: Add Doxygen and initial Breathe usagemanpage-fixesRoger Leigh2022-07-221-13/+2
* Add LERC pluginAntonio Valentino2021-03-071-0/+4
* libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-281-1/+1
* Use standard C99 integer typesRoger Leigh2021-01-211-1/+1
* Remove "ifdef VMS" that are no longer necessary.Kurt Schwehr2020-12-291-4/+0
* _TIFFBuiltinCODECS should be constBob Friesenhahn2020-12-291-1/+1
* webp in tiffNorman Barker2018-10-051-0/+4
* Add ZSTD compression codecEven Rouault2017-12-211-0/+4
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* Support large files under Windows using tif_unix.c and libtiff tools.Bob Friesenhahn2015-08-191-3/+2
* Replace sprintf with snprintf, to fix CVE-2013-1961.Tom Lane2013-05-021-2/+3
* Implement a new TIFF compression scheme LZMA reserving a new value 34925 forAndrey Kiselev2010-12-141-1/+5
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* avoid possible NULL in errorFrank Warmerdam2008-05-251-3/+6
* BigTIFF upgrade: misc little thingsJoris Van Damme2007-06-231-40/+40
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-301-2/+3
* *** empty log message ***Joris Van Damme2005-12-211-2/+2
* Avoid warnings.Andrey Kiselev2005-11-231-2/+2
* fixed typo in TIFFInitPackBits name: bug 494Frank Warmerdam2004-02-171-2/+2
* Fixed a bug, mea culpa.Ross Finlayson2003-12-051-5/+10
* *** empty log message ***Ross Finlayson2003-11-211-2/+2
* Added new function TIFFIsCODECConfigured(), suggested by Ross Finlayson.Andrey Kiselev2003-11-201-1/+25
* avoid casting warnings at /W4Frank Warmerdam2003-07-081-6/+8
* Introduced additional members tif->tif_decodestatus and tif->tif_encodestatusAndrey Kiselev2002-04-081-1/+3
* Added patch from Ivo Penzar <ivo.penzar@infolink-software.com>,Mike Welles1999-12-071-1/+2
* Initial revisionMike Welles1999-07-271-0/+116