Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-19 | Initial work on progressive loading | Robin Watts | |
We are testing this using a new -p flag to mupdf that sets a bitrate at which data will appear to arrive progressively as time goes on. For example: mupdf -p 102400 pdf_reference17.pdf Details of the scheme used here are presented in docs/progressive.txt | |||
2013-06-25 | Rid the world of "pdf_document *xref". | Robin Watts | |
For historical reasons lots of the code uses "xref" when talking about a pdf document. Now pdf_xref is a separate type this has become confusing, so replace 'xref' with 'doc' for clarity. | |||
2013-06-20 | Rearrange source files. | Tor Andersson | |