summaryrefslogtreecommitdiff
path: root/fitz/image_png.c
AgeCommit message (Expand)Author
2012-12-13Bug 693290: PNG image fuzzing issues.Robin Watts
2012-08-16Read unsigned numbers in PNG parser to avoid negative numbersSebastian Rasmussen
2012-06-18Fix indentation and white space errors.Tor Andersson
2012-06-11Fix Bug 693102: Overflows in large pixmap indexing.Robin Watts
2012-03-15Fix 2 regressions in xps test files due to palette change.Robin Watts
2012-03-15Bug 692911: Cope with over/undersize palette entries in pngs.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