summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2
AgeCommit message (Expand)Author
2017-10-02Removing unused definesDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-14Fix decoding of JBIG2 integers for values with large magnitude.Henrique Nakashima
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Use vector instead of pointer in CJBig2_SegmentNicolas Pena
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-08-30Fix undefined shift in CJBig2_Context::decodeSymbolIDHuffmanTableNicolas Pena
2017-08-28Add helper methods in CJBig2_GRRDProc.Lei Zhang
2017-08-28Skip decoding of excessively large JBIG2 images.Lei Zhang
2017-07-20Create helper method in CJBig2_HTRDProcNicolas Pena
2017-07-19Remove JBig2_GsidProc classNicolas Pena
2017-07-17Simplify CJBig2_Context::huffman_assign_codeNicolas Pena
2017-07-14Use CFX_MaybeOwned in CJBig2_TRDProcNicolas Pena
2017-07-14More unique_ptrs in JBIG2 code part 2Nicolas Pena
2017-07-13More unique_ptrs in JBig2 codeNicolas Pena
2017-05-26IFX_Pause is passed to CJBig2_Context, no need to store.chromium/3113Tom Sepez
2017-05-26Pass CJBig2_ArithDecoder to CJBig2_GRDProc as needed.Tom Sepez
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-05More unused IFX_Pause parameters removedchromium/3091Dan Sinclair
2017-05-04Remove unused IFX_Pause memberDan Sinclair
2017-04-10Guard against negative shift in nVal calculationDan Sinclair
2017-04-10Use checked_numeric to guard shiftDan Sinclair
2017-04-10Guard against negative shift in jbig2 huffman initializationDan Sinclair
2017-04-04Remove a couple checks for MakeUnique failures.Lei Zhang
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-30Use more unique_ptr and std::vector in JBig2_SddProcNicolas Pena
2017-03-29Fix undefined shift in JBig2_SddProcNicolas Pena
2017-03-28Add bounds check into JBIG2 Arith decoder.Dan Sinclair
2017-03-28Add JBig2_BitStream ReadNBits unittestsDan Sinclair
2017-03-27Convert new into MakeUniqueDan Sinclair
2017-03-27Verify available bits in bit streamDan Sinclair
2017-01-03Check for overflow in JBig2 Huffman decoderDan Sinclair
2016-12-14Remove CJBig2_List in favor of std::vector<std::unique_ptr<>>tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-12Fix JBig2 decoding logicweili
2016-11-09Add early returns in CJBig2_TRDProc::decode_Arith when decode fails.npm
2016-11-02Remove FX_BOOL from coretsepez
2016-10-28Change some ints to bools in JBIG2 code.thestig
2016-10-27Fix FX_BOOL / int noise in JBig2, pass 3tsepez
2016-10-27Fix FX_BOOL / int noise in JBig2, pass 2tsepez
2016-10-27Fix FX_BOOL / int noise in JBig2_Grd*Proctsepez
2016-10-13Verify number of ex flags matches number of ex items.dsinclair
2016-10-06Reject JBig2 Huffman table with too large shift valuekcwu
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair