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-jpx.c
Age
Commit message (
Expand
)
Author
2016-10-13
Bug 696885: Handle subsampled components in openjpeg decoder wrapper.
Robin Watts
2016-10-12
Fix leak in fz_load_jpx_info.
Robin Watts
2016-10-09
Fix HAVE_JPEGXR and HAVE_LURATECH code for colorspace changes.
Sebastian Rasmussen
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-09-26
Update OpenJPEG to the latest (git) version.
Robin Watts
2016-09-19
jpx: Fix off by one in palettized images.
Sebastian Rasmussen
2016-07-06
Some minor optimizations.
Tor Andersson
2016-07-06
Add optional support for Luratech JPEG2000 decoder.
Sebastian Rasmussen
2016-07-05
Support J2K/JP2 files in CBZ.
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-05-24
Skip alphas for "loaded" JPXs (where possible).
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-22
thirdparty: Update to openjpeg 2.1.0.
Sebastian Rasmussen
2015-10-14
Scale colors of JPEG2000 images with bit depths less than eight.
Tor Andersson
2014-09-02
Clean some whitespace.
Tor Andersson
2014-07-18
fix potential memory leak in load-jpx.c
Simon Bünzli
2014-05-06
Fix 694909: revert "Force colorspaces to match with JPX images." and ...
Tor Andersson
2014-02-18
Make the OpenJPEG I/O callbacks static.....
Chris Liddell
2014-01-13
verify that openjpeg actually allocates data
Simon Bünzli
2013-06-20
Rearrange source files.
Tor Andersson