Age | Commit message (Expand) | Author |
2017-04-07 | Use libjpeg-turbo instead of our own copy of libjpeg. | Lei Zhang |
2017-04-05 | Libtiff: Prevent OOM in TIFFFillStrip | Nicolas Pena |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from file methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from string methods | Dan Sinclair |
2017-04-01 | Use absolute paths for FreeType source code. | Lei Zhang |
2017-03-31 | Move zlib to a DEPS-based checkout. | Lei Zhang |
2017-03-31 | Pull in FreeType via DEPS instead. | Lei Zhang |
2017-03-30 | Libtiff security upstream patches | Nicolas Pena |
2017-03-30 | Revert "Enable Wshift-negative-value in PDFium." | Nico Weber |
2017-03-30 | Allow configuration of external embedder FreeType | Dominik Röttsches |
2017-03-30 | Upgrade to FreeType 2.7.1. | Lei Zhang |
2017-03-30 | Erase unused freetype files. | Lei Zhang |
2017-03-29 | Do more checks before big allocs in TIFFReadDirEntryArray | Nicolas Pena |
2017-03-29 | Enable Wshift-negative-value in PDFium. | Lei Zhang |
2017-03-27 | Update to zlib 1.2.11 | Adenilson Cavalcanti |
2017-03-21 | Upgrade libtiff to 4.0.7. | Lei Zhang |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-16 | Import PartitionAlloc from Chromium. | Chris Palmer |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-13 | LibopenJPEG: Fix some divisions by 0 in pi.c | Nicolas Pena |
2017-03-01 | LibOpenJPEG upstream: check size in opj_j2k_read_siz | Nicolas Pena |
2017-02-27 | Spacing nit in libtiff patch | Nicolas Pena |
2017-02-27 | LCMS upstream patch to fix integer overflows | Nicolas Pena |
2017-02-24 | Libtiff: fix leaking tables in tif_ojpeg.c | Nicolas Pena |
2017-02-22 | lcms upstream patches to fix security bugchromium/3021 | Nicolas Pena |
2017-02-21 | Convert more TransformPoint calls to Transform | Dan Sinclair |
2017-02-17 | Libopenjpeg upstream fix for undefined shiftchromium/3019chromium/3018chromium/3017chromium/3016 | Nicolas Pena |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Libtiff upstream fix for large td_bitspersample | Nicolas Pena |
2017-02-08 | Libtiff upstream fix for TIFFFetchNormalTagchromium/3007 | Nicolas Pena |
2017-01-26 | Fix leak in PredictorSetupDecode by calling tif_cleanup on failure | Nicolas Pena |
2017-01-25 | Prevent skew overflows in gtTileContig | Nicolas Pena |
2017-01-25 | Use opj_uint_ceildiv where it is better than its int version | Nicolas Pena |
2017-01-24 | Check m_data!=null when adding mct | Nicolas Pena |
2017-01-23 | Update safe numerics package to get bitwise ops | tsepez |
2017-01-19 | Fix leak in PixarLogSetupDecode | Nicolas Pena |
2017-01-19 | Return error in opj_j2k_read_header_procedure if l_marker_size < 2 | Nicolas Pena |
2017-01-12 | Fix leak in OJPEGReadHeaderInfoSecTablesAcTable when read fails. | Nicolas Pena |
2017-01-12 | Prevent undefined shift in putagreytile | Nicolas Pena |
2017-01-11 | Really fix m_nb_mct_records calculation in opj_j2k_read_mct | Nicolas Pena |
2017-01-10 | Fix m_nb_mct_records calculation in opj_j2k_read_mct | Nicolas Pena |
2017-01-09 | [libtiff] Validate refblackwhite values | Dan Sinclair |
2017-01-05 | [libtiff] Fixup unitialized access issue | Dan Sinclair |
2017-01-03 | Libtiff update with upstream | Nicolas Pena |
2016-12-16 | lcms: Sanitize floating point readchromium/2956chromium/2955 | kcwu |
2016-12-07 | lcms: avoid fixed number LUT optimization on inf values | kcwu |
2016-12-05 | Fix a leak when TIFFRGBAImageBegin failschromium/2943 | npm |