• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

0000-build-config.patchH A D16-Feb-20218.1 KiB313304

0017-safe_skews_in_gtTileContig.patchH A D16-Feb-20212.8 KiB8986

0027-build-config.patchH A D16-Feb-20211.2 KiB4137

0028-nstrips-OOM.patchH A D16-Feb-2021886 2724

0031-safe_size_ingtStripContig.patchH A D16-Feb-20211.6 KiB4941

0032-builtin-codecs.patchH A D16-Feb-2021846 2726

README.pdfiumH A D16-Feb-2021614 1814

t4.hH A D16-Feb-202111.1 KiB291240

tif_aux.cH A D16-Feb-202110.7 KiB420322

tif_close.cH A D16-Feb-20214 KiB13952

tif_codec.cH A D16-Feb-20215 KiB172111

tif_color.cH A D16-Feb-20219.3 KiB308177

tif_compress.cH A D16-Feb-20217.7 KiB303213

tif_dir.cH A D16-Feb-202150.5 KiB1,7861,433

tif_dir.hH A D16-Feb-202111.2 KiB316209

tif_dirinfo.cH A D16-Feb-202150.2 KiB1,082907

tif_dirread.cH A D16-Feb-2021165.1 KiB6,4045,757

tif_dirwrite.cH A D16-Feb-202197.2 KiB3,2672,843

tif_dumpmode.cH A D16-Feb-20213.7 KiB14277

tif_error.cH A D16-Feb-20212.3 KiB8746

tif_extension.cH A D16-Feb-20213.1 KiB11747

tif_fax3.cH A D16-Feb-202145.1 KiB1,6471,258

tif_fax3.hH A D16-Feb-202116 KiB539385

tif_fax3sm.cH A D16-Feb-2021102.3 KiB1,2611,251

tif_flush.cH A D16-Feb-20215.8 KiB17593

tif_getimage.cH A D16-Feb-202179.3 KiB3,0972,507

tif_jpeg.cH A D16-Feb-202179.2 KiB2,6051,841

tif_luv.cH A D16-Feb-202143.8 KiB1,7651,364

tif_lzw.cH A D16-Feb-202132.8 KiB1,233851

tif_next.cH A D16-Feb-20214.8 KiB188117

tif_ojpeg.cH A D16-Feb-202179 KiB2,6222,299

tif_open.cH A D16-Feb-202118.2 KiB742482

tif_packbits.cH A D16-Feb-20217.3 KiB310227

tif_pixarlog.cH A D16-Feb-202142.6 KiB1,4781,144

tif_predict.cH A D16-Feb-202123.8 KiB880665

tif_predict.hH A D16-Feb-20212.9 KiB8232

tif_print.cH A D16-Feb-202120.6 KiB719623

tif_read.cH A D16-Feb-202152.2 KiB1,6501,242

tif_strip.cH A D16-Feb-202110.7 KiB360252

tif_swab.cH A D16-Feb-20219.5 KiB311242

tif_thunder.cH A D16-Feb-20216.3 KiB207138

tif_tile.cH A D16-Feb-20218.5 KiB300214

tif_version.cH A D16-Feb-20211.4 KiB407

tif_warning.cH A D16-Feb-20212.3 KiB8846

tif_write.cH A D16-Feb-202126.7 KiB847530

tif_zip.cH A D16-Feb-202113.1 KiB457296

tiff.hH A D16-Feb-202136.3 KiB696491

tiffconf.hH A D16-Feb-20216 KiB254102

tiffio.hH A D16-Feb-202123.2 KiB569393

tiffiop.hH A D16-Feb-202119.9 KiB474348

tiffvers.hH A D16-Feb-2021410 102

uvcode.hH A D16-Feb-20215.5 KiB181172

README.pdfium

1Name: LibTIFF
2URL: http://www.simplesystems.org/libtiff/
3Version: 4.1.0
4Security Critical: yes
5License: BSD
6
7Description:
8TIFF library.
9
10Local Modifications:
11
120000-build-config.patch: Local build configuration changes.
130017-safe_skews_in_gtTileContig.patch: return error if to/from skews overflow from int32.
140027-build-config.patch: #define variables so their value can be used by #if.
150028-nstrips-OOM.patch: return error for excess number of tiles/strips.
160031-safe_size_ingtStripContig.patch: return error if the size to read overflow from int32.
170032-builtin-codecs.patch: make _TIFFBuiltinCODECS const data.
18