summaryrefslogtreecommitdiff
path: root/libtiff/tif_compress.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
|
* * tools/tiffinfo.c: fix out-of-bound read on some tiled images.Even Rouault2016-10-251-2/+2
| | | | | | | | (http://bugzilla.maptools.org/show_bug.cgi?id=2517) * libtiff/tif_compress.c: make TIFFNoDecode() return 0 to indicate an error and make upper level read routines treat it accordingly. (linked to the test case of http://bugzilla.maptools.org/show_bug.cgi?id=2517)
* * libtiff/*.c: fix MSVC warnings related to cast shortening andEven Rouault2015-11-221-2/+2
| | | | assignment within conditional expression
* * libtiff/tif_dir.c, libtiff/tif_dirinfo.c, libtiff/tif_compress.c,Even Rouault2015-10-281-2/+2
| | | | | libtiff/tif_jpeg_12.c: suppress warnings about 'no previous declaration/prototype'
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
| | | | | that it is clearly a memory allocation error message, and also includes the size of the allocation request.
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, ↵Joris Van Damme2007-06-271-1/+2
| | | | restoration of tif_dirwrite.c
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesJoris Van Damme2007-06-261-2/+2
|
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffJoris Van Damme2007-06-261-11/+12
|
* BigTIFF upgrade: misc little thingsJoris Van Damme2007-06-231-4/+4
|
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-301-3/+10
|
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-11/+11
|
* 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-11/+11
|
* Regenerated.Andrey Kiselev2007-02-241-10/+12
|
* *** empty log message ***Joris Van Damme2006-03-251-2/+2
|
* *** empty log message ***Joris Van Damme2005-12-211-8/+8
|
* Avoid warnings.Andrey Kiselev2005-06-281-6/+8
|
* Improved error reporting in TIFFGetConfiguredCODECs() (Dmitry V. Levin).Andrey Kiselev2004-10-031-10/+23
|
* Added checks for failed memory allocations andinteger overflowsAndrey Kiselev2004-10-021-3/+8
| | | | (Dmitry V. Levin).
* Added TIFFGetConfiguredCODECs() to get the list of configured codecs.Andrey Kiselev2004-09-241-1/+39
|
* UNISYS patent clause removed.Andrey Kiselev2004-09-021-11/+6
|
* Introduced additional members tif->tif_decodestatus and tif->tif_encodestatusAndrey Kiselev2002-04-081-1/+3
| | | | | for correct handling of unconfigured codecs (we should not try to read data or to define data size without correct codecs).
* * Aadded Pixar tag support.Mike Welles1999-12-211-2/+2
| | | | | | | | Contributed by Phil Beffery <phil@pixar.com> * Made one more change to tif_dir.c for removal of LZW compression. Also added notice when LZW compression invoked. * Changed default compression in tools to TIFF_PACKBITS, and changed usage description in tools to reflect removal of LZW compression
* * Fixed bug that caused LZW (non) compression to segfault. AddedMike Welles1999-12-201-6/+14
| | | | warning about LZW compression removed being removed, and why.
* Avoid type casting warning.Frank Warmerdam1999-11-271-2/+2
|
* Initial revisionMike Welles1999-07-271-0/+223