summaryrefslogtreecommitdiff
path: root/source/fitz/load-jpx.c
AgeCommit message (Expand)Author
2016-12-14Plug pixmap leak when fz_convert_pixmap() throws.Sebastian Rasmussen
2016-11-22Fix fz_warn() format compiler warning.Sebastian Rasmussen
2016-11-04Avoid warnings in 64bit windows builds of luratech bindings.Robin Watts
2016-11-02Explain conversion to RGB in jpx/jxr image loading.Sebastian Rasmussen
2016-10-13Bug 696885: Handle subsampled components in openjpeg decoder wrapper.Robin Watts
2016-10-12Fix leak in fz_load_jpx_info.Robin Watts
2016-10-09Fix HAVE_JPEGXR and HAVE_LURATECH code for colorspace changes.Sebastian Rasmussen
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-09-26Update OpenJPEG to the latest (git) version.Robin Watts
2016-09-19jpx: Fix off by one in palettized images.Sebastian Rasmussen
2016-07-06Some minor optimizations.Tor Andersson
2016-07-06Add optional support for Luratech JPEG2000 decoder.Sebastian Rasmussen
2016-07-05Support J2K/JP2 files in CBZ.Sebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-05-24Skip alphas for "loaded" JPXs (where possible).Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-22thirdparty: Update to openjpeg 2.1.0.Sebastian Rasmussen
2015-10-14Scale colors of JPEG2000 images with bit depths less than eight.Tor Andersson
2014-09-02Clean some whitespace.Tor Andersson
2014-07-18fix potential memory leak in load-jpx.cSimon Bünzli
2014-05-06Fix 694909: revert "Force colorspaces to match with JPX images." and ...Tor Andersson
2014-02-18Make the OpenJPEG I/O callbacks static.....Chris Liddell
2014-01-13verify that openjpeg actually allocates dataSimon Bünzli
2013-06-20Rearrange source files.Tor Andersson