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
/
pdf
/
pdf-op-filter.c
Age
Commit message (
Expand
)
Author
2018-02-27
Remove pdf_xobject wrapper struct.
Tor Andersson
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2018-01-23
Fix cut and paste bug in filter code.
Robin Watts
2017-12-08
Fix SEGV in redaction code due to TJ with no chars.
Robin Watts
2017-11-14
Ensure that after_text functions get ctm.
Robin Watts
2017-11-14
Ensure filter inits the Trm values on a BT.
Robin Watts
2017-11-14
Rejig filter internals slightly.
Robin Watts
2017-11-06
Use text state handling in pdf_filter_processor to filter text.
Robin Watts
2017-07-06
Drop pdf processor graphics state upon error.
Sebastian Rasmussen
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-03
Add documentation for pdf_processors.
Robin Watts
2017-04-27
Include required system headers.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-05-24
Fix 696796: clamp color values in PDF to valid range.
Tor Andersson
2016-04-18
Fix broken documents after sanitize
Robin Watts
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2014-03-17
Ensure that BDC operators get both params.
Robin Watts
2014-03-04
Fix memory leaks in pdf-filter code.
Robin Watts
2014-03-04
Add pdf_process for filtering operator streams.
Robin Watts