Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-22 | Revert to using boolean to indicate good/bad password. | Sebastian Rasmussen | |
2008-03-21 | Only reset alpha state for transparency group XObjects. | Glenn Kennard | |
2008-03-21 | Fixed incorrectly cleared pointer to mask when setting fillshape to pattern. | Sebastian Rasmussen | |
2008-03-21 | Added proper error handling when setting passwords. | Sebastian Rasmussen | |
2008-03-21 | Fixed typo. | Sebastian Rasmussen | |
2008-03-21 | Remove debug print when emptying glyphcache. | Sebastian Rasmussen | |
2008-03-21 | Added support for benchmarking all pages in pdf if none were specified. | Sebastian Rasmussen | |
2008-03-21 | Fixed typo when printing benchmark. | Sebastian Rasmussen | |
2008-03-21 | Backport of chained error messages from experimental branch. | Tor Andersson | |
2008-03-21 | Fixed bug concerning uninitialized refcounting for images. | Tor Andersson | |
2008-03-21 | Fixed typo in image tiling. | Tor Andersson | |
2008-03-21 | Added benchmark for rasterization. | Tor Andersson | |
2008-03-20 | Factored out drawing of page numbers. | Tor Andersson | |
2008-03-20 | Fixed printf formatting warnings. | Tor Andersson | |
2008-03-20 | Parse fill/stroke constant alpha values. | Tor Andersson | |
2008-03-20 | Whitespace fixes. | Sebastian Rasmussen | |
2008-03-19 | Vectorize fz_read | Glenn Kennard | |
2008-03-20 | Fixed missing whitespace. | Sebastian Rasmussen | |
2008-03-20 | Fixed patch generating compiler warning. | Sebastian Rasmussen | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-19 | Optimize pdf_loadtile for indexed images | Glenn Kennard | |
2008-03-20 | Fixed compiler warning. | Sebastian Rasmussen | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-19 | Split image decode and scaling work into bands for large images | Glenn 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-19 | Small speedups in fax decoder | Glenn Kennard | |
Let gcc vectorize !blackis1 case | |||
2008-03-20 | Adapted whitespace in decodetile patch. | Sebastian Rasmussen | |
2008-03-19 | Special case decodetile for n | Glenn Kennard | |
2008-03-17 | Small speedup of decodetile | Glenn Kennard | |
2008-03-20 | Whitespace fixes. | Sebastian Rasmussen | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-20 | Fix for pixmap scaling patch. | Sebastian Rasmussen | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-20 | Fixed pedantic compiler warning. | Sebastian Rasmussen | |
2008-03-10 | Propagate errors properly in shading and font code. | Sebastian Rasmussen | |
2008-03-10 | Properly report errors when encountering bad page trees. | Sebastian Rasmussen | |
2008-03-09 | Cast pointers into void pointers as printfs pointer format only support these. | Sebastian Rasmussen | |
2008-03-09 | Fixed issue with rotation of multiple of 90 degrees caused resizing of object. | Sebastian Rasmussen | |
2008-03-09 | Fixed initial line whitespace. | Sebastian Rasmussen | |
2008-03-17 | Make sure emms gets called when needed | Glenn 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-17 | Scrap samus (aborted XPS parser) completely, part 2. | Tor Andersson | |
2008-03-17 | Special-case 1-5 components in image scale | Glenn Kennard | |
Approximately doubles the speed of this routine by getting rid of the per-component loops. | |||
2008-03-17 | Use fixed point in integer scale routines | Glenn Kennard | |
Speed up scaling by multiplying by 16.16 inverse of denom, instead of dividing per output pixel. | |||
2008-03-17 | Scrap samus (aborted XPS parser) completely. | Tor Andersson | |
2008-03-17 | Resolve conflict. | Tor Andersson | |
2008-03-17 | Port y clipping from fitz experimental tree | Glenn Kennard | |
This speeds up a particular case from 47s to less than a second. | |||
2008-03-17 | Grayscale image scaling speedup | Glenn Kennard | |
2006-08-16 | Update cpu feature detection code | Glenn Kennard | |
Use structured exception handling on win32. Don't taint binary with VIS instruction set on SPARC. | |||
2005-10-30 | Optimize loadtile. | Glenn Kennard | |
Drops rendering time for first page of wildcatvpds.pdf from 3 to 2 seconds. | |||
2008-03-08 | Add FT_XFREE86_H header to get prototype for FT_Get_X11_Font_Format(). | Tor Andersson | |
2008-03-08 | Fixed remaining compiler warning. | Sebastian Rasmussen | |