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
/
draw-unpack.c
Age
Commit message (
Expand
)
Author
2018-07-05
Pass matrices by value: device and document interface.
Tor Andersson
2018-06-22
Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.
Tor Andersson
2018-02-06
Bug 698989: Throw upon unsupported bpc when unpacking image.
Sebastian Rasmussen
2017-09-20
tiff: Support images with 24/32 bits per component.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2016-10-12
Bug 697151: Pacify valgrind when reading padding while unpacking tiles
Sebastian Rasmussen
2016-10-10
PDF Images: Add a flag for if we need to apply the decode array
Robin Watts
2016-09-16
fz_unpack_tile now skips extra input components.
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-05-26
Avoid unnecessary alphas when decompressing images from streams.
Robin Watts
2016-05-24
Fix fz_decode_tile in the absence of alpha.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-01-13
Add lots of consts.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson