summaryrefslogtreecommitdiff
path: root/libtiff/tif_lzma.c
Commit message (Collapse)AuthorAgeFilesLines
* LZMAPreEncode: emit verbose error if lzma_stream_encoder() fails (typically ↵Even Rouault2018-10-181-1/+8
| | | | because not enough memory available)
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
|
* * libtiff/tif_lzma.c: typo fix in commentEven Rouault2016-09-171-2/+2
|
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-2/+2
| | | | coming from GDAL internal libtiff
* Released libtiff 4.0.0.v4.0.0Release-v4-0-0Bob Friesenhahn2011-12-221-2/+2
|
* fix rawcp/rawcc maintinance for lzma compressorFrank Warmerdam2011-02-221-1/+8
|
* Properly set the LZMA2 compression level (preset) in LZMAVSetField().Andrey Kiselev2010-12-231-5/+17
|
* Implement a new TIFF compression scheme LZMA reserving a new value 34925 forAndrey Kiselev2010-12-141-0/+476
Compression tag. As per bug http://bugzilla.maptools.org/show_bug.cgi?id=2221