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-jbig2.c
Age
Commit message (
Expand
)
Author
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-09-08
Fix return of void function in jbig2 code.
Robin Watts
2017-08-07
Set custom allocator for JBIG2 library.
Sebastian Rasmussen
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-04
Squash 64bit warning in Commercial JBIG2 bindings.
Robin Watts
2016-11-03
Fix Luratech builds on MSVC.
Robin Watts
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-07-08
git stripspace
Tor Andersson
2016-07-06
Update luratech jbig2 function prototype with int to size_t change.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-14
Add optional support for Luratech JBIG2 decoder.
Sebastian Rasmussen
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-03-17
Rework fz_streams.
Robin Watts
2014-01-06
reuse JBIG2Globals
Simon Bünzli
2014-01-06
show jbig2dec warnings/errors in stderr
Simon Bünzli
2014-01-02
Add rebinding for fz_streams.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson