summaryrefslogtreecommitdiff
path: root/fitz/res_pixmap.c
AgeCommit message (Expand)Author
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Rename fz_irect back to fz_bbox.Tor Andersson
2013-01-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2012-12-13Bug 693290: PNG image fuzzing issues.Robin Watts
2012-11-21Bug 693458: Fix subscaler logic.Robin Watts
2012-11-21Bug 693458: Fix calculation of pointer offset in subsampler.Robin Watts
2012-11-21ARM code pixmap subsampler.Robin Watts
2012-11-19Add image subsampling function.Robin Watts
2012-11-16Only invert color values, not alpha, in fz_invert_pixmap_rect.Tor Andersson
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-18Fix indentation and white space errors.Tor Andersson
2012-06-11Fix Bug 693102: Overflows in large pixmap indexing.Robin Watts
2012-06-08Fix Bug 693097; memory overwrite when handling knockout groups.Robin Watts
2012-03-13Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-13Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-01Remove mask entry from fz_pixmap as never used any more.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-22Fix a double free on an error path.Robin Watts
2012-02-07Rename a few functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context argument in pixmap functions.Tor Andersson
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-06Catch errors with impossibly wide images.Robin Watts
2011-12-21Fix whitespace.Tor Andersson
2011-12-19More Memory squeezing fixesRobin Watts
2011-12-17More Memory Squeezing fixes.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15Fix warnings/errors on unix builds.Robin 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-08Merge branch 'master' into contextRobin Watts
2011-12-08Undo pre-multiplied alpha when saving PNG with alpha channels.Tor Andersson
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-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-08-17pdfdraw: Add command line option to gamma correct and invert images.Tor Andersson
2011-08-06Cosmetic style fixes.Tor Andersson
2011-08-02Squash some compiler type warnings.Robin Watts
2011-07-13Non-isolated group support, and fix Bug 692336.Robin Watts
2011-06-01Fix android build; bug 692222.Robin Watts
2011-04-08Add soft limit to pixmap allocation.Tor Andersson
2011-04-08Simplify arguments to fz_new_pixmap.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04xps: Convert CMYK with alpha to RGB early to avoid premul alpha headaches.Tor Andersson
2011-04-03xps: Use fz_pixmap directly instead of wrapping it in xps_image.Tor Andersson