summaryrefslogtreecommitdiff
path: root/libtiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare v4.5.0 releaseEven Rouault2022-12-091-2/+2
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-0855-35591/+38691
* Remove vim/emacs formatting footersEven Rouault2022-12-0851-436/+0
* TIFFWriteRawStrip(): restore capabilities to append data in the current strip...Even Rouault2022-11-291-3/+6
* TIFFErrorExt() was not replaced with TIFFErrorExtR() everywhere in libtiff....Su Laus2022-11-261-2/+2
* tif_jpeg.c: fix compilation with MSVC (fixes commit 0fd1a81d3547acb8f5be50bbb...Even Rouault2022-11-251-16/+19
* JPEGEncode(): fix wrong pointer data type with libjpeg-turbo 2.2dev in 12-bit...Even Rouault2022-11-251-1/+1
* Add support for libjpeg-turbo 2.2-dev 8/12 bit dual modeEven Rouault2022-11-254-26/+94
* libtiff: Fix TIFFOpen* for the Windows platform in tif_unix.cFrancois Bleibel2022-11-231-2/+2
* TIFFClientOpenExt(): fix warning on 32-bit platforms (master only)Even Rouault2022-11-231-1/+3
* Emit explicit error message when tif_max_single_mem_alloc is exceededEven Rouault2022-11-231-3/+20
* Convert uses of _TIFFmalloc/realloc/calloc/free to the Ext functionsEven Rouault2022-11-2327-439/+460
* Add TIFFOpenOptionsSetMaxSingleMemAlloc()Even Rouault2022-11-225-2/+65
* Remove TIFFSetErrorHandlerExtR() and TIFFSetWarningHandlerExtR() that were te...Even Rouault2022-11-215-20/+0
* Add a _TIFFErrorEarly() function to be able to use the re-entrant error handl...Even Rouault2022-11-215-15/+38
* Rework TIFFOpenExt() and similar to use an opaque TIFFOpenOptions* opts argum...Even Rouault2022-11-217-230/+116
* Add TIFFOpenExt(), TIFFOpenWExt() and TIFFFdOpenExt() with re-entrant error h...Even Rouault2022-11-219-52/+291
* Merge branch 'fix_479' into 'master'Even Rouault2022-11-121-0/+40
|\
| * _TIFFReadEncodedTileAndAllocBuffer(): avoid excessive memory allocation on br...Even Rouault2022-11-111-0/+40
* | tif_dirread.c: fix typo in commentEven Rouault2022-11-121-1/+1
|/
* Merge branch 'fix_coverity_1516759' into 'master'Even Rouault2022-11-081-1/+1
|\
| * TIFFErrorExtR(): fix Dereference after null check (CID 1516759)Even Rouault2022-11-081-1/+1
* | Merge branch 'fix_ossfuzz_53137' into 'master'Even Rouault2022-11-081-4/+4
|\ \ | |/ |/|
| * TIFFReadRGBATileExt(): fix (unsigned) integer overflow on strips/tiles > 2 GBEven Rouault2022-11-081-4/+4
* | Replace sprintf calls with snprintfMark Mentovai2022-11-082-34/+37
* | Add reentrant error functionsLaramie Leavitt2022-11-0839-747/+832
|/
* tif_dirread.c: fix typo in commentEven Rouault2022-11-021-1/+1
* Fix incorrect printf() formatters introduced in recent commits (fixes #480)Even Rouault2022-10-192-5/+5
* Merge branch 'CLIPPATH_tags_corrected' into 'master'Even Rouault2022-10-131-5/+4
|\
| * CLIPPATH tags defined twice but differently and also wronglySu_Laus2022-07-011-5/+4
* | Merge branch 'FIELD_IGNORE_warning-messages' into 'master'Even Rouault2022-10-133-3/+16
|\ \
| * | Warning messages for FIELD_IGNORE tags for writing and for TIFF_SETGET_UNDEFI...Su Laus2022-10-133-3/+16
* | | Merge branch 'tag-def_COMPRESSION_corrected' into 'master'Even Rouault2022-10-131-2/+2
|\ \ \
| * | | In tif_dirinfo.c the definition for TIFFTAG_COMPRESSION has different setting...Su_Laus2022-07-011-2/+2
| | |/ | |/|
* | | Merge branch 'InkNames_NumberOfInks_handling_revised' into 'master'Even Rouault2022-10-125-50/+82
|\ \ \
| * | | Revised handling of TIFFTAG_INKNAMES and related TIFFTAG_NUMBEROFINKS valueSu_Laus2022-08-305-50/+82
* | | | TIFFAdvanceDirectory(): fix unsigned-integer-overflow in mapped caseEven Rouault2022-10-101-2/+12
* | | | Moved linking of CMath::CMath into CMath_LIBRARY checkFrei Herr2022-10-071-1/+1
* | | | Improved IFD-Loop Handling (fixes #455)Su Laus2022-10-066-71/+219
* | | | Merge branch 'fix-cmake-subproject' into 'master'Roger Leigh2022-10-051-26/+33
|\ \ \ \
| * | | | Apply 9 suggestion(s) to 3 file(s)Timothy Lyanguzov2022-10-041-2/+2
| * | | | Fix CMake build to be compatible with FetchContentJeremy Maitin-Shepard2022-10-031-26/+33
* | | | | Merge branch 'getimage_overflow' into 'master'Even Rouault2022-09-271-4/+8
|\ \ \ \ \
| * | | | | Update getimage to support large raster imagesEric Siegel2022-09-151-4/+8
| |/ / / /
* | | | | Fix #458: MinGW Windows 64: warning because 'long' is a 32 bits type in...Su Laus2022-09-261-1/+1
|/ / / /
* | | | tif_lzw.c: fix typo in code commentEven Rouault2022-09-081-1/+1
|/ / /
* | | Remove dead code from tif_dirread.c, tif_dirwrite.c and tif_getimage.cSu Laus2022-08-203-875/+0
* | | tif_zip.c: silence Coverity Scan false positive warnings about out-of-bounds ...Even Rouault2022-08-161-0/+2
* | | tif_dirread.c: silence Coverity Scan false positive warnings about out-of-bou...Even Rouault2022-08-161-0/+2
* | | Presetting of default tag values extended (e.g. PlanarConfig). (fixes #449)Su Laus2022-08-164-17/+29