summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2
AgeCommit message (Expand)Author
2018-05-02Make several Huffman decoders consistently check for integer overflows.Lei Zhang
2018-05-01Add struct CJBig2_GRDProc::ProgressiveArithDecodeState.Lei Zhang
2018-05-01Clean up CJBig2_Image compose methods.Lei Zhang
2018-04-27Remove CJBig2_HuffmanTable::InitCodes().Lei Zhang
2018-04-27Change CJBig2_HuffmanTable to use struct JBig2HuffmanCode.Lei Zhang
2018-04-27Adjust CJBig2_Context::HuffmanAssignCode().Lei Zhang
2018-04-27Simplify CJBig2_Context::DecodeSymbolIDHuffmanTable().Lei Zhang
2018-04-27Use std::function in CJBig2_GRDProc.Lei Zhang
2018-04-27Disambiguate methods in CJBig2_GRDProc.Lei Zhang
2018-04-27Simplify CJBig2_Context::FindReferredSegmentByTypeAndIndex().Lei Zhang
2018-04-27Fix style for many jbig2 methods.chromium/3412Lei Zhang
2018-04-27Add CJBig2_Image::IsValidImageSize() helper method.Lei Zhang
2018-04-27Sanitize another image size in CJBig2_Context::parseHalftoneRegion().Lei Zhang
2018-04-27Sanitize the SBNUMINSTANCES value in the JBIG2 decoder.Lei Zhang
2018-04-23Add more image size checks in CJBig2_Context.Lei Zhang
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-02-26Shrink some tables and kill dead code in xfa.Tom Sepez
2018-02-12Fix signedness in CJBig2_HuffmanTable, and add overflow checkNicolas Pena
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-18Avoid integer overflows in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-18Declare variables closer to use in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-15Revert "Check for success of decodes to avoid infinite loops"Nicolás Peña Moreno
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-12-01Check for success of decodes to avoid infinite loopsNicolas Pena
2017-11-30Prevent integer overflow in CJBig2_HuffmanTable::ParseFromCodedBufferNicolas Pena
2017-11-28Remove CollectionSize from JBig2_ContextDan Sinclair
2017-11-10Check for decoder completeness in CJBig2_GRRDProcNicolas Pena
2017-11-09Rename some methods in CJBig2_Contextchromium/3264Nicolas Pena
2017-11-08Prevent cyclic offset on CJBig2_ContextNicolas Pena
2017-11-07Use MaybeOwned in CJBig2_ImageNicolas Pena
2017-11-07More FX_SAFE_INT32 in CJBig2_TRDProcNicolas Pena
2017-10-30More safe ints in CJBig2_TRDProcNicolas Pena
2017-10-25Enforce end of data in CJBig2_ArithDecoderNicolas Pena
2017-10-23Fix some integer overflows in CJBig2_TRDProcNicolas Pena
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