index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
draw
/
imagesmooth.c
Age
Commit message (
Expand
)
Author
2011-02-12
Calculate the y sub pixel position correctly.
Robin Watts
2011-02-03
Various patches from SumatraPDF.
Tor Andersson
2011-02-03
Indent with tabs, not spaces.
Tor Andersson
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
Tor Andersson
2011-01-17
Fix out of bound memory access in smooth scaling single column code.
Robin Watts
2010-12-30
Adhere to indentation idiom for switch everywhere.
Sebastian Rasmussen
2011-01-06
Solve subpixel positioning problems when scaling rotated images.
Robin Watts
2010-10-28
Patch for initializing weights when the downscale of the image is so severe w...
Tor Andersson
2010-10-14
Fix error in smooth scaling that only occured with horizontally flipped colou...
Tor Andersson
2010-10-13
Speed up smooth scaling, fix a corner case and some experimental ARM code for...
Tor Andersson
2010-09-08
Smooth image scaling and drawing fixes by Robin Watts.
Tor Andersson
2010-07-23
Fix to stop the asserts in smoothscale.
Robin Watts
2010-07-21
Add Robin Watts' smooth image scaling code.
Tor Andersson