814 Commits (daefd6e6cfb10f524a8840401af49cf46661569a)

Author SHA1 Message Date
Priyeshkkumar b528826f69 Merging master branch with priyeshLogLibrary branch 5 years ago
Werner Lemberg 4d364b6821 [woff2] Fix segfault. 5 years ago
Stephen McDowell d924c5cf7e [sfnt] Support Intel compilers. 5 years ago
Werner Lemberg 7438235b42 woff2tags.h: Fix copyright year. 5 years ago
Werner Lemberg 1658685967 Remove redundant inclusion of `ft2build.h'. 5 years ago
David Turner e13391333f Make macros for header file names optional. 5 years ago
Werner Lemberg 9e6e903cc4 * src/sfnt/ttcmap.c (tt_face_build_cmaps): Trace number of cmaps. 5 years ago
David Turner 4eee13404d Remove Jamfile files from the tree. 5 years ago
Nikhil Ramakrishnan 7a019a63ed [woff2] Return if single stream operation fails. 5 years ago
Werner Lemberg fa147af4a5 [woff2] Fix font table access. 5 years ago
Werner Lemberg 8930cc9618 * src/sfnt/ttcmap.c (tt_face_build_cmaps): Ignore version (#57708). 5 years ago
Werner Lemberg e5038be704 Update all copyright notices. 5 years ago
Werner Lemberg a99a8e2863 [woff2] Fix memory leaks and a runtime warning. 5 years ago
Nikhil Ramakrishnan a4df0373c7 [woff2] Allow bitmap-only fonts (#57394). 5 years ago
Dominik Röttsches 4270e9f324 Avoid more nullptr offset UBSan warnings (#57316). 5 years ago
Ben Wagner 3cb7b3f7cb [sfnt] Avoid sanitizer warning (#57286). 5 years ago
Ben Wagner 9b0179597e [sfnt] Ensure OTTO fonts have tables (#57285). 5 years ago
Werner Lemberg b75031a26e * src/sfnt/sfwoff2.c (woff2_open_font): Check `num_fonts' for TTCs. 5 years ago
Werner Lemberg 3b8bc65c50 * src/sfnt/sfwoff2.c (woff2_open_font): Avoid undefined shift. 5 years ago
Alexei Podtelezhnikov 90a30f154a * src/sfnt/pngshim.c (premultiply_data): Optimize for __SSE__ only. 5 years ago
Werner Lemberg 545a481a74 * src/sfnt/sfwoff2.c (reconstruct_glyf): Check `triplet_size'. 5 years ago
Werner Lemberg 5a1a79c0e8 [woff2] Fix SFNT table checks. 5 years ago
Werner Lemberg 1167bff3e9 * src/sfnt/sfwoff2 (reconstruct_glyf): Fix reallocation. 5 years ago
Werner Lemberg 1f4e5bcb19 * src/sfnt/sfwoff2 (reconstruct_font): Fix reallocation. 5 years ago
Werner Lemberg 94815d6efa * src/sfnt/sfwoff2 (woff2_open_font): Initialize `woff2.ttc_fonts'. 5 years ago
Werner Lemberg 839a023619 * src/sfnt/sfwoff2.c (reconstruct_font): Fix memory leak. 5 years ago
Werner Lemberg 12696dcf9b [woff2] Reject fonts without `head' table. 5 years ago
Werner Lemberg ba06adafcd [woff2] Fix compiler warnings. 5 years ago
Werner Lemberg c37a501458 * src/sfnt/sfwoff2.c (woff2_open_font): Fix sanity check. 5 years ago
Werner Lemberg 2bf603bde6 [woff2] Fix memory leaks. 5 years ago
Werner Lemberg db4083fd7f * src/sfnt/sfwoff2.c (woff2_open_font): Check (sum of) table sizes. 5 years ago
Nikhil Ramakrishnan 5327092bb2 [woff2] Fix memory leaks. 5 years ago
Werner Lemberg 99f23d6ff2 * src/sfnt/sfwoff2.c (woff2_open_font): Check table index. 5 years ago
Werner Lemberg 3fa35aa420 * src/sfnt/sfwoff2.c (compute_ULong_sum): Fix undefined shift. 5 years ago
Werner Lemberg 543a3b939d * src/sfnt/sfwoff2.c (woff2_open_font): Add sanity check. 6 years ago
Dominik Röttsches cbee985a2b [woff2] Don't use `FT_UInt64' (#56815). 6 years ago
Werner Lemberg eef5c1dd14 [woff2] Fix compiler warnings. 6 years ago
Werner Lemberg 60c52f0edb [woff2] Formatting; some comments. 6 years ago
Nikhil Ramakrishnan 86803acd2a [woff2] Check whether known tag is in array bounds. 6 years ago
Nikhil Ramakrishnan d2681a4977 [woff2] More formatting and documentation. 6 years ago
Nikhil Ramakrishnan 1a10301532 * src/sfnt/sfwoff2.c: Improve trace comments. 6 years ago
Nikhil Ramakrishnan 97616704aa [woff2] Formatting. 6 years ago
Nikhil Ramakrishnan 2a23dc7fb3 [woff2] Support `hmtx' reconstruction when `glyf' is untransformed. 6 years ago
Nikhil Ramakrishnan 5367e0ca01 [sfnt] Support `face->num_faces' for WOFF2 fonts. 6 years ago
Nikhil Ramakrishnan bb7668d7c3 [woff2] Improve memory and error handling. 6 years ago
Nikhil Ramakrishnan 1e02076815 [woff2] Avoid too many calls to `FT_REALLOC'. 6 years ago
Nikhil Ramakrishnan 4d9b3d1d50 [woff2] Reconstruct `loca', `hmtx', and swap out stream. 6 years ago
Nikhil Ramakrishnan e3953e5410 [woff2] Reconstruct transformed `glyf' table. 6 years ago
Nikhil Ramakrishnan 81cf5326d5 [woff2] Copy un-transformed tables to sfnt stream. 6 years ago
Nikhil Ramakrishnan 106bacf502 [woff2] Create stream for uncompressed buffer. 6 years ago