summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-stream.c
AgeCommit message (Expand)Author
2016-03-14Take pdf_obj argument to pdf_is_stream.Tor Andersson
2015-06-29Further tweaks to fz_image handling.Robin Watts
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-03-30Bug 695549: Avoid returning compressed buffer as uncompressed.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-12-29Performance optimisation with pdf_cache_object/pdf_get_xref_entryRobin Watts
2014-12-03Add ZIP file and directory reading module.Tor Andersson
2014-10-28fix memory leaks in load_sample_func and pdf_load_compressed_inline_imageSimon Bünzli
2014-06-09Fix 695300: don't throw exception on invalid reference number.Tor Andersson
2014-04-01Tidy up code in pdf_load_compressed_inline_imageRobin Watts
2014-03-25Avoid double closing a stream.Robin Watts
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-01-10Fix build_filter_chain not to leak if pdf_array_get fails.Robin Watts
2014-01-09prevent two further heap access violationsSimon Bünzli
2014-01-09Bug 694878: Fix SEGV due to double freeRobin Watts
2014-01-06reuse JBIG2GlobalsSimon Bünzli
2013-09-10support jpegtables for TIFF imagesSimon Bünzli
2013-09-10Bug 694567: prevent double-free in pdf_open_raw_filterSimon Bünzli
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-20Rearrange source files.Tor Andersson