summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2014-05-07Correctly round PNG image resolutionSimon Bünzli
2014-05-07Bug 695112: only patch height values in JPEG streamsSimon Bünzli
2014-05-07Fix 695112: patch JPEG streams with missing dimensionsTor Andersson
2014-05-07Bug 694801: fast_cmyk_to_rgb caching broken.Robin Watts
2014-05-06Fix 694909: revert "Force colorspaces to match with JPX images." and ...Tor Andersson
2014-05-01Fix 694084: compute number of segments in radial shading from radius.Tor Andersson
2014-04-27Bug 695171: Pointer error when padding an fz_concat machineRobin Watts
2014-04-23Fix bug 693580 by skipping xml tag namespace prefixes.Tor Andersson
2014-03-25Add va_copy/va_copy_end macros to support both C89 and C99.Tor Andersson
2014-03-25fix warnings in fitz/printf.cSimon Bünzli
2014-03-25Break dependencies on pdf-form.c and pdf-js.cTor Andersson
2014-03-19Fix MSVC compiles of printf.cRobin Watts
2014-03-19Add %q and %( formatting to fz_printf to print escaped strings.Tor Andersson
2014-03-19Implement our own vsnprintf variant.Tor Andersson
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-03-17Rework fz_streams.Robin Watts
2014-03-17Ensure that small images don't subdivide more than they should.Robin Watts
2014-02-25Bug 695040: prevent hang in path flatteningSimon Bünzli
2014-02-25Bug 694851: pass more information to fz_load_system_fontSimon Bünzli
2014-02-18Make the OpenJPEG I/O callbacks static.....Chris Liddell
2014-02-17Tweak fz_eval_function fakein/out buffer copying.Tor Andersson
2014-02-17Simplify shade vertex preparation and remove redundant memcpy calls.Tor Andersson
2014-02-17Add fz_transform_point_xy to simplify transforming a point.Tor Andersson
2014-02-17Add const to colorspace source arguments and dependencies.Tor Andersson
2014-02-10Bug 695022: Add TIFF format handlerRobin Watts
2014-02-10Bug 695022: Add support for multuple image tiff files.Robin Watts
2014-02-04Improve glyph bounding, outlining and SVG output text.Robin Watts
2014-01-22Make fz_tree_lookup iterative rather than recursive.Tor Andersson
2014-01-17Avoid overflows in floating point causing illegal accessesRobin Watts
2014-01-17Fix more Memento/Valgrind interactions.Robin Watts
2014-01-16fix memory leaks in pdf_load_jpx and fz_new_image_from_pixmapSimon Bünzli
2014-01-16disable JPEG decoding speed-ups to prevent artifactsSimon Bünzli
2014-01-13Avoid rendering errors caused by linejoins on tiny distances.Robin Watts
2014-01-13Bug 694890: Solve valgrind issues/SEGV due to use of invalid pixmapRobin Watts
2014-01-13Bug 694851: enhance fz_load_system_fontSimon Bünzli
2014-01-13verify that openjpeg actually allocates dataSimon Bünzli
2014-01-13Memento fixes for working with valgrind.Robin Watts
2014-01-10Bug 694879: Fix SEGV in draw-simple-scale.Robin Watts
2014-01-08Fix fuzzing bug due to float representation limitations.Robin Watts
2014-01-08Fuzzing fix: Overrun in fz_predict_pngRobin Watts
2014-01-08sanitize number of columns in fz_open_faxdSimon Bünzli
2014-01-08sanitize values in fz_open_predictSimon Bünzli
2014-01-07Introduce 'document handlers'.Robin Watts
2014-01-06Bug 694869: Fix indetermisms with broken PNG files.Robin Watts
2014-01-06reuse JBIG2GlobalsSimon Bünzli
2014-01-06show jbig2dec warnings/errors in stderrSimon Bünzli
2014-01-06add stub files for JPEG-XR supportSimon Bünzli
2014-01-06fix various MSVC warningsSimon Bünzli
2014-01-02Add rebinding for fz_devices and fz_documentsRobin Watts
2014-01-02Add rebinding for fz_streams.Robin Watts