summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-22Revert to using boolean to indicate good/bad password.Sebastian Rasmussen
2008-03-21Only reset alpha state for transparency group XObjects.Glenn Kennard
2008-03-21Fixed incorrectly cleared pointer to mask when setting fillshape to pattern.Sebastian Rasmussen
2008-03-21Added proper error handling when setting passwords.Sebastian Rasmussen
2008-03-21Fixed typo.Sebastian Rasmussen
2008-03-21Remove debug print when emptying glyphcache.Sebastian Rasmussen
2008-03-21Added support for benchmarking all pages in pdf if none were specified.Sebastian Rasmussen
2008-03-21Fixed typo when printing benchmark.Sebastian Rasmussen
2008-03-21Backport of chained error messages from experimental branch.Tor Andersson
2008-03-21Fixed bug concerning uninitialized refcounting for images.Tor Andersson
2008-03-21Fixed typo in image tiling.Tor Andersson
2008-03-21Added benchmark for rasterization.Tor Andersson
2008-03-20Factored out drawing of page numbers.Tor Andersson
2008-03-20Fixed printf formatting warnings.Tor Andersson
2008-03-20Parse fill/stroke constant alpha values.Tor Andersson
2008-03-20Whitespace fixes.Sebastian Rasmussen
2008-03-19Vectorize fz_readGlenn Kennard
2008-03-20Fixed missing whitespace.Sebastian Rasmussen
2008-03-20Fixed patch generating compiler warning.Sebastian Rasmussen
2008-03-20Use C comments instead of C++ comments.Sebastian Rasmussen
2008-03-19Optimize pdf_loadtile for indexed imagesGlenn Kennard
2008-03-20Fixed compiler warning.Sebastian Rasmussen
2008-03-20Use C comments instead of C++ comments.Sebastian Rasmussen
2008-03-19Split image decode and scaling work into bands for large imagesGlenn Kennard
Images larger than will fit in a typical L2 cache that need scaling are now chopped up and processed in bands. Speeds up McCue.pdf overall by 1/3. Actual decoding of stream is still done in one chunk, which now has the highest overhead.
2008-03-19Small speedups in fax decoderGlenn Kennard
Let gcc vectorize !blackis1 case
2008-03-20Adapted whitespace in decodetile patch.Sebastian Rasmussen
2008-03-19Special case decodetile for nGlenn Kennard
2008-03-17Small speedup of decodetileGlenn Kennard
2008-03-20Whitespace fixes.Sebastian Rasmussen
2008-03-20Use C comments instead of C++ comments.Sebastian Rasmussen
2008-03-20Fix for pixmap scaling patch.Sebastian Rasmussen
2008-03-20Use C comments instead of C++ comments.Sebastian Rasmussen
2008-03-20Fixed pedantic compiler warning.Sebastian Rasmussen
2008-03-10Propagate errors properly in shading and font code.Sebastian Rasmussen
2008-03-10Properly report errors when encountering bad page trees.Sebastian Rasmussen
2008-03-09Cast pointers into void pointers as printfs pointer format only support these.Sebastian Rasmussen
2008-03-09Fixed issue with rotation of multiple of 90 degrees caused resizing of object.Sebastian Rasmussen
2008-03-09Fixed initial line whitespace.Sebastian Rasmussen
2008-03-17Make sure emms gets called when neededGlenn Kennard
If feature was disabled with CPUACCEL emms wasn't called, which led to random crashes much later on when code tried to use some floating point. Also, fix a possible infinite loop parsing CPUACCEL environment variable.
2008-03-17Scrap samus (aborted XPS parser) completely, part 2.Tor Andersson
2008-03-17Special-case 1-5 components in image scaleGlenn Kennard
Approximately doubles the speed of this routine by getting rid of the per-component loops.
2008-03-17Use fixed point in integer scale routinesGlenn Kennard
Speed up scaling by multiplying by 16.16 inverse of denom, instead of dividing per output pixel.
2008-03-17Scrap samus (aborted XPS parser) completely.Tor Andersson
2008-03-17Resolve conflict.Tor Andersson
2008-03-17Port y clipping from fitz experimental treeGlenn Kennard
This speeds up a particular case from 47s to less than a second.
2008-03-17Grayscale image scaling speedupGlenn Kennard
2006-08-16Update cpu feature detection codeGlenn Kennard
Use structured exception handling on win32. Don't taint binary with VIS instruction set on SPARC.
2005-10-30Optimize loadtile.Glenn Kennard
Drops rendering time for first page of wildcatvpds.pdf from 3 to 2 seconds.
2008-03-08Add FT_XFREE86_H header to get prototype for FT_Get_X11_Font_Format().Tor Andersson
2008-03-08Fixed remaining compiler warning.Sebastian Rasmussen