Age | Commit message (Expand) | Author |
2017-04-10 | Guard against negative shift in nVal calculation | Dan Sinclair |
2017-04-10 | Use checked_numeric to guard shift | Dan Sinclair |
2017-04-10 | Guard against negative shift in jbig2 huffman initialization | Dan Sinclair |
2017-04-04 | Remove a couple checks for MakeUnique failures. | Lei Zhang |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Use more unique_ptr and std::vector in JBig2_SddProc | Nicolas Pena |
2017-03-29 | Fix undefined shift in JBig2_SddProc | Nicolas Pena |
2017-03-28 | Add bounds check into JBIG2 Arith decoder. | Dan Sinclair |
2017-03-28 | Add JBig2_BitStream ReadNBits unittests | Dan Sinclair |
2017-03-27 | Convert new into MakeUnique | Dan Sinclair |
2017-03-27 | Verify available bits in bit stream | Dan Sinclair |
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-12 | Fix JBig2 decoding logic | weili |
2016-11-09 | Add early returns in CJBig2_TRDProc::decode_Arith when decode fails. | npm |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-28 | Change some ints to bools in JBIG2 code. | thestig |
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-13 | Verify number of ex flags matches number of ex items. | dsinclair |
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-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 |
2016-08-08 | Check if image width or height are zero before proceeding. | dsinclair |
2016-08-02 | Bound total pixels in JBig2 images to avoid overflows later. | tsepez |
2016-07-24 | Remove CFX_Deletable | weili |
2016-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
2016-06-07 | Fix more code which has shadow variables | weili |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-07 | Verify we have a CJBig2_Image before attempting use. | dsinclair |
2016-06-03 | Fix some code which causes warnings when compiled by /analyze tool | weili |
2016-05-26 | Fix a bug which may cause infinite loop | weili |
2016-04-13 | Re-enable warning 4701 for GN build and some cleanup | weili |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Rename FX_SAFE_DWORD to FX_SAFE_UINT32 | dsinclair |
2016-03-30 | Fix C4434 warning about 32-bit shift assigned to 64-bits | Bruce Dawson |
2016-03-28 | Reduce signed/unsigned comparison warnings | Wei Li |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-22 | Re-enable MSVC warning 4702 | Wei Li |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Make a few more const tables smaller.chromium/2689chromium/2688 | Tom Sepez |
2016-03-21 | Re-enable several MSVC warnings | Wei Li |
2016-03-15 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |