index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
load-tiff.c
Age
Commit message (
Expand
)
Author
2015-07-29
Support reading LZW codes in reverse order from each byte.
Sebastian Rasmussen
2015-07-29
Support LZW codes shorter than 9 bits.
Sebastian Rasmussen
2015-02-18
Fix 695831: integer overflow in PNG and TIFF loaders.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-12-03
Add ZIP file and directory reading module.
Tor Andersson
2014-09-22
Ensure that TIFFs with resolution set to zero get sane values.
Robin Watts
2014-07-18
allow 1-bit colormaps for TIFF images
Simon Bünzli
2014-02-10
Bug 695022: Add support for multuple image tiff files.
Robin Watts
2013-09-27
don't color transform RGB JPEG-in-TIFF images
Simon Bünzli
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-09-10
support jpegtables for TIFF images
Simon Bünzli
2013-08-28
support deprecated JPEG-in-TIFF compression
Simon Bünzli
2013-06-20
Rearrange source files.
Tor Andersson