index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
/
pdf-stream.c
Age
Commit message (
Expand
)
Author
2015-06-29
Further tweaks to fz_image handling.
Robin Watts
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-03-30
Bug 695549: Avoid returning compressed buffer as uncompressed.
Robin Watts
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-12-29
Performance optimisation with pdf_cache_object/pdf_get_xref_entry
Robin Watts
2014-12-03
Add ZIP file and directory reading module.
Tor Andersson
2014-10-28
fix memory leaks in load_sample_func and pdf_load_compressed_inline_image
Simon Bünzli
2014-06-09
Fix 695300: don't throw exception on invalid reference number.
Tor Andersson
2014-04-01
Tidy up code in pdf_load_compressed_inline_image
Robin Watts
2014-03-25
Avoid double closing a stream.
Robin Watts
2014-03-18
Fix operator buffering of inline images.
Robin Watts
2014-01-10
Fix build_filter_chain not to leak if pdf_array_get fails.
Robin Watts
2014-01-09
prevent two further heap access violations
Simon Bünzli
2014-01-09
Bug 694878: Fix SEGV due to double free
Robin Watts
2014-01-06
reuse JBIG2Globals
Simon Bünzli
2013-09-10
support jpegtables for TIFF images
Simon Bünzli
2013-09-10
Bug 694567: prevent double-free in pdf_open_raw_filter
Simon Bünzli
2013-07-19
Initial work on progressive loading
Robin Watts
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson