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
/
colorspace.c
Age
Commit message (
Expand
)
Author
2017-01-17
Add value destructor callback to fz_hash_table.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
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
Create a pixmap color converter.
Sebastian Rasmussen
2016-10-19
Rename internal headers to follow pattern *-imp.h.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-14
Drop all contexts the same way.
Sebastian Rasmussen
2016-10-12
Bug 697065: Fix bug in CMYK -> RGB pixmap converter.
Robin Watts
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-07-06
Expose LAB colorspace
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-06
Bug 696810: Avoid integer overflows.
Robin Watts
2016-05-31
Bug 696813: Fix Lab colorspaces.
Robin Watts
2016-05-26
Cope better when asked to plot alpha only pixmaps.
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-13
Remove fz_lookup_device_colorspace().
Sebastian Rasmussen
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-02-22
Remove pointless casts from void*.
Tor Andersson
2016-01-21
Drop const from fz_colorspace.
Tor Andersson
2016-01-13
Add lots of consts.
Robin Watts
2015-05-19
Add locks to fz_set_device_xxx colorspace context functions.
Tor Andersson
2015-02-17
Add helper functions to keep/drop reference counts with locking.
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
2015-02-10
Add some Memento_labels to aid debugging of leaks.
Robin Watts
2014-05-07
Bug 694801: fast_cmyk_to_rgb caching broken.
Robin Watts
2014-02-17
Add const to colorspace source arguments and dependencies.
Tor Andersson
2014-01-02
Bug 694585: Further improve mesh rendering times
Robin Watts
2013-10-31
Fix bug in gray to cmyk color converters.
Tor Andersson
2013-08-28
fix various typos
Simon Bünzli
2013-06-20
Rearrange source files.
Tor Andersson