summaryrefslogtreecommitdiff
path: root/pdf/pdf_image.c
AgeCommit message (Expand)Author
2012-07-06Improve bounds checking for image properties.Sebastian Rasmussen
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-05-10mupdfclean - update to allow renumbering of encrypted objectsRobin Watts
2012-05-03Bug 693022: Image/Pixmaps stuck in cacheRobin Watts
2012-03-19Bug 692746; avoid 'double palettes' on jpx images.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-06Fix ref counting bugs in race condition correction code.Robin Watts
2012-03-01Remove mask entry from fz_pixmap as never used any more.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-25Fix assert/SEGVs seen in cluster due to using a color image as a mask.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-06Pass context to cmap and font descriptor functions.Tor Andersson
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
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-06Ignore decode arrays for indexed jpx images.Robin Watts
2011-12-23Add some fz_vars to fix exception behaviour.Robin Watts
2011-12-19More Memory squeezing fixesRobin Watts
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-08Remove remaining fz_error_note calls in the pdf code.Tor Andersson
2011-12-08Move from volatile to fz_var.Robin Watts
2011-12-08Fix SEGV with "1439 - color softmask fails to draw jpx image.pdf"Robin Watts
2011-12-08Merge branch 'master' into contextRobin Watts
2011-12-08Ignore invalid color key Masks that contain non-integer values.Tor Andersson
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-17Bug 692478: Honour decode arrays for jpx imagesRobin Watts
2011-10-04Establish 'break scope' within fz_try macroRobin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-08-29Check for and disallow image depths greater than 16.Tor Andersson
2011-04-08Add soft limit to pixmap allocation.Tor Andersson
2011-04-08Simplify arguments to fz_new_pixmap.Tor Andersson
2011-04-07pdf: Purge unmaintained debug/log printing messages.Tor Andersson
2011-04-06Improve handling of JPX colorspaces.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04pdf: Rename mupdf directory.Tor Andersson