summaryrefslogtreecommitdiff
path: root/libtiff/tif_dirread.c
Commit message (Expand)AuthorAgeFilesLines
* Add DNG tags up to version 1.6.0.0 and some TIFF/EP tags and update documenta...Su_Laus2023-04-251-0/+87
* Even faster TIFFSetDirectory() using IFD list.Su Laus2023-03-261-4/+81
* Optimize relative seeking with TIFFSetDirectorySu Laus2023-03-121-1/+6
* Remove use of tif_dirnumberEven Rouault2023-01-061-10/+2
* _TIFFCheckDirNumberAndOffset(): fix recently introduced use-after-free found ...Even Rouault2022-12-131-4/+19
* _TIFFCheckDirNumberAndOffset: fix a previous commitEven Rouault2022-12-131-2/+2
* Fix IFD loop detectionEven Rouault2022-12-131-23/+55
* Use UINT_MAXEven Rouault2022-12-131-2/+3
* Add a TIFF_MAX_DIR_COUNT public #defineEven Rouault2022-12-121-5/+8
* TIFFCurrentDirectory(), TIFFNumberOfDirectories(), TIFFSetDirectory(), TIFFUn...Even Rouault2022-12-121-11/+17
* IFD loop checking: use hashmap to avoid quadratic performanceEven Rouault2022-12-121-74/+129
* Make TIFFSetDirectory(tiff, 65534) work again (fixes #502)Even Rouault2022-12-121-12/+8
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-6271/+6685
* Remove vim/emacs formatting footersEven Rouault2022-12-081-10/+0
* Convert uses of _TIFFmalloc/realloc/calloc/free to the Ext functionsEven Rouault2022-11-231-117/+117
* tif_dirread.c: fix typo in commentEven Rouault2022-11-121-1/+1
* Add reentrant error functionsLaramie Leavitt2022-11-081-87/+87
* 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-191-3/+3
* Merge branch 'FIELD_IGNORE_warning-messages' into 'master'Even Rouault2022-10-131-0/+3
|\
| * Warning messages for FIELD_IGNORE tags for writing and for TIFF_SETGET_UNDEFI...Su Laus2022-10-131-0/+3
* | Improved IFD-Loop Handling (fixes #455)Su Laus2022-10-061-31/+116
* | Remove dead code from tif_dirread.c, tif_dirwrite.c and tif_getimage.cSu Laus2022-08-201-33/+0
* | 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-161-0/+2
* | Deal with RichTIFFIPTC tag written with LONG type (fixes #225)Even Rouault2022-08-091-2/+27
|/
* Reading of signed tags added (fixes #40)Su Laus2022-05-081-17/+628
* extra flag for anonymous (unknown) tags (fixes #8)Su_Laus2022-04-061-1/+1
* TIFFFetchNormalTag(): speed optimization when reading a (very large) nul-term...Even Rouault2022-02-191-15/+29
* TIFFFetchNormalTag(): avoid calling memcpy() with a null source pointer and s...Even Rouault2022-02-171-1/+4
* TIFFFetchStripThing(): avoid calling memcpy() with a null source pointer and ...Even Rouault2022-02-061-2/+3
* TIFFReadDirectory(): avoid calling memcpy() with a null source pointer and si...Even Rouault2022-02-051-1/+2
* Fix Issue #354 Segmentation Fault due to field_name=NULLSu_Laus2021-12-281-1/+1
* TIFFReadDirectory: fix OJPEG hack (fixes #319)Even Rouault2021-12-051-79/+83
* TIFFReadCustomDirectory(): avoid crash when reading SubjectDistance tag on a ...Even Rouault2021-11-301-1/+8
* TIFFReadDirEntryArrayWithLimit(): avoid false positive from Coverity Scan reg...Even Rouault2021-03-071-2/+5
* Use TIFF_SSIZE_FORMAT for formatting tmsize_tRoger Leigh2021-02-041-1/+1
* libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-281-17/+18
* Use standard C99 integer typesRoger Leigh2021-01-211-1000/+995
* Use stdint.h types when availableRoger Leigh2021-01-061-4/+5
* TIFFReadDirEntryArrayWithLimit(): properly read from offline tag value when w...Even Rouault2020-12-081-2/+9
* Fix comparison for max negative float value.Dirk Lemstra2020-09-111-1/+1
* Fix typosEven Rouault2020-04-281-1/+1
* Fix wrong file size checks for memory-mapped BigTIFF files that could lead to...Even Rouault2020-04-151-2/+2
* Merge branch 'EXIF231_GPS_upgrade' into 'master'Even Rouault2020-03-071-0/+11
|\
| * EXIF 2.32 and GPS tags and functionality upgraded.Su_Laus2020-03-071-0/+11
* | TIFFReadCustomDirectory(): fix potential heap buffer overflow when reading a ...Even Rouault2020-03-011-0/+1
|/
* Merge branch 'Rational2DoublePrecision' into 'master'Even Rouault2020-02-271-1/+24
|\
| * Rational with Double Precision UpgradeSu_Laus2020-02-271-1/+24
* | tif_dirread.c: suppress CLang static Analyzer 9.0 false positiveEven Rouault2020-02-061-0/+1