Age | Commit message (Collapse) | Author |
|
Adds simpler choice of Javascript library to makefiles.
Will prefer in order: MuJS, JavaScriptCore, V8, none based
on HAVE_MUJS, HAVE_JSCORE, and HAVE_V8.
For simplicity, we build mujstest even with no javascript implementation.
|
|
|
|
|
|
|
|
|
|
|
|
These were the last few fixes that went back from mupdf to gs.
This seems to solve bug 694362. Thanks to Shelly for this.
|
|
Thanks to Shelly for pointing out that this needed to be done. This
might solve bug 694362.
|
|
The OpenJPEG in gs is v2, with various patches for fixes. These are in
the process of being passed upstream. We now automatically pull the
openjpeg tree out of GhostPDL and put it in as one particular branch
in the thirdparty/openjpeg.git repo. Change to track this in MuPDF.
This is in keeping with what we have been doing with the jbig2dec
repo for a while now.
|
|
If header field is too large, warn, but don't bale out.
|
|
Only build mupdf-x11-curl if the curl thirdparty library exists.
|
|
|
|
This solves linux build problems.
|
|
|
|
|
|
Also fix android building with latest openjpeg2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 57c0f109b4c0d13813ca6cbc463468b503f91048
which slipped through when it should not have.
|
|
|
|
Problem found in a test file, 4174.pdf.SIGSEGV.50c.3529 supplied
by Mateusz "j00ru" Jurczyk and Gynvael Coldwind of the Google
Security Team using Address Sanitizer. Many thanks!
Fonts extracted from the file supplied to Werner Lemberg who fixed
the problem in freetype. Again, many thanks.
|
|
Version 1.5.0 with revisions 1728 and 1730 included from SVN.
|
|
jbig2dec latest
freetype 2.4.10
jpeg 9
openjpeg 1.5.0
zlib 1.2.7
Update MSVC projects for thirdparty libraries as submodules.
Improve thirdparty library availability checks in Makethird by
checking for the existence of a README file instead of just the directory,
since a checkout without active git submodules has empty directories
for the third party libraries.
|