summaryrefslogtreecommitdiff
path: root/libtiff/tif_jbig.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode()erouault2017-06-261-1/+2
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Support the JBIG-KIT 2.0 (compatibility with the older versions retained).dron2008-10-211-3/+15
* Move tags TIFFTAG_FAXRECVPARAMS, TIFFTAG_FAXSUBADDRESS, TIFFTAG_FAXRECVTIMEdron2007-07-041-182/+1
* BigTIFF upgrade: unchecked and untested version of upgraded tif_jbig.cjoris2007-06-281-33/+39
* BigTIFF upgrade: changed indent from spaced to tabs in tif_jbig.cjoris2007-06-281-202/+202
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...joris2007-06-231-5/+5
* BigTIFF upgrade: last minute correction to do with directory writingjoris2007-06-151-5/+5
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-301-2/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-111-14/+14
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-191-2/+2
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 bydron2007-04-071-7/+12
* 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-14/+14
* * {configure.ac, libtiff/tif_config.h.vc, libtiff/tif_jbig.c}bfriesen2006-07-041-1/+4
* Added support for JBIG compression scheme (34661 code) contributed by Leedron2006-06-071-0/+360