Age | Commit message (Expand) | Author |
2017-02-14 | Prevent heap-buffer-overflow in CCodec_ProgressiveDecoder | Nicolas Pena |
2017-01-25 | Calculate code_store safely in CGifLZWDecoder::Decode | Nicolas Pena |
2017-01-23 | Fix bug found by fuzzer in A85 encoder (bad shift). | rbpotter |
2017-01-16 | Return early when gif_img_row_bytes is 0chromium/2984 | Nicolas Pena |
2017-01-16 | Check blue,green,red bit count in bmp_decode_rgb | Nicolas Pena |
2017-01-16 | Return error when bits_left is too big | Nicolas Pena |
2017-01-16 | Use FX_Alloc() properly in fxcodec. | tsepez |
2017-01-12 | Add postscript path | rbpotter |
2017-01-11 | Make tiff_read return actual length read | Nicolas Pena |
2017-01-10 | Restrict code size in CGifLZWDecoderchromium/2978 | Nicolas Pena |
2017-01-09 | Check validity of width and height in CCodec_TiffContext::LoadFrameInfo | Nicolas Pena |
2017-01-09 | Remove CFX_ArrayTemplate from fpdftext and fxcodec. | tsepez |
2017-01-06 | Revert postscript code removal. | rbpotter |
2017-01-03 | Check for overflow in JBig2 Huffman decoder | Dan Sinclair |
2016-12-14 | Remove CJBig2_List in favor of std::vector<std::unique_ptr<>> | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-13 | Return unique_ptr<>s from fxcodec/chromium/2951 | tsepez |
2016-12-12 | Fix JBig2 decoding logic | weili |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-06 | Return unique_ptrs from CFX_DIBitmap::Clone(). | tsepez |
2016-12-01 | Improve early return in CGifLZWDecoder::Decode | npm |
2016-11-28 | Replace ASSERT with error return in bmp_read_header | npm |
2016-11-22 | Multiply safely in CCodec_TiffContext::Decode | npm |
2016-11-22 | pdfium: Fix inconsistent number of color components of ICC profile | kcwu |
2016-11-21 | Check dimensions and content of bitmaps in EmbedderTests.chromium/2927 | thestig |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-11 | Relax colorspace checks in CPDF_DIBSource::CreateDecoder().chromium/2917 | thestig |
2016-11-09 | Add early returns in CJBig2_TRDProc::decode_Arith when decode fails. | npm |
2016-11-09 | Revert of Clean up fx_codec_icc.cpp (patchset #1 id:1 of https://codereview.c... | kcwu |
2016-11-07 | Clean up fx_codec_icc.cpp | kcwu |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-11-01 | Fix founding difference in pdfium_test on AdobeCMYK_to_sRGB | brucedawson |
2016-10-28 | Change some ints to bools in JBIG2 code. | thestig |
2016-10-28 | Fix more FX_BOOL / int noise in core/fpdfsdk | tsepez |
2016-10-27 | Fix FX_BOOL / int noise in JBig2, pass 3 | tsepez |
2016-10-27 | Fix FX_BOOL / int noise in JBig2, pass 2 | tsepez |
2016-10-27 | Fix FX_BOOL / int noise in JBig2_Grd*Proc | tsepez |
2016-10-27 | Fix some FX_BOOL / int noise in core/fx*chromium/2903 | tsepez |
2016-10-26 | Add more checks to tiff_read() and tiff_seek(). | thestig |
2016-10-26 | Avoid some FX_BOOL/bool noise in fx_codec_fax.cpp | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-13 | Verify number of ex flags matches number of ex items. | dsinclair |
2016-10-06 | Fix assertion failure when decoding malform G4 fax imagechromium/2886chromium/2885chromium/2884 | kcwu |
2016-10-06 | Reject JBig2 Huffman table with too large shift value | kcwu |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fxcodec/codec/include and core/fxcodec/include files up | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |