summaryrefslogtreecommitdiff
path: root/fitz/image_jpx.c
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-19Exception handling changesRobin Watts
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-06-17Add support to build command line tools on MINGW.Tor Andersson
2013-05-24Avoid assert, and pull in changes.zeniko
2013-05-24Fix from zeniko for memory leak in fz_load_jpxRobin Watts
2013-05-24Update build to use the latest openJPEG2Shailesh Mistry
2013-05-22Bug 693503: Fix infinite loop within JPEG2K stream reading.Robin Watts
2013-05-22Update OpenJPEG to v2.0.0.Robin Watts
2013-05-16Add colorspace context.Tor Andersson
2013-02-28Force colorspaces to match with JPX images.Robin Watts
2012-08-06Free decoded jpx image upon errorSebastian Rasmussen
2012-03-19Bug 692746; avoid 'double palettes' on jpx images.Robin Watts
2012-03-12Change order of params in fz_convert_pixmap to C standard.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-03Be consistent about passing a fz_context argument in pixmap functions.Tor Andersson
2012-01-30Move PNG, JPEG and TIFF image loading from muxps into fitz.Tor Andersson