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