summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-12Clean up memory when returning an error.Tor Andersson
2010-11-12Detect flate/runlength decompression bombs.Tor Andersson
2010-10-28Use smooth image scaling for non-rectilinear images. Patch by Robin Watts.Tor Andersson
2010-10-28Use bilinear sampling for non-rectilinear and upscaled images.Tor Andersson
2010-10-28Patch for initializing weights when the downscale of the image is so severe ↵Tor Andersson
we end up with no non-zero weights for a given output pixel. By Robin Watts.
2010-10-26Update mupdf manpage to reflect the current key bindings.Tor Andersson
2010-10-23Take font style into account when loading builtin fonts.Sebastian Rasmussen
2010-10-23Change do/while(--w) back into while(w--).Tor Andersson
2010-10-20Pre-multiply colors when converting the rendered grayscale shading to color ↵Tor Andersson
via its function lookup table.
2010-10-20Special case the component scaling for Lab image data when color converting.Tor Andersson
2010-10-20Fix Lab colorspace conversions.Tor Andersson
2010-10-19Fix typo in memoization case of pixmap color conversion.Tor Andersson
2010-10-18Don't show characters that cannot be encoded by the cmap (this is different ↵Tor Andersson
from .notdef glyphs).
2010-10-18Bump the q/Q nesting limit to 64 (spec only requires 28) to cope with a file ↵Tor Andersson
that exceeded the old limit.
2010-10-18Use lookup table for separation colorspaces and a color cache for device-n ↵Tor Andersson
colorspaces when converting pixmaps.
2010-10-14Fix error in smooth scaling that only occured with horizontally flipped ↵Tor Andersson
colour images. Patch by Robin Watts.
2010-10-13Speed up smooth scaling, fix a corner case and some experimental ARM code ↵Tor Andersson
for the inner loop of the most common case. Patch by Robin Watts.
2010-10-13Remove (broken?) center-of-pixel adjustments in image rendering.Tor Andersson
2010-10-13Use EXPAND/BLEND/COMBINE macros for more plotting functions. Patch by Robin ↵Tor Andersson
Watts.
2010-10-13Fix formatting: remove double spaces.Tor Andersson
2010-10-06Add a few lines that were omitted in the previous patch (appearance stream ↵Tor Andersson
transforms).
2010-10-03Calculate annotation appearance stream transform according to algorithm 8.1 ↵Tor Andersson
in the spec.
2010-09-27Use printf %#x syntax instead of 0x%x.Tor Andersson
2010-09-27Validate xref entry type (f, n, o) when reading xref table.Tor Andersson
2010-09-27Ignore garbage at the end of inline images and scan for the EI keyword ↵Tor Andersson
without the lexer.
2010-09-27Fix typo.Tor Andersson
2010-09-27Fix typo that caused image masks to be dropped from indexed images.Tor Andersson
2010-09-23Look for %PDF marker when repairing files, to stop the lexer from dying on ↵Tor Andersson
random garbage at the beginning of files.
2010-09-23Respect Invisible, Hidden, NoView annotation flags.Tor Andersson
2010-09-23Fix typo in pdfextract.Tor Andersson
2010-09-13Generalise name tree parsing to work for all types of name trees.Tor Andersson
2010-09-08Smooth image scaling and drawing fixes by Robin Watts.Tor Andersson
2010-08-31Call agestore to evict old resources in the viewer.Tor Andersson
2010-08-26Load and draw annotations with appearance streams.Tor Andersson
2010-08-24Update debian changelog to bump the version number.Tor Andersson
2010-08-23Guard against divide-by-zero in stitched function evaluations where the ↵Tor Andersson
bounds for an entry are zero-sized.
2010-08-23Icon extension (.xpm) should not be specified in .desktop file.Tor Andersson
2010-08-18Let PDF specified colorspace override the built-in colorspace in JPX images.Tor Andersson
2010-08-18Put a hard limit on bezier subdivision in case precision limits make the ↵Tor Andersson
flatness check fail.
2010-08-18Fix bugs in RunLengthDecode filter.Tor Andersson
2010-08-18Don't print XML metacharacters in attribute strings in dev_trace.Tor Andersson
2010-08-12Force image masks to ignore colorspace entry.Tor Andersson
2010-08-12Remove pdf_image struct -- load images directly into fz_pixmaps instead.Tor Andersson
2010-08-11Revert fax decoder workaround that caused inline fax images with rtc markers ↵Tor Andersson
to break.
2010-08-11Unstuff extra bytes read when the filters are closed instead of only when ↵Tor Andersson
EOD is encountered.
2010-08-09Close output file in fontdump even when not being able to open input file.Sebastian Rasmussen
2010-08-07Fix another bug in pdfinfo.Sebastian Rasmussen
2010-08-11Only decode as many rows as fit in the output buffer in the fax decoder, ↵Tor Andersson
thus allowing garbage data at the end of fax images with no RTC and no Rows count.
2010-08-11Tweak threshhold values for the fast image scaling.Tor Andersson
2010-08-11Fix typo.Tor Andersson