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
2017-10-04
Mark another variable fz_var(), avoiding optimization.
Sebastian Rasmussen
2017-10-02
Drop stream upon error in inline stream.
Sebastian Rasmussen
2017-10-02
Make sure to drop chain upon error in raw and crypto filters.
Sebastian Rasmussen
2017-09-25
Bug 698592: Mark variable fz_var(), avoiding optimization.
Sebastian Rasmussen
2017-09-13
Consistently drop filter chain upon error.
Sebastian Rasmussen
2017-09-13
Remove old workaround.
Sebastian Rasmussen
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-06-22
Add const to pdf_toname.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-01-17
Fix typos.
Sebastian Rasmussen
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-21
Clean up FZ_IMAGE_XXX enums and purge unused FZ_IMAGE_JBIG2.
Tor Andersson
2016-09-26
Fix memory leak when opening html/loading raw stream.
Sebastian Rasmussen
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-14
Add optional support for Luratech JBIG2 decoder.
Sebastian Rasmussen
2016-04-28
Refactor fz_image code cases.
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-18
Fix corruption of file using sanitize.
Robin Watts
2016-03-14
Make pdf_is_stream work on loaded stream dictionary objects as well.
Tor Andersson
2016-03-14
Take pdf_obj argument to pdf_is_stream.
Tor Andersson
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