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
Age
Commit message (
Expand
)
Author
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
2016-12-27
Bug 697455: Make JPX support optional via configuration flag.
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-19
SVG output: Fix dropped group alpha.
Robin Watts
2016-12-16
Fix memory leaks on errors in text searching utility functions.
Tor Andersson
2016-12-14
Have callers of fz_new_image_from_pixmap() drop supplied mask.
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
2016-12-14
jpx: Plug pixmap leak in case of error during decoding.
Sebastian Rasmussen
2016-12-14
Let pixmap colorspace conversion create new pixmap.
Sebastian Rasmussen
2016-12-14
Create a pixmap color converter.
Sebastian Rasmussen
2016-12-14
Always create colorless pixmaps with alpha.
Sebastian Rasmussen
2016-12-14
Plug pixmap leak when fz_convert_pixmap() throws.
Sebastian Rasmussen
2016-12-12
Add fz_remove to cope with utf-8 file names on windows.
Tor Andersson
2016-12-12
Ensure we don't clobber files in fz_new_output_with_path.
Tor Andersson
2016-11-23
Add ptrdiff_t formatting support to fz_vsnprintf().
Sebastian Rasmussen
2016-11-23
fz_vsnprintf() can simply use bitwidth of given types.
Sebastian Rasmussen
2016-11-23
jxr: Plug pixmap leak upon error converting CMYK image to RGB.
Sebastian Rasmussen
2016-11-23
Add toggle to enable/disable document styles.
Tor Andersson
2016-11-23
Update UCDN database to Unicode 9.0.0.
Sebastian Rasmussen
2016-11-22
Fix fz_warn() format compiler warning.
Sebastian Rasmussen
2016-11-16
Bug 697301: Fix "crash" in epub.
Robin Watts
2016-11-16
Fix warning.
Tor Andersson
2016-11-15
Fix compiler warning.
Robin Watts
2016-11-14
pdf: Use URI dictionary for relative URIs.
Tor Andersson
2016-11-14
More API tweaks.
Robin Watts
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-14
Workaround 0 line-width strokes in svg output.
Robin Watts
2016-11-14
Add/fix page coordinates to link targets.
Tor Andersson
2016-11-11
API improvements.
Robin Watts
2016-11-10
Add minimum line width configuration option.
Robin Watts
2016-11-08
Clean up braces and indentation in fz_paint_affine_near/lerp.
Tor Andersson
[next]