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