summaryrefslogtreecommitdiff
path: root/libtiff/tiffio.h
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tiffiop.h, tif_unix.c, tif_win32.c, tif_vms.c: add _TIFFcalloc()erouault2017-01-111-1/+2
* * libtiff/tiffio.h, libtiff/tif_getimage.c: add TIFFReadRGBAStripExt()erouault2016-12-171-1/+3
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)erouault2016-01-231-3/+3
* Add accessor functions for the opaque type TIFFField.tgl2012-07-291-1/+8
* add TIFFCreate{Custom,EXIF}Directory() functionsfwarmerdam2012-06-061-1/+4
* * libtiff/tiffio.h: Use double-underbar syntax in GCC printfbfriesen2012-02-181-5/+5
* restore TIFFMergeFieldInfo (#2315)fwarmerdam2011-05-171-1/+20
* Remove obsolete field info api, add missing items in libtiff.def (#2315, #2316)fwarmerdam2011-04-201-23/+1
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Make TIFFDisplay argument in TIFFCIELabToRGBInit const, and display_sRGB stat...fwarmerdam2009-11-301-2/+2
* * libtiff/tiffio.h: GCC will now validate format specificationsbfriesen2008-12-311-5/+9
* * libtiff/tiffio.h: Undeprecate toff_t and restore its use in thebfriesen2008-12-301-10/+12
* introduce TIFFUnsetField() functionfwarmerdam2008-12-211-1/+2
* TIFFRewriteField() renamed into _TIFFRewriteField() and moved out from thedron2008-04-101-3/+1
* added TIFFRewriteField()fwarmerdam2007-12-311-1/+3
* tif_getimage.c: removed SubsamplingHor/Ver from TIFFRGBAImage structure to re...joris2007-08-101-3/+1
* Transition to the new-style tag extending scheme completed.dron2007-07-121-4/+4
* BigTIFF upgrade: restoration of mapping functions protocoljoris2007-07-111-3/+3
* More work on new tag extending scheme. Use the new scheme everywhere.dron2007-07-091-23/+34
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfodron2007-07-081-29/+12
* Unused TIFFReassignTagToIgnore() function and TIFFIgnoreSense enumerationdron2007-07-041-2/+1
* TIFFTagValue structure moved from the public tiffio.h to private tif_dir.h.dron2007-07-041-7/+1
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structurejoris2007-06-281-20/+21
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-1/+3
* Added support for a TIFF_SSIZE_T in order to return memory sizes but stillbfriesen2007-06-261-2/+2
* Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic.bfriesen2007-06-261-2/+2
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesjoris2007-06-261-6/+6
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-261-75/+75
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...joris2007-06-231-21/+36
* BigTIFF upgrade: misc little thingsjoris2007-06-221-3/+3
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-30/+33
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-191-9/+11
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-84/+94
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-4/+4
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-49/+47
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-281-74/+72
* BigTIFF upgrade in progressjoris2007-03-221-7/+8
* BigTIFF upgrade in progressjoris2007-03-171-28/+29
* workaround for OJPEG 'Fractional scanline' bug in tif_getimage.cjoris2007-03-081-27/+30
* Null definition removed.dron2006-06-301-5/+1
* response to Bob's compiler warnings - no functionality changejoris2006-04-131-1/+2
* Revision of all RGB(A) put routines in tif_getimage.c, including bugfix in ha...joris2006-04-111-2/+5
* new ojpeg supportjoris2006-04-041-9/+10
* bugfix of tif_jpeg decode rawjoris2006-03-251-1/+2
* Fixed win32 I/O functions usage as per bugdron2006-03-211-4/+3
* Added VC_EXTRALEAN definition before including windows.h, to reduce thedron2005-12-271-1/+2
* *** empty log message ***joris2005-12-231-4/+4
* *** empty log message ***joris2005-12-211-3/+8
* Preliminary support to read custom directories. New functions:dron2005-12-091-52/+59
* TIFFreeDirectory() now publicfwarmerdam2005-11-031-1/+2