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-12-29
Rename mesh painting functions to 'paint' to conform with the other painting ...
Tor Andersson
2010-12-29
Support radial shadings as another special case in the fitz renderer.
Sebastian Rasmussen
2010-12-29
Support linear shadings as a special case in the fitz shading struct and rend...
Tor Andersson
2010-12-20
Handle errors occurring while closing dctd.
Tor Andersson
2010-12-16
Fill entire scissor region with shading background color.
Tor Andersson
2010-12-12
Remove unused function in CCITT fax decoding.
Sebastian Rasmussen
2010-12-04
Add option to ascii hex encode binary streams in pdfclean.
Tor Andersson
2010-12-04
The FZ_COMBINE2 rounding fix doesn't work. Implement it the other way (round ...
Tor Andersson
2010-12-04
Tweak trace XML output to be more consistent with the device commands used.
Tor Andersson
2010-12-01
Add convenience function for debug printing indirect objects.
Sebastian Rasmussen
2010-11-28
Support luminosity softmask background colors.
Tor Andersson
2010-11-16
Add a function fz_newpixmapwithdata that lets clients create pixmaps with a c...
Tor Andersson
2010-11-12
Clean up memory when returning an error.
Tor Andersson
2010-11-12
Detect flate/runlength decompression bombs.
Tor Andersson
2010-10-28
Use smooth image scaling for non-rectilinear images. Patch by Robin Watts.
Tor Andersson
2010-10-20
Special case the component scaling for Lab image data when color converting.
Tor Andersson
2010-10-20
Fix Lab colorspace conversions.
Tor Andersson
2010-10-19
Fix typo in memoization case of pixmap color conversion.
Tor Andersson
2010-10-18
Use lookup table for separation colorspaces and a color cache for device-n co...
Tor Andersson
2010-10-13
Use EXPAND/BLEND/COMBINE macros for more plotting functions. Patch by Robin W...
Tor Andersson
2010-10-13
Fix formatting: remove double spaces.
Tor Andersson
2010-09-08
Smooth image scaling and drawing fixes by Robin Watts.
Tor Andersson
2010-08-18
Fix bugs in RunLengthDecode filter.
Tor Andersson
2010-08-18
Don't print XML metacharacters in attribute strings in dev_trace.
Tor Andersson
2010-08-12
Remove pdf_image struct -- load images directly into fz_pixmaps instead.
Tor Andersson
2010-08-11
Revert fax decoder workaround that caused inline fax images with rtc markers ...
Tor Andersson
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
[prev]
[next]