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-jxr.c
Age
Commit message (
Expand
)
Author
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-10-25
Fix colorspace reference counting in fz_load_*_info.
Tor Andersson
2017-10-12
Make image loading use const data pointers.
Tor Andersson
2017-07-19
Add spots to fz_pixmaps.
Robin Watts
2017-07-17
Rid the world of fz_ensure_pixmap_is_additive.
Robin Watts
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-23
jxr: Plug pixmap leak upon error converting CMYK image to RGB.
Sebastian Rasmussen
2016-11-02
Explain conversion to RGB in jpx/jxr image loading.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-09
Fix HAVE_JPEGXR and HAVE_LURATECH code for colorspace changes.
Sebastian Rasmussen
2016-10-07
Fix HAVE_JPEGXR code for colorspace changes.
Robin Watts
2016-07-06
Add optional support for JPEG-XR.
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2014-01-06
add stub files for JPEG-XR support
Simon Bünzli