summaryrefslogtreecommitdiff
path: root/libtiff/tif_ojpeg.c
Commit message (Expand)AuthorAgeFilesLines
* More work on new tag extending scheme. Use the new scheme everywhere.Andrey Kiselev2007-07-091-2/+2
* Rename TIFFMergeField() function into TIFFMergeFields().Andrey Kiselev2007-07-091-2/+2
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-081-4/+3
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structureJoris Van Damme2007-06-281-8/+8
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-2/+3
* BigTIFF upgrade: solution for uint16 through variable argument listJoris Van Damme2007-06-271-5/+5
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesJoris Van Damme2007-06-261-7/+8
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...Joris Van Damme2007-06-231-8/+8
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffJoris Van Damme2007-06-211-3/+3
* BigTIFF upgrade: type restoration - not so messy anymoreJoris Van Damme2007-06-121-19/+19
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-301-1/+9
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-111-21/+21
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-191-21/+16
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-091-89/+94
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 byAndrey Kiselev2007-04-071-2/+12
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-24/+24
* * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash inBob Friesenhahn2006-06-031-2/+2
* added explanation of OJPEG codec operation - no functionality changeJoris Van Damme2006-04-081-2/+77
* resolved memory leak in tif_ojpegJoris Van Damme2006-04-081-2/+2
* fix of bug in tif_getimage.c and tif_ojpeg.c, reported by Frank testing tif2r...Joris Van Damme2006-04-071-3/+3
* response to Bob's compiler warnings - one with potential impact on functionalityJoris Van Damme2006-04-041-9/+15
* *** empty log message ***Joris Van Damme2006-04-041-21/+28
* *** empty log message ***Joris Van Damme2006-04-041-37/+17
* new ojpeg supportJoris Van Damme2006-04-041-2568/+2285
* Set the ReferenceBlackWhite with the TIFFSetField() method, not directly.Andrey Kiselev2006-03-011-25/+13
* TIFFTAG_JPEGTABLES should have uint32 count. Use this type everywhere.Andrey Kiselev2004-11-041-2/+2
* Handle the zero strip/tile sizes properly (Dmitry V. Levin, Marcus Meissner).Andrey Kiselev2004-10-121-2/+2
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-6/+8
* Fixed problem with duplicated SOI and SOF markers as per bugAndrey Kiselev2004-05-271-2/+11
* Avoid warnings.Andrey Kiselev2003-12-241-15/+7
* TIFFVGetField() function now can properly extract the fields from the OJPEGAndrey Kiselev2003-11-211-17/+198
* Applied huge patch from Scott. See bugzilla for details.Frank Warmerdam2002-06-121-761/+1174
* modified to avoid use of td_softwareFrank Warmerdam2002-03-271-8/+11
* updated to use tif_tagmethods substructureFrank Warmerdam2002-03-061-5/+5
* added patches from Scott for greyscale support, see faucet.tifFrank Warmerdam2002-02-051-11/+10
* new update from ScottFrank Warmerdam2001-09-241-11/+28
* various improvements from ScottFrank Warmerdam2001-09-221-67/+68
* Applied big patch from Scott for TIFFTAG_JPEGCOLORMODE support.Frank Warmerdam2001-09-081-30/+147
* updates from Scott ... color much betterFrank Warmerdam2001-07-181-83/+180
* NewFrank Warmerdam2001-05-121-0/+1810