summaryrefslogtreecommitdiff
path: root/libtiff/tif_ojpeg.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_ojpeg.c: fix potential memory leak inerouault2017-04-271-1/+7
* * libtiff/tif_ojpeg.c: fix leak in OJPEGReadHeaderInfoSecTablesQTable,erouault2017-01-121-1/+7
* * libtiff/tif_ojpeg.c: fix leak in OJPEGReadHeaderInfoSecTablesAcTableerouault2017-01-121-1/+4
* * libtiff/tif_ojpeg.c: make OJPEGDecode() early exit in case of failure inerouault2016-12-031-1/+9
* * libtiff/*.c: fix warnings raised by clang 3.9 -Wcommaerouault2016-09-041-6/+31
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)erouault2016-01-231-7/+8
* tif_ojpec.c: modify previous change to be compatible with all MSVC versionserouault2015-11-221-3/+8
* * libtiff/*.c: fix MSVC warnings related to cast shortening anderouault2015-11-221-7/+9
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningserouault2015-11-181-6/+6
* * libtiff/tif_dirwrite.c (_TIFFRewriteField): Fix Coverity 1024310bfriesen2015-05-311-2/+7
* * libtiff/tif_ojpeg.c (OJPEGReadBufferFill): Fix Coverity 603400bfriesen2015-05-301-1/+2
* * libtiff/tif_getimage.c, libtiff/tif_ojpeg.c, libtiff/tif_zip.c: fixerouault2014-12-251-3/+3
* * libtiff/tif_lzw.c: prevent potential null dereference oferouault2014-11-201-2/+7
* if OJPEGWriteHeader() fails once do not bother trying again on the same image.fwarmerdam2012-05-241-2/+4
* make things more resilient in the face of files without stripbytecounts or s...fwarmerdam2012-05-241-1/+6
* * libtiff/tif_ojpeg.c: plug leaks on OJPEG read failure pathbfriesen2011-05-311-2/+5
* * libtiff/tif_ojpeg.c: Fixes to compile with MinGW32 GCC.bfriesen2011-04-021-1/+13
* fix for deferred strile loadingfwarmerdam2011-02-181-1/+3
* * libtiff/tif_ojpeg.c, libtiff/tif_pixarlog.c,faxguy2010-12-111-6/+6
* * libtiff/tif_ojpeg.c: fix buffer overflow on problem datafaxguy2010-12-111-2/+6
* fix build warningfaxguy2010-12-111-2/+2
* 2010-12-08 Lee Howard <faxguy@howardsilvan.com>faxguy2010-12-111-1/+7
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* * libtiff/tif_ojpeg.c (OJPEGWriteHeaderInfo): IJG JPEG 7 needsbfriesen2009-09-031-1/+4
* Fixed various errors reports to use %s as format string (gdal #2976)fwarmerdam2009-05-031-3/+3
* fix printdir chaining for some codecs. (#2020)fwarmerdam2009-03-131-1/+6
* * libtiff/tif_ojpeg.c (OJPEGLibjpegJpegSourceMgrFillInputBuffer):bfriesen2008-12-301-3/+3
* use same jpeg hacks for win32 as in tif_jpeg.cfwarmerdam2008-06-171-1/+15
* More work on new tag extending scheme. Use the new scheme everywhere.dron2007-07-091-2/+2
* Rename TIFFMergeField() function into TIFFMergeFields().dron2007-07-091-2/+2
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfodron2007-07-081-4/+3
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structurejoris2007-06-281-8/+8
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-2/+3
* BigTIFF upgrade: solution for uint16 through variable argument listjoris2007-06-271-5/+5
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesjoris2007-06-261-7/+8
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...joris2007-06-231-8/+8
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-211-3/+3
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-19/+19
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-301-1/+9
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-111-21/+21
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-191-21/+16
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-091-89/+94
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 bydron2007-04-071-2/+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-24/+24
* * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash inbfriesen2006-06-031-2/+2
* added explanation of OJPEG codec operation - no functionality changejoris2006-04-081-2/+77
* resolved memory leak in tif_ojpegjoris2006-04-081-2/+2
* fix of bug in tif_getimage.c and tif_ojpeg.c, reported by Frank testing tif2r...joris2006-04-071-3/+3
* response to Bob's compiler warnings - one with potential impact on functionalityjoris2006-04-041-9/+15