summaryrefslogtreecommitdiff
path: root/source/fitz/filter-jbig2.c
AgeCommit message (Expand)Author
2018-08-30Bug 699694: Fix reference counting for JBIG2 globals.Sebastian Rasmussen
2018-08-01Update jbig2dec.Sebastian Rasmussen
2018-05-16Keep JBIG2 image data compressed in fz_compressed_buffer.Tor Andersson
2018-04-03Don't implicitly drop in fz_open_* chained filters.Tor Andersson
2018-02-12jbig2: Improve error message.Sebastian Rasmussen
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-09-08Fix return of void function in jbig2 code.Robin Watts
2017-08-07Set custom allocator for JBIG2 library.Sebastian Rasmussen
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-04Squash 64bit warning in Commercial JBIG2 bindings.Robin Watts
2016-11-03Fix Luratech builds on MSVC.Robin Watts
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-07-08git stripspaceTor Andersson
2016-07-06Update luratech jbig2 function prototype with int to size_t change.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-14Add optional support for Luratech JBIG2 decoder.Sebastian Rasmussen
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-03-17Rework fz_streams.Robin Watts
2014-01-06reuse JBIG2GlobalsSimon Bünzli
2014-01-06show jbig2dec warnings/errors in stderrSimon Bünzli
2014-01-02Add rebinding for fz_streams.Robin Watts
2013-06-20Rearrange source files.Tor Andersson