summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-02Initialize variable for AES decoding.Sebastian Rasmussen
2010-08-02Place last bytes of ASCII85 and AES decoded data at the correct buffer location.Sebastian Rasmussen
2010-08-02Fix bugs where pointer to remaining data in filters was not updated, also ↵Sebastian Rasmussen
make all occurances of the code follow a common idiom.
2010-08-02Guess size of ASCII85 decoded data.Sebastian Rasmussen
2010-07-31Include all three bezier controlpoints when bounding curves in a path.Sebastian Rasmussen
2010-07-28Combine duplicate object removal and xref compacting into a single pass in ↵Sebastian Rasmussen
pdfclean.
2010-07-30Bail on JPX images with unknown colorspaces.Tor Andersson
2010-07-30Refactor image loading.Tor Andersson
2010-07-30Make an educated guess at the stream length by looking at the filters used ↵Tor Andersson
in pdf_loadstream.
2010-07-30Treat JPXDecode images as a special case bypassing the regular filter logic.Tor Andersson
2010-07-29Use chained reader like interface for filters instead of process interface.Tor Andersson
2010-07-30Pass the page resources to softmask xobjects.Tor Andersson
2010-07-30Fix typo in pdfinfo that causes colorspace names to be truncated.Sebastian Rasmussen
2010-07-29Test return code from runxobject on softmasks.Tor Andersson
2010-07-29Copy jconfig.txt to jconfig.h when building third party libjpeg.Tor Andersson
2010-07-27Allow empty filter array when building filter for inline streams.Tor Andersson
2010-07-27Don't cache resolved objects in the indirect reference object (rely on the ↵Tor Andersson
xref cache instead).
2010-07-26Add function to update an object in the xref (for pdfclean).Tor Andersson
2010-07-26Only drop objects that have been renumbered in pdfclean.Sebastian Rasmussen
2010-07-26Fix bug where storage capacity of 0 or 1 was not taken care of.Sebastian Rasmussen
2010-07-25Apply decode array for image masks.Tor Andersson
2010-07-25Use a separate decodetile function for non-indexed images.Tor Andersson
2010-07-25Premultiply colors with alpha when expanding indexed pixmaps.Tor Andersson
2010-07-25Never scale the components of indexed images. Let decodetile use maxval for ↵Tor Andersson
scaling and use 24.8 fixed point math.
2010-07-24Slower but slightly more accurate CMYK to RGB conversion.Tor Andersson
2010-07-23Tweaks to compile on FreeBSD.Tor Andersson
2010-07-23Allow some makefile variables to be overridden on the command line to ease ↵Tor Andersson
cross compilation.
2010-07-23Fix typo in grayscale image sampling.Tor Andersson
2010-07-23Fix to stop the asserts in smoothscale.Robin Watts
2010-07-23Support constant alpha for shadings, images and transparency groups.Tor Andersson
2010-07-23Make predictor filter flush partially processed scanlines when encountering ↵Sebastian Rasmussen
EOF in input.
2010-07-23Remove XPS parser legacy flate decode parameter parsing.Sebastian Rasmussen
2010-07-23Have zlib always flush as much output as possible when decoding.Sebastian Rasmussen
2010-07-22Grid fit images rather than just prevent dropouts.Tor Andersson
2010-07-22Prevent dropouts of small images.Tor Andersson
2010-07-22Delete library archives before running ar to prevent build skew when files ↵Tor Andersson
have been moved around.
2010-07-22Fix bug where inline image data was not being fully loaded.Tor Andersson
2010-07-21Only initialise the 1-bit image unpacking tables when we encounter a monobit ↵Tor Andersson
image.
2010-07-21Add Robin Watts' smooth image scaling code.Tor Andersson
2010-07-21Replace path blending with general blending functions. Rewrite image ↵Tor Andersson
rendering loops so they don't depend on the scan converter.
2010-07-21Clear glyph cache key struct with memset to make sure we don't hash ↵Tor Andersson
uninitialized padding.
2010-07-20Replace explicit comparisons with MIN/MAX/ABS macros.Sebastian Rasmussen
2010-07-21Replace text blending with general blending functions.Tor Andersson
2010-07-21Allow blend mode to be specified inside an array.Tor Andersson
2010-07-21Reorganize pixmap blending functions.Tor Andersson
2010-07-21Fixes to compile with MSYS.Tor Andersson
2010-07-20Fix bug in fmtobj -- move the check for indirect first.Tor Andersson
2010-07-19Update usage text in pdfclean.Tor Andersson
2010-07-19Update debian package and the man pages for the command line tools.Tor Andersson
2010-07-19Fix a bug where stray ')' characters were not handled properly by the lexer, ↵Tor Andersson
causing an infinite loop.