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
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-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-09-05
Make luratech decoder glue compile after interface changes.
Sebastian Rasmussen
2017-07-19
Add spots to fz_pixmaps.
Robin Watts
2017-07-17
Don't convert cmyka images to rgba
Michael Vrhel
2017-07-06
fz_var() variables must be initialized before fz_try.
Sebastian Rasmussen
2017-07-03
Avoid leaking jpx structure if corrupt file.
Robin Watts
2017-06-16
MSVC: Avoid signed/unsigned warning.
Robin Watts
2017-06-08
Plug leak of opj decoder in case of fz_new_pixmap() throwing.
Sebastian Rasmussen
2017-06-06
Declare functions without arguments as taking void.
Sebastian Rasmussen
2017-06-03
jpx: Use subsampled width when reading subsampled data.
Sebastian Rasmussen
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-05-29
Tweak JPEG2000 colorspace detection.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-05
jpx: Make Luratech decoder glue layer compile.
Sebastian Rasmussen
2017-02-06
Fix Win32 builds.
Robin Watts
2017-01-23
android: Add ndk-build makefile to build JNI library for android viewers.
Sebastian Rasmussen
2017-01-17
Fix typos.
Sebastian Rasmussen
2016-12-27
Bug 697455: Make JPX support optional via configuration flag.
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
jpx: Delay determining if colorspace is indexed.
Sebastian Rasmussen
2016-12-14
jpx: Quietly limit number of components for openjpeg decoder.
Sebastian Rasmussen
2016-12-14
jpx: Create openjpeg decoder state.
Sebastian Rasmussen
2016-12-14
jpx: Only do YCC-to-RGB conversion if decoding image samples.
Sebastian Rasmussen
2016-12-14
jpx: Optimize sample writing function.
Sebastian Rasmussen
2016-12-14
jpx: Delay reading metadata until parsing samples where possible.
Sebastian Rasmussen
2016-12-14
jpx: Only compute signed offsets once.
Sebastian Rasmussen
2016-12-14
jpx: Use local variables instead of repeatedly dereferencing state.
Sebastian Rasmussen
2016-12-14
jpx: Share YCC-to-RGB conversion for luratech/openjpeg decoders.
Sebastian Rasmussen
2016-12-14
jpx: Move state which is not shared among functions to decoder stack.
Sebastian Rasmussen
2016-12-14
jpx: Use macro to check for palette.
Sebastian Rasmussen
2016-12-14
jpx: Max components is known, so avoid allocating arrays.
Sebastian Rasmussen
2016-12-14
jpx: Use fz_context directly, don't wrap it in state.
Sebastian Rasmussen
2016-12-14
jpx: Reuse structs for luratech/openjpeg decoders.
Sebastian Rasmussen
2016-12-14
jpx: Remove unused struct.
Sebastian Rasmussen
2016-12-14
jpx: Plug pixmap leak in case of error during decoding.
Sebastian Rasmussen
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-22
Fix fz_warn() format compiler warning.
Sebastian Rasmussen
2016-11-04
Avoid warnings in 64bit windows builds of luratech bindings.
Robin Watts
2016-11-02
Explain conversion to RGB in jpx/jxr image loading.
Sebastian Rasmussen
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
[next]