summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/xref.h
AgeCommit message (Expand)Author
2018-11-12Remove confusing flag define.Tor Andersson
2018-03-22Add pdf_add_new_dict family of functions.Tor Andersson
2018-02-02Signature support: separate pkcs7 specifics into a separate file.Paul Gardiner
2017-12-13PDF object numbers need not be int64_t, int is sufficient.Sebastian Rasmussen
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2016-11-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson
2016-11-14Add optional 'object' argument to pdf_add_stream.Tor Andersson
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-07-06Fix garbage collection and page grafting for indirect reference chains.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-04-28Refactor fz_image code cases.Robin Watts
2016-03-01Rename pdf_new_ref to pdf_add_object.Tor Andersson
2015-10-01Bug 696146: Improve pdf_repair to find /Root in new style XRefs.Robin Watts
2015-08-27Support several levels of incremental xrefPaul Gardiner
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-03-20Automatically update /Length and /Filter in pdf_update_stream.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-01-06Add xref_index to speed searching of sparse xrefs.Robin Watts
2014-12-29Performance optimisation with pdf_cache_object/pdf_get_xref_entryRobin Watts
2014-11-26Change xref representation to cope better with sparse xrefs.Robin Watts
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-03-04Bug 691691: Add way of clearing cached objects out of the xref.Robin Watts
2014-01-17Bug 694896: Ensure that repairs don't lose trailer dict.Robin Watts
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-04Update pdf_write_document to support incremental updatePaul Gardiner
2013-06-28Ensure altered objects are moved to the incremental xref sectionPaul Gardiner
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-18Split pdf.h into subheaders.Tor Andersson