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
/
image.c
Age
Commit message (
Expand
)
Author
2017-05-09
Fix key_storable operations leading to leaks of fz_image.
Robin Watts
2017-04-27
Typedef function pointers consistently.
Tor Andersson
2017-04-27
Clean up store debug printing.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-03-31
Fix leaks of reaped object keys.
Robin Watts
2017-03-25
Add fz_storable_needs_reaping.
Robin Watts
2017-03-24
Fix needs_reap entry in key storable.
Robin Watts
2017-03-24
Ensure fz_store_types are all static const.
Robin Watts
2017-03-23
Introduce fz_new_derived_...
Robin Watts
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-03-20
Remove fz_drop_image_base.
Robin Watts
2017-03-20
Update API header documentation
Robin Watts
2017-01-09
Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-14
Have callers of fz_new_image_from_pixmap() drop supplied mask.
Sebastian Rasmussen
2016-12-14
jpx: Delay determining if colorspace is indexed.
Sebastian Rasmussen
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-02
Do not drop compressed buffer twice in case of error.
Sebastian Rasmussen
2016-11-01
Don't dereference NULL subarea when rasterizing display list images.
Tor Andersson
2016-10-18
All external drop functions handles NULL.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-10
PDF Images: Add a flag for if we need to apply the decode array
Robin Watts
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-09-19
fz_store: Reap passes.
Robin Watts
2016-09-16
Extend store to cope with references used in keys.
Robin Watts
2016-07-12
Fix typo in fz_new_image_from_pixmap.
Tor Andersson
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-06
Add support for decoding pbm/pgm/ppm/pam images.
Sebastian Rasmussen
2016-07-05
Support J2K/JP2 files in CBZ.
Sebastian Rasmussen
2016-06-23
Support TIFF files in CBZ.
Tor Andersson
2016-06-17
Add device space transform state to draw device.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-14
Fix typos in various parts of the code.
Sebastian Rasmussen
2016-06-07
Fix subarea image calculations
Robin Watts
2016-05-29
Tweak plotter code slightly for speed.
Robin Watts
2016-05-26
Avoid unnecessary alphas when decompressing images from streams.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-05-20
Add images based on display lists.
Tor Andersson
2016-05-20
Fix typo.
Robin Watts
2016-05-09
Bug 696759: Fix pdf image subregion decode.
Robin Watts
2016-04-28
Fix JPX breakage caused during refactor.
Robin Watts
2016-04-28
Refactor fz_image code cases.
Robin Watts
2016-04-28
Tweak fz_image in preparation for things to come.
Robin Watts
2016-04-28
Introduce tuning context.
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
2016-03-23
Add support for BMP images.
Sebastian Rasmussen
2016-03-23
Clamp too large image resolution values.
Tor Andersson
2016-03-21
Bug 696668: Update the downscaling logic.
Robin Watts
2016-02-24
Add fz_new_image_from_file.
Tor Andersson
2016-02-22
Drop const from fz_image.
Tor Andersson
[next]