index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
filter-basic.c
Age
Commit message (
Expand
)
Author
2018-05-16
Purge unused functions.
Tor Andersson
2018-04-03
Don't implicitly drop in fz_open_* chained filters.
Tor Andersson
2018-02-02
Generalise the null filter to handle more than a single range.
Paul Gardiner
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-09-13
Consistently drop filter chain upon error.
Sebastian Rasmussen
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Use namespace for AES crypto code.
Tor Andersson
2016-11-03
Fix signed/unsigned and size_t/int/fz_off_t warnings.
Robin Watts
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-05-07
minor clean-up
Simon Bünzli
2014-04-27
Bug 695171: Pointer error when padding an fz_concat machine
Robin Watts
2014-03-17
Rework fz_streams.
Robin Watts
2014-01-02
Add rebinding for fz_streams.
Robin Watts
2013-09-10
Bug 694567: prevent double-free in pdf_open_raw_filter
Simon Bünzli
2013-06-20
Rearrange source files.
Tor Andersson