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
Age
Commit message (
Expand
)
Author
2017-01-09
epub: Reset old line breaks before choosing new ones.
Tor Andersson
2017-01-09
Add missing pdf_close_processor calls.
Tor Andersson
2017-01-09
Remove some dead code.
Tor Andersson
2017-01-09
Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.
Tor Andersson
2017-01-09
Fix potential buffer overrun when decoding UTF-16 in XML parser.
Tor Andersson
2017-01-09
Add fz_terminate_buffer function.
Tor Andersson
2017-01-09
Bug 697466: Fix banded PKM/PBM output.
Robin Watts
2017-01-06
Fix /dev/null slowdown.
Robin Watts
2017-01-06
Fix MSVC breakage.
Robin Watts
2017-01-02
Fix leak of image mask.
Sebastian Rasmussen
2016-12-27
Bug 697455: Make JPX support optional via configuration flag.
Tor Andersson
2016-12-27
js: Fix allocator callbacks so they don't throw fitz exceptions.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-27
Stylistic cleanups.
Tor Andersson
2016-12-27
Common code to ensure we only premultiply pixmaps with additive colors.
Tor Andersson
2016-12-26
Bug 697362: GIF frames use LZW encoding similar to TIFF.
Sebastian Rasmussen
2016-12-23
Don't add bogus entries when pdf_update_object is called with NULL.
Tor Andersson
2016-12-23
Cope with NULL resource and concents arguments to pdf_add_page.
Tor Andersson
2016-12-19
SVG output: Fix dropped group alpha.
Robin Watts
2016-12-19
Fix broken mutool draw SVG output
Robin Watts
2016-12-19
Add MuOfficeLib functions to safely run native MuPDF ops.
Robin Watts
2016-12-19
mu-threads: Fix windows thread and semaphore creation
Robin Watts
2016-12-19
mu-office-lib: Move threads out of statics.
Robin Watts
2016-12-19
mu-threads: Fix Windows mu_destroy_thread
Robin Watts
2016-12-19
Fix typo in dictionary entry sorting.
Sebastian Rasmussen
2016-12-19
Make pdf_trailer() return NULL if there is no xref.
Sebastian Rasmussen
2016-12-16
Also repair object streams when repairing on the fly.
Tor Andersson
2016-12-16
Bug 697412: When repairing, forget the previous xref.
Tor Andersson
2016-12-16
Fix memory leaks on errors in text searching utility functions.
Tor Andersson
2016-12-16
Fix 697355: Use @page background color.
Tor Andersson
2016-12-16
Move page size and margins into fz_html struct.
Tor Andersson
2016-12-16
gl: Print warning when link destinations cannot be found.
Tor Andersson
2016-12-16
pdf: Don't allow incremental writes on a new document.
Tor Andersson
2016-12-14
Have callers of fz_new_image_from_pixmap() drop supplied mask.
Sebastian Rasmussen
2016-12-14
Move checks as early as possible, outside of fz_try().
Sebastian Rasmussen
2016-12-14
jpx: Delay determining if colorspace is indexed.
Sebastian Rasmussen
2016-12-14
jpx: Quietly limit number of components for openjpeg decoder.
Sebastian Rasmussen
2016-12-14
jpx: Create openjpeg decoder state.
Sebastian Rasmussen
2016-12-14
jpx: Only do YCC-to-RGB conversion if decoding image samples.
Sebastian Rasmussen
2016-12-14
jpx: Optimize sample writing function.
Sebastian Rasmussen
2016-12-14
jpx: Delay reading metadata until parsing samples where possible.
Sebastian Rasmussen
2016-12-14
jpx: Only compute signed offsets once.
Sebastian Rasmussen
2016-12-14
jpx: Use local variables instead of repeatedly dereferencing state.
Sebastian Rasmussen
2016-12-14
jpx: Share YCC-to-RGB conversion for luratech/openjpeg decoders.
Sebastian Rasmussen
2016-12-14
jpx: Move state which is not shared among functions to decoder stack.
Sebastian Rasmussen
2016-12-14
jpx: Use macro to check for palette.
Sebastian Rasmussen
2016-12-14
jpx: Max components is known, so avoid allocating arrays.
Sebastian Rasmussen
2016-12-14
jpx: Use fz_context directly, don't wrap it in state.
Sebastian Rasmussen
2016-12-14
jpx: Reuse structs for luratech/openjpeg decoders.
Sebastian Rasmussen
2016-12-14
jpx: Remove unused struct.
Sebastian Rasmussen
[next]