index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
Age
Commit message (
Expand
)
Author
2010-08-11
Unstuff extra bytes read when the filters are closed instead of only when EOD...
Tor Andersson
2010-08-11
Only decode as many rows as fit in the output buffer in the fax decoder, thus...
Tor Andersson
2010-08-11
Tweak threshhold values for the fast image scaling.
Tor Andersson
2010-08-11
Remove some debug messages.
Tor Andersson
2010-08-07
Fix buffer juggling bugs in DCT decode filter.
Tor Andersson
2010-08-04
Rearrange low level painting functions and add new functions for constant alp...
Tor Andersson
2010-08-02
Ignore premature end of data in zlib filter.
Tor Andersson
2010-08-02
Use 'while (rp < wp)' idiom for filter output buffering state.
Tor Andersson
2010-08-02
When seeking relative to the current position in a stream object, take number...
Sebastian Rasmussen
2010-08-02
Check the update number of encoded bytes remaining after flate decoding.
Sebastian Rasmussen
2010-08-02
Put bytes not consumed by DCT decoder back into stream and make sure that sta...
Sebastian Rasmussen
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-07-31
Include all three bezier controlpoints when bounding curves in a path.
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-27
Don't cache resolved objects in the indirect reference object (rely on the xr...
Tor Andersson
2010-07-26
Fix bug where storage capacity of 0 or 1 was not taken care of.
Sebastian Rasmussen
2010-07-25
Use a separate decodetile function for non-indexed images.
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
Fix typo in grayscale image sampling.
Tor Andersson
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-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-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
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-17
Don't use internal fields in object pretty printer.
Tor Andersson
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-17
Minor edits of multi-line comments.
Tor Andersson
2010-07-17
Minor edits.
Tor Andersson
2010-07-17
Move device colorspace contants into the fitz namespace.
Tor Andersson
2010-07-17
Parse and warn about constant alpha values being ignored.
Tor Andersson
2010-07-17
Support SMasks for general graphics (incomplete).
Tor Andersson
2010-07-16
Plug memory leaks.
Tor Andersson
2010-07-16
Set scissor after replacing dest with the transparency buffer. Pop the transp...
Tor Andersson
2010-07-16
Fix harmless typo in hash table.
Tor Andersson
2010-07-16
Clarify function names for opening a PDF file.
Tor Andersson
2010-07-15
Refactored xref opening functions, command line tools, and rewrote pdfdraw to...
Tor Andersson
2010-07-15
Check page for transparency to install a page-level transparency group.
Tor Andersson
[next]