summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/stream.h
AgeCommit message (Expand)Author
2018-02-07Fix uninitialised variable warning in fz_peek_bytePaul Gardiner
2018-01-31Rename confusing fz_stream close callback to drop.Tor Andersson
2018-01-10Don't allow reading from a 'dead' fz_stream.Tor Andersson
2018-01-10Handle exceptions in fz_peek_byte the same way as in fz_read_byte.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-12Make fz_open_memory take a const buffer.Tor Andersson
2017-09-20Remove comment markers about interfaces not throwing exceptions.Sebastian Rasmussen
2017-03-10Improve API documentation for fz_streams.Robin Watts
2017-01-17Fix typos.Sebastian Rasmussen
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-08-22Document part of fz_stream interface.Sebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-28Partial image decode.Robin Watts
2016-02-29Make fz_read_line behave like gets and return NULL at EOF.Tor Andersson
2016-01-05Clean up trailing whitespace.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-10-14Add FZ_UNUSED macro for use with public static inline functions.Tor Andersson
2015-08-17Add fz_read_string function to read a null terminated stringRobin Watts
2015-07-31Clean up fz_read_[u]intNN() functions and add big-endian versions.Tor Andersson
2015-07-29Support reading stream bits in reverse order.Sebastian Rasmussen
2015-06-26Add stream functions for reading LE values of different sizesRobin Watts
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-05-14Move away from file descriptors to FILE *'s.Robin Watts
2015-02-25iOS: Fix some warnings in the 64bit buildJoseph Heenan
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-03Add convenience fz_read_file function.Tor Andersson
2014-10-04iOS: minor cleans upsJoseph Heenan
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-03-17Rework fz_streams.Robin Watts
2014-01-02Add rebinding for fz_streams.Robin Watts
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson