Module: wine Branch: master Commit: 4c255f5a634a0f1e75f046da8a8c0446357b562f URL: https://gitlab.winehq.org/wine/wine/-/commit/4c255f5a634a0f1e75f046da8a8c044...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Mar 11 18:37:42 2023 +0100
tiff: Import upstream release 4.5.0.
---
libs/tiff/Makefile.in | 1 + libs/tiff/libtiff/t4.h | 464 +- libs/tiff/libtiff/tif_aux.c | 649 +- libs/tiff/libtiff/tif_close.c | 169 +- libs/tiff/libtiff/tif_codec.c | 136 +- libs/tiff/libtiff/tif_compress.c | 428 +- libs/tiff/libtiff/tif_config.h | 6 +- libs/tiff/libtiff/tif_dir.c | 3589 +++++----- libs/tiff/libtiff/tif_dir.h | 461 +- libs/tiff/libtiff/tif_dirinfo.c | 2499 ++++--- libs/tiff/libtiff/tif_dirread.c | 13616 +++++++++++++++++++------------------ libs/tiff/libtiff/tif_dirwrite.c | 6010 ++++++++-------- libs/tiff/libtiff/tif_dumpmode.c | 151 +- libs/tiff/libtiff/tif_error.c | 148 +- libs/tiff/libtiff/tif_fax3.c | 2743 ++++---- libs/tiff/libtiff/tif_fax3.h | 899 +-- libs/tiff/libtiff/tif_flush.c | 135 +- libs/tiff/libtiff/tif_hash_set.c | 603 ++ libs/tiff/libtiff/tif_hash_set.h | 100 + libs/tiff/libtiff/tif_jpeg.c | 4124 ++++++----- libs/tiff/libtiff/tif_luv.c | 2752 ++++---- libs/tiff/libtiff/tif_lzw.c | 2270 ++++--- libs/tiff/libtiff/tif_next.c | 301 +- libs/tiff/libtiff/tif_open.c | 1233 ++-- libs/tiff/libtiff/tif_packbits.c | 510 +- libs/tiff/libtiff/tif_pixarlog.c | 2586 +++---- libs/tiff/libtiff/tif_predict.c | 1557 +++-- libs/tiff/libtiff/tif_predict.h | 55 +- libs/tiff/libtiff/tif_read.c | 2448 +++---- libs/tiff/libtiff/tif_strip.c | 482 +- libs/tiff/libtiff/tif_swab.c | 445 +- libs/tiff/libtiff/tif_thunder.c | 281 +- libs/tiff/libtiff/tif_tile.c | 415 +- libs/tiff/libtiff/tif_warning.c | 122 +- libs/tiff/libtiff/tif_win32.c | 604 +- libs/tiff/libtiff/tif_write.c | 1372 ++-- libs/tiff/libtiff/tif_zip.c | 1043 +-- libs/tiff/libtiff/tiff.h | 1422 ++-- libs/tiff/libtiff/tiffconf.h | 1 + libs/tiff/libtiff/tiffio.h | 865 +-- libs/tiff/libtiff/tiffiop.h | 633 +- libs/tiff/libtiff/tiffvers.h | 25 +- libs/tiff/libtiff/uvcode.h | 269 +- 43 files changed, 30941 insertions(+), 27681 deletions(-)