summaryrefslogtreecommitdiff
path: root/libtiff/tif_lzma.c
Commit message (Expand)AuthorAgeFilesLines
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-389/+408
* Remove vim/emacs formatting footersEven Rouault2022-12-081-2/+0
* Convert uses of _TIFFmalloc/realloc/calloc/free to the Ext functionsEven Rouault2022-11-231-2/+2
* Add reentrant error functionsLaramie Leavitt2022-11-081-14/+14
* Add TIFF_SIZE_FORMAT for portable use of %zRoger Leigh2021-02-041-1/+1
* libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-281-6/+6
* Use standard C99 integer typesRoger Leigh2021-01-211-10/+10
* Fix compiler warnings about unused variables when assert() expands to nothingEven Rouault2020-10-121-0/+1
* FAX/JPEG/LZMA/PixarLog/ZIP/ZSTD codecs: make sure to check TIFFFlushData1() r...Even Rouault2020-10-031-2/+4
* LZMAPreEncode: emit verbose error if lzma_stream_encoder() fails (typically b...Even Rouault2018-10-181-1/+8
* 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
* 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