Age | Commit message (Expand) | Author |
2017-10-30 | More safe ints in CJBig2_TRDProc | Nicolas Pena |
2017-10-25 | Enforce end of data in CJBig2_ArithDecoder | Nicolas Pena |
2017-10-23 | Fix some integer overflows in CJBig2_TRDProc | Nicolas Pena |
2017-10-02 | Removing unused defines | Dan Sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_MaybeOwned to fxcrt::MaybeOwned | Dan Sinclair |
2017-09-14 | Fix decoding of JBIG2 integers for values with large magnitude. | Henrique Nakashima |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Use vector instead of pointer in CJBig2_Segment | Nicolas Pena |
2017-08-31 | Split IFX_Pause out of fx_basic | Dan Sinclair |
2017-08-30 | Fix undefined shift in CJBig2_Context::decodeSymbolIDHuffmanTable | Nicolas Pena |
2017-08-28 | Add helper methods in CJBig2_GRRDProc. | Lei Zhang |
2017-08-28 | Skip decoding of excessively large JBIG2 images. | Lei Zhang |
2017-07-20 | Create helper method in CJBig2_HTRDProc | Nicolas Pena |
2017-07-19 | Remove JBig2_GsidProc class | Nicolas Pena |
2017-07-17 | Simplify CJBig2_Context::huffman_assign_code | Nicolas Pena |
2017-07-14 | Use CFX_MaybeOwned in CJBig2_TRDProc | Nicolas Pena |
2017-07-14 | More unique_ptrs in JBIG2 code part 2 | Nicolas Pena |
2017-07-13 | More unique_ptrs in JBig2 code | Nicolas Pena |
2017-05-26 | IFX_Pause is passed to CJBig2_Context, no need to store.chromium/3113 | Tom Sepez |
2017-05-26 | Pass CJBig2_ArithDecoder to CJBig2_GRDProc as needed. | Tom Sepez |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-05 | More unused IFX_Pause parameters removedchromium/3091 | Dan Sinclair |
2017-05-04 | Remove unused IFX_Pause member | Dan Sinclair |
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 |