index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
pdf_stream.c
Age
Commit message (
Expand
)
Author
2013-03-22
Squash some warnings.
Robin Watts
2013-02-20
Bug 693639: plug various memory leaks.
Tor Andersson
2013-01-03
Improve mutool clean behaviour on broken streams.
Robin Watts
2012-11-30
Bug 693290: Various fixes found from fuzzing.
Robin Watts
2012-10-05
Refactor compressed stream loading.
Robin Watts
2012-09-21
Move defaulting of image params into predictor function.
Robin Watts
2012-08-07
Fix various problems with linearisation when saving.
Robin Watts
2012-08-06
Remove old error mesages turned into comments when adding exceptions
Sebastian Rasmussen
2012-07-26
Assume default values for negative image parameters
Sebastian Rasmussen
2012-06-12
A few general utility functions added for the sake of the forms work
Paul Gardiner
2012-05-31
Add linearization to pdf_write function.
Robin Watts
2012-05-23
Bring xref object and stream mutation functions back from the dead.
Tor Andersson
2012-05-10
mupdfclean - update to allow renumbering of encrypted objects
Robin Watts
2012-05-08
Switch to reading content streams on the fly during interpretation.
Robin Watts
2012-05-08
Update seeking behaviour of null streams.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-25
Rework image handling for on demand decode
Robin Watts
2012-02-09
Remove stray lock call.
Robin Watts
2012-02-08
Lock reworking.
Robin Watts
2012-02-06
Pass context to cmap and font descriptor functions.
Tor Andersson
2012-01-30
Add CBZ (comic book zip-file) parser.
Tor Andersson
2012-01-27
Remove dependency on fz_obj from the filter creation parameters.
Tor Andersson
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-06
Various memory leak fixes.
Robin Watts
2011-12-19
Removed unused variable.
Robin Watts
2011-12-17
More memsqueezing fixes.
Robin Watts
2011-12-17
Change stream 'close' functions to facilitate error cleanup.
Robin Watts
2011-12-15
More Memsqueezing fixes.
Robin Watts
2011-12-08
Move from volatile to fz_var.
Robin Watts
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-04-10
Make crypt struct opaque.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
pdf: Rename mupdf directory.
Tor Andersson