summaryrefslogtreecommitdiff
path: root/libtiff/tif_ojpeg.c
Commit message (Expand)AuthorAgeFilesLines
* tif_ojpeg.c fix 554 by checking for division by zeroSu Laus2023-05-061-0/+3
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-2320/+2518
* Remove vim/emacs formatting footersEven Rouault2022-12-081-9/+0
* Convert uses of _TIFFmalloc/realloc/calloc/free to the Ext functionsEven Rouault2022-11-231-40/+40
* Add reentrant error functionsLaramie Leavitt2022-11-081-68/+68
* OJPEG: avoid assertion when using TIFFReadScanline() (fixes #337)Even Rouault2021-12-131-0/+18
* libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-281-11/+11
* Use standard C99 integer typesRoger Leigh2021-01-211-313/+313
* Use stdint.h types when availableRoger Leigh2021-01-061-5/+5
* Fix compiler warnings about unused variables when assert() expands to nothingEven Rouault2020-10-121-0/+1
* Merge branch 'deprecated' into 'master'Even Rouault2020-05-091-1/+1
|\
| * ojpeg: s/Depreciated/Deprecated/Aaron Boxer2020-05-091-1/+1
* | Fix typosEven Rouault2020-04-281-1/+1
|/
* Merge branch 'issue-11-const-pointers' into 'master'Even Rouault2020-03-101-3/+3
|\
| * Make pointers returned via TIFFGetField constAdam Goode2020-03-081-3/+3
* | tif_ojpeg.c: relax again too strict sanity checks to allow reading of valid i...Even Rouault2020-03-101-7/+4
|/
* OJPEGReadHeaderInfo: if rowsperstrip not defined, then assume one-single-stri...Even Rouault2020-01-071-0/+2
* OJPEG: fix broken sanity check added in 4.1.0, and add two OJPEG test filesEven Rouault2019-11-111-30/+23
* tif_ojpeg.c: avoid relying on isTiled macro being wrapped in ()Even Rouault2019-09-021-2/+2
* tif_ojpeg.c: avoid use of uninitialized memory on edge/broken file. Fixes htt...Even Rouault2019-09-021-1/+7
* tif_ojpeg.c: avoid unsigned integer overflow. Fixes https://bugs.chromium.org...Even Rouault2019-08-271-1/+3
* JPEG: avoid use of unintialized memory on corrupted filesEven Rouault2019-08-251-0/+14
* OJPEGWriteHeaderInfo(): avoid unsigned integer overflow on strile dimensions ...Even Rouault2019-08-231-2/+2
* tif_ojpeg: avoid unsigned integer overflow (probably not a bug). Fixes https:...Even Rouault2019-08-231-1/+2
* OJPEGReadBufferFill(): avoid very long processing time on corrupted files. Fi...Even Rouault2019-08-121-2/+7
* OJPEG: fix integer division by zero on corrupted subsampling factors. Fixes h...Even Rouault2019-08-101-0/+6
* OJPEG: avoid use of unintialized memory on corrupted filesEven Rouault2019-07-051-0/+26
* Make defer strile offset/bytecount loading available at runtimeEven Rouault2019-05-101-13/+4
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_ojpeg.c: fix potential memory leak inEven Rouault2017-04-271-1/+7
* * libtiff/tif_ojpeg.c: fix leak in OJPEGReadHeaderInfoSecTablesQTable,Even Rouault2017-01-121-1/+7
* * libtiff/tif_ojpeg.c: fix leak in OJPEGReadHeaderInfoSecTablesAcTableEven Rouault2017-01-121-1/+4
* * libtiff/tif_ojpeg.c: make OJPEGDecode() early exit in case of failure inEven Rouault2016-12-031-1/+9
* * libtiff/*.c: fix warnings raised by clang 3.9 -WcommaEven Rouault2016-09-041-6/+31
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-7/+8
* tif_ojpec.c: modify previous change to be compatible with all MSVC versionsEven Rouault2015-11-221-3/+8
* * libtiff/*.c: fix MSVC warnings related to cast shortening andEven Rouault2015-11-221-7/+9
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningsEven Rouault2015-11-181-6/+6
* * libtiff/tif_dirwrite.c (_TIFFRewriteField): Fix Coverity 1024310Bob Friesenhahn2015-05-311-2/+7
* * libtiff/tif_ojpeg.c (OJPEGReadBufferFill): Fix Coverity 603400Bob Friesenhahn2015-05-301-1/+2
* * libtiff/tif_getimage.c, libtiff/tif_ojpeg.c, libtiff/tif_zip.c: fixEven Rouault2014-12-251-3/+3
* * libtiff/tif_lzw.c: prevent potential null dereference ofEven Rouault2014-11-201-2/+7
* if OJPEGWriteHeader() fails once do not bother trying again on the same image.Frank Warmerdam2012-05-241-2/+4
* make things more resilient in the face of files without stripbytecounts or s...Frank Warmerdam2012-05-241-1/+6
* * libtiff/tif_ojpeg.c: plug leaks on OJPEG read failure pathBob Friesenhahn2011-05-311-2/+5
* * libtiff/tif_ojpeg.c: Fixes to compile with MinGW32 GCC.Bob Friesenhahn2011-04-021-1/+13
* fix for deferred strile loadingFrank Warmerdam2011-02-181-1/+3
* * libtiff/tif_ojpeg.c, libtiff/tif_pixarlog.c,Lee Howard2010-12-111-6/+6
* * libtiff/tif_ojpeg.c: fix buffer overflow on problem dataLee Howard2010-12-111-2/+6
* fix build warningLee Howard2010-12-111-2/+2