index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
fitz_stream.h
Age
Commit message (
Expand
)
Author
2010-04-15
Simplify API for opening a PDF document.
Tor Andersson
2010-04-12
Remove unused CRC32 code.
Sebastian Rasmussen
2010-04-12
Remove function declarations whose definitions are missing.
Sebastian Rasmussen
2010-04-11
Remove unused functions in obj_parse.c
Tor Andersson
2010-03-02
Remove dependency on libfitz.a from cmapdump.
Tor Andersson
2009-11-29
Fix up indentation.
Tor Andersson
2009-11-20
Malloc cannot return null. Clean up streams and filters.
Tor Andersson
2009-11-20
As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...
Tor Andersson
2009-11-19
Remove unused and largely untested encoding filters.
Tor Andersson
2009-08-19
Implement support for AES encryption.
Tor Andersson
2009-06-30
Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...
Tor Andersson
2009-06-29
Remove unused fitz object generic data container.
Sebastian Rasmussen
2009-06-28
Digital signatures will not be supported, so not a todo item.
Sebastian Rasmussen
2009-06-23
Handle JBIG2 stream global segment dictionary entry.
Sebastian Rasmussen
2009-03-31
Change unsigned long to unsigned int in md5 code, so that it compiles and wor...
Tor Andersson
2009-03-11
Change fz_error* struct into an integer error type fz_error.
Tor Andersson
2009-03-11
Add fz_catch function, and cause the throw/rethrow/catch functions to print t...
Tor Andersson
2009-03-05
Remove unused and mostly untested pdf updating and writing code.
Tor Andersson
2009-02-28
Merge and move header files into the source directories.
Tor Andersson