summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2014-02-14pdf-js: Pass a name string to type constructor.Tor Andersson
2014-02-14pdf-js.c: Cluster test fixes.Tor Andersson
2014-02-13pdf-util.js: Improve alert messages (also include the event value).Tor Andersson
2014-02-13pdf-util.js: Fix some regexps.Tor Andersson
2014-02-13pdf-util.js: Hoist var statements out of for statements.Tor Andersson
2014-02-13pdf-util.js: Always use strict equality comparisons.Tor Andersson
2014-02-13pdf-util.js: Use explicit type conversions in AFParseDateEx and AFParseTime.Tor Andersson
2014-02-12pdf-util.js: Simplify MuPDF object.Tor Andersson
2014-02-11tolerate streamed xrefs where object 0 is missingSimon Bünzli
2014-02-11fix memory leak in 08c632046474e72f2e08e54f31e31a343808f6cbSimon Bünzli
2014-02-10Bug 695022: Add TIFF format handlerRobin Watts
2014-02-10Bug 695022: Add support for multuple image tiff files.Robin Watts
2014-02-10Bug 695021: Fix pdf_insert_page operation with empty page tree.Robin Watts
2014-02-10Move rdb and file entries into pdf_csi.Robin Watts
2014-02-10Tweak handling of PDF arrays during text object operator stream parsing.Robin Watts
2014-02-10Add pdf_is_number.Robin Watts
2014-02-10Add pdf_output_obj function.Robin Watts
2014-02-04Don't use deprecated and/or non-standard Javascript functions.Tor Andersson
2014-02-04Improve glyph bounding, outlining and SVG output text.Robin Watts
2014-01-22Handle cmap table overflow gracefully in range-to-table mappings.Tor Andersson
2014-01-22Make fz_tree_lookup iterative rather than recursive.Tor Andersson
2014-01-22Use object literals rather than "new Array" objects.Tor Andersson
2014-01-21Bug 694900: Avoid valgrind problems when cmap tables fill up.Robin Watts
2014-01-17Bug 694899: Avoid using invalid gstate pointer.Robin Watts
2014-01-17Avoid overflows in floating point causing illegal accessesRobin Watts
2014-01-17Fix more Memento/Valgrind interactions.Robin Watts
2014-01-17Bug 694896: Ensure that repairs don't lose trailer dict.Robin Watts
2014-01-17Bug 694897: Fix valgrind issues with versionsRobin Watts
2014-01-16Bug 694957: fix stack buffer overflow in xps_parse_colorSimon Bünzli
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-16Bug 694894: Avoid throwing away an object while in use.Robin Watts
2014-01-13Avoid rendering errors caused by linejoins on tiny distances.Robin Watts
2014-01-13tolerate overlong colorspace lookup stringsSimon Bünzli
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-13More fixes for PDF clean.Robin Watts
2014-01-13Memento fixes for working with valgrind.Robin Watts
2014-01-10Bug 694889: Fix valgrind issues due to empty indexed spaces.Robin Watts
2014-01-10Solve SEGV in mutool clean with fuzzed file.Robin Watts
2014-01-10Bug 694885: Avoid stack overflow in ps_run.Robin Watts
2014-01-10Bug 694879: Fix SEGV in draw-simple-scale.Robin Watts
2014-01-10Fix build_filter_chain not to leak if pdf_array_get fails.Robin Watts
2014-01-09prevent two further heap access violationsSimon Bünzli
2014-01-09Bug 694878: Fix SEGV due to double freeRobin Watts
2014-01-09Add -o option for mutool show.Tor Andersson
2014-01-08fuzzing fix for null colorspace derefence.Robin Watts
2014-01-08Fix fuzzing bug due to float representation limitations.Robin Watts
2014-01-08Fuzzing fix: Overrun in fz_predict_pngRobin Watts