summaryrefslogtreecommitdiff
path: root/libtiff/tif_jbig.c
Commit message (Expand)AuthorAgeFilesLines
* JBIG: fix potential out-of-bounds write in JBIGDecode()Even Rouault2018-10-141-6/+26
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_jbig.c: fix memory leak in error code path of JBIGDecode()Even Rouault2017-06-261-1/+2
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Support the JBIG-KIT 2.0 (compatibility with the older versions retained).Andrey Kiselev2008-10-211-3/+15
* Move tags TIFFTAG_FAXRECVPARAMS, TIFFTAG_FAXSUBADDRESS, TIFFTAG_FAXRECVTIMEAndrey Kiselev2007-07-041-182/+1
* BigTIFF upgrade: unchecked and untested version of upgraded tif_jbig.cJoris Van Damme2007-06-281-33/+39
* BigTIFF upgrade: changed indent from spaced to tabs in tif_jbig.cJoris Van Damme2007-06-281-202/+202
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...Joris Van Damme2007-06-231-5/+5
* BigTIFF upgrade: last minute correction to do with directory writingJoris Van Damme2007-06-151-5/+5
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-301-2/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-111-14/+14
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-191-2/+2
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 byAndrey Kiselev2007-04-071-7/+12
* 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-14/+14
* * {configure.ac, libtiff/tif_config.h.vc, libtiff/tif_jbig.c}Bob Friesenhahn2006-07-041-1/+4
* Added support for JBIG compression scheme (34661 code) contributed by LeeAndrey Kiselev2006-06-071-0/+360