summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
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
2014-01-08prevent heap access violation in pdf_cache_objectSimon Bünzli
2014-01-08sanitize crypt revision in pdf_new_cryptSimon Bünzli
2014-01-08sanitize number of columns in fz_open_faxdSimon Bünzli
2014-01-08sanitize crypt revision in pdf_new_cryptSimon 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-06tolerate slightly broken page treesSimon Bünzli
2014-01-06fix MSVC warnings C4054 and C4152Simon 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
2014-01-02Add rebinding for fz_output.Robin Watts
2014-01-02Bug 694585: Further improve mesh rendering timesRobin Watts
2014-01-02Bug 694585: Slow rendering of meshesRobin Watts
2014-01-02Improve PDF repair logic.Robin Watts
2014-01-02Cull code unused as a result of the "tolerate inline images..." fix.Robin Watts
2014-01-02fix memory leak in pdf_repair_xrefSimon Bünzli
2014-01-02Fix memory leak in pdf_xref_size_from_old_trailer.Robin Watts
2014-01-02Bug 694569: suspicious for loop in pdf-device.cPaul Gardiner
2014-01-02Bug 694729: Rounding the InkPaul Gardiner
2014-01-01Bug 693320: Avoid unaligned accesses in SHA routines.Robin Watts
2014-01-01tolerate inline images without EOF markersSimon Bünzli
2014-01-01don't fail on invalid object streamsSimon Bünzli
2013-12-30Bug 694564: Move pdf_lookup_page_obj to be iterativeRobin Watts