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
2017-05-08
tiff: Fix bug where both tiff and fax decoders inverted the image.
Sebastian Rasmussen
2017-05-02
tiff: Fix typo in validation of tiles images.
Sebastian Rasmussen
2017-05-02
tiff: Scale Lab components to suit colorspace.
Sebastian Rasmussen
2017-04-30
tiff: Set k>0 for CCITT fax group 3 1D/2D compression.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2016-12-27
Common code to ensure we only premultiply pixmaps with additive colors.
Tor Andersson
2016-12-14
Let pixmap colorspace conversion create new pixmap.
Sebastian Rasmussen
2016-12-14
Plug pixmap leak when fz_convert_pixmap() throws.
Sebastian Rasmussen
2016-11-03
Fix signed/unsigned and size_t/int/fz_off_t warnings.
Robin Watts
2016-11-02
Don't check for NULL before calls to fz_free.
Sebastian Rasmussen
2016-11-01
tiff: Plug leak where superflous pixmaps was created.
Sebastian Rasmussen
2016-10-26
tiff: Drop pixmap when exception is thrown.
Sebastian Rasmussen
2016-10-26
tiff: Always set colorspace when reading image info.
Sebastian Rasmussen
2016-10-18
tiff: Support stripped YCbCr images.
Sebastian Rasmussen
2016-10-18
tiff: Cosmetic cleanup of code.
Sebastian Rasmussen
2016-10-16
tiff: Plug pixmap leak should conversion fail.
Sebastian Rasmussen
2016-09-28
tiff: Do not clobber input buffer if fill order is reversed.
Sebastian Rasmussen
2016-09-28
tiff: Do error handling for decoders in a single place.
Sebastian Rasmussen
2016-09-28
tiff: Validate that tag/tile/strip offsets are within bounds.
Sebastian Rasmussen
2016-09-28
Bug 697166: tiff: Avoid freeing offset/bytecount arrays twice.
Sebastian Rasmussen
2016-09-28
Bug 697165: tiff: Do not allow duplicate array tags.
Sebastian Rasmussen
2016-09-28
Bug 697155: tiff: Drop stream if compression is unknown.
Sebastian Rasmussen
2016-09-28
Bug 697157: tiff: Rational tag denominators may not be zero.
Sebastian Rasmussen
2016-09-28
Bug 697156: tiff: Free tile arrays after use.
Sebastian Rasmussen
2016-09-28
Bug 697154: tiff: Detect error when decoding strip/tile data.
Sebastian Rasmussen
2016-09-27
Bug 697153: tiff: Image dimensions must always be bigger than 0.
Sebastian Rasmussen
2016-09-27
Bug 697163: gif: Fix integer overflow in image dimensions.
Sebastian Rasmussen
2016-09-26
tiff: Support tiled images.
Sebastian Rasmussen
2016-09-26
tiff: Estimate uncompressed strip sizes if missing.
Sebastian Rasmussen
2016-09-26
tiff: Reorganize code, preparing for tiled image support.
Sebastian Rasmussen
2016-09-26
tiff: Add support for thunder decoding.
Sebastian Rasmussen
2016-09-26
tiff: Support flate compression under differnent name.
Sebastian Rasmussen
2016-09-26
tiff: Support images with 2 and 16 bits per palette color.
Sebastian Rasmussen
2016-09-26
tiff: Support images using Lab colorspace.
Sebastian Rasmussen
2016-09-18
tiff: Do not assume that images always have alpha component.
Sebastian Rasmussen
2016-07-06
Add optional support for JPEG-XR.
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-15
tiff: Add omitted static void return type.
Sebastian Rasmussen
2016-06-14
Add TIFF SGI LUV decoding.
Robin Watts
2016-06-14
Update TIFF LZW decode.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-27
Remove useless try/catch/rethrows.
Tor Andersson
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
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
[next]