summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* newFrank Warmerdam2009-01-221-0/+46
* introduce libport.h prototypes to reduce warningsFrank Warmerdam2009-01-2221-29/+102
* fix some warningsFrank Warmerdam2009-01-223-6/+19
* * test/common.sh: Execute tests like 'make VERBOSE=TRUE check' inBob Friesenhahn2009-01-212-0/+10
* tiffsplit.c: fix sampleformat to be shortv instead of longvFrank Warmerdam2009-01-212-2/+8
* * test/Makefile.am (CLEANFILES): Make sure that test output filesBob Friesenhahn2009-01-213-0/+7
* * Update autotools for 4.0.0 beta3Bob Friesenhahn2009-01-212-11/+15
* update to 4.0.0beta3Frank Warmerdam2009-01-202-3/+3
* * test/tiffcrop.sh: New test script for tiffcrop from RichardBob Friesenhahn2009-01-125-4/+98
* Updates for tiff2ps.1Bob Friesenhahn2009-01-122-5/+16
* * tools/tiff2ps.c: Incorporated significant functionality updateBob Friesenhahn2009-01-114-1736/+5170
* test commitFrank Warmerdam2009-01-021-2/+4
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2008-12-3116-113/+231
* * tools/{tiff2pdf.c, tiff2ps.c, tiffinfo.c}: Offset and lengthBob Friesenhahn2008-12-319-47/+86
* * tools/thumbnail.c: Eliminate crash noticed while running testBob Friesenhahn2008-12-303-7/+27
* Don't throw away output to stderr. Collect and display it if there is an error.Bob Friesenhahn2008-12-301-2/+6
* * libtiff/tif_ojpeg.c (OJPEGLibjpegJpegSourceMgrFillInputBuffer):Bob Friesenhahn2008-12-302-3/+5
* * tools/tiffinfoce.c (main): Use toff_t for offset type whenBob Friesenhahn2008-12-302-2/+4
* * libtiff/tiffio.h: Undeprecate toff_t and restore its use in theBob Friesenhahn2008-12-304-15/+19
* Use toff_t rather than uint64 since it is a safer interface.Bob Friesenhahn2008-12-301-2/+2
* * tools/tiffinfo.c (main): Offset to EXIF IFD requires a 64-bitBob Friesenhahn2008-12-2931-736/+1551
* minor formatting changesFrank Warmerdam2008-12-211-3/+4
* ensure we flush dirty directories even if no imagery writtenFrank Warmerdam2008-12-211-2/+2
* introduce TIFFUnsetField() functionFrank Warmerdam2008-12-213-2/+46
* avoid errors on last partial strip (#1981)Frank Warmerdam2008-12-212-1/+11
* include tiffcropFrank Warmerdam2008-12-131-1/+2
* clear BEENWRITING in TIFFlush() after writing strip/tile offsets (#2621)Frank Warmerdam2008-10-302-1/+9
* Support the JBIG-KIT 2.0 (compatibility with the older versions retained).Andrey Kiselev2008-10-212-3/+20
* added file io changes needed for IPP libjpeg compatability (#1951)Frank Warmerdam2008-10-102-1/+36
* *** empty log message ***Andrey Kiselev2008-09-051-0/+8
* Use byte counts of proper size (uint64). Required for libtiff 4.0.Andrey Kiselev2008-09-051-7/+7
* Use dynamically allocated array instead of static when constructingAndrey Kiselev2008-09-051-3/+14
* NewFrank Warmerdam2008-09-031-0/+14
* Bugzilla links updated; added list of maintainers.Andrey Kiselev2008-09-031-4/+14
* *** empty log message ***Andrey Kiselev2008-09-031-1/+18
* Get rid of unsafe strcpy()/strcat() calls when doing the filename/pathAndrey Kiselev2008-09-031-7/+10
* More appropriate format string in t2p_write_pdf_string(); avoidAndrey Kiselev2008-09-031-4/+3
* Properly zero out the codetable. As per bugAndrey Kiselev2008-09-031-4/+22
* Properly zero out the string table. Fixes CVE-2008-2327 security issue.Andrey Kiselev2008-09-031-1/+5
* fix typo with status, and supress stderr outputFrank Warmerdam2008-09-021-2/+3
* avoid warnings about TIFFReadDirEntryFloat(), etcFrank Warmerdam2008-09-012-1/+8
* modified to write IFDs as either IFD8 or IFD depending on whether the fileFrank Warmerdam2008-09-012-2/+71
* added Lee as a co-maintainerFrank Warmerdam2008-09-011-2/+3
* * tools/tiffdump.c: When compiling for Microsoft Windows, applyBob Friesenhahn2008-08-122-2/+9
* Return an error rather than just asserting on invalid samples perFrank Warmerdam2008-07-292-14/+29
* note leak of anonymous field structureFrank Warmerdam2008-07-291-1/+3
* fix some portability and warning issues with tiffcropFrank Warmerdam2008-06-172-7/+16
* use same jpeg hacks for win32 as in tif_jpeg.cFrank Warmerdam2008-06-172-1/+18
* Ensure TIFFOpenW() uses same FILE_SHARE flags as TIFFOpen()Frank Warmerdam2008-06-172-21/+15
* fix alignment problems for architectures like Sparc (#1892)Frank Warmerdam2008-06-012-5/+16