summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2
AgeCommit message (Expand)Author
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-09Kill off some memset()s following FX_Alloc()Tom Sepez
2018-09-25Add FxAlignToBoundary<>() template helper function.Tom Sepez
2018-09-21Cleanup in CCodec_FaxModuleNicolas Pena
2018-09-17Remove a check that is never true in CJBig2_ArithDecoder::Decode().chromium/3555Lei Zhang
2018-09-17Use more booleans within JBig2ArithCtx.Lei Zhang
2018-09-17Make JBig2ArithCtx a class.Lei Zhang
2018-09-11Fix a regression in CJBig2_Context::HuffmanAssignCode().Lei Zhang
2018-08-22Use UnownedPtr<> in JBig2_TrdProc, part 2.Tom Sepez
2018-08-21Use UnownedPtr<> in JBIG2_SDDProc.Tom Sepez
2018-08-21Use UnownedPtr<> in JBig2_GrrdProc.h.Tom Sepez
2018-08-21Use UnownedPtr<> in CJBig2_TRDProc.Tom Sepez
2018-08-21Avoid copying some big vectors in JBIG2_SymbolDictTom Sepez
2018-08-21Fix lifetime issue in CJBig2_GRDProc::ProgressiveArithDecodeStateTom Sepez
2018-08-20Use UnownedPtr<> in JBig2_GrdProc.hTom Sepez
2018-08-10Fix a JBIG2 decoding regression.Lei Zhang
2018-08-07Combine redundant CJBig2_Image code.Tom Sepez
2018-08-06Small optimization in CJBig2_Image::SubImage()Tom Sepez
2018-08-02Use more helper macros/methods in JBig2_Image.cpp.Tom Sepez
2018-08-02Tidy JBig2_Image.cppchromium/3511Tom Sepez
2018-08-02Introduce JBIG2_PUTDWORD() macro in CJBIG2_Image.hTom Sepez
2018-08-01Bounds check lineSrc in JBig2_Image.cpp.Tom Sepez
2018-07-27Merge several methods into JBig2GrdProc::DecodeArithTemplateUnoptchromium/3505Nicolas Pena
2018-07-06Fix regression in CJBig2_TRDProc.chromium/3486chromium/3485chromium/3484Lei Zhang
2018-07-02Check for more integer overflows in CJBig2_TRDProc.Lei Zhang
2018-06-29Limit image size in CJBig2_PDDProc.Lei Zhang
2018-06-29Clean up CJBig2_PDDProc.Lei Zhang
2018-06-14Merge 3 methods of CJBig2_GRDProc togetherchromium/3465chromium/3464chromium/3463chromium/3462chromium/3461Nicolas Pena
2018-06-13Make CJBig2_Context::GetHuffmanTable return constNicolas Pena
2018-05-24Do some variable cleanup in CJBig2_ContextNicolas Pena
2018-05-22Remove JBIG2_memcpy() and JBIG2_memset().Lei Zhang
2018-05-22Remove return value from CJBig2_Image::SetPixel().Lei Zhang
2018-05-22Fix method style in JBig2_Image.Lei Zhang
2018-05-17Expose CJBig2_Image::ComposeTo() as a public method.Lei Zhang
2018-05-17Consolidate identical code in CJBig2_TRDProc.Lei Zhang
2018-05-16Move JBig2 HuffmanTables into JBig2_HuffmanTable.cppNicolas Pena
2018-05-14Merge some values of JBig2_ResultNicolas Pena
2018-05-10Remove a completeness check from CJBig2_GRRDProc::DecodeTemplate0OptNicolas Pena
2018-05-09Use enum class instead of int in CJBig2_Contextchromium/3426Nicolas Pena
2018-05-09Make memory usage in CJBig2_HTRDProc::DecodeImage() O(1).Lei Zhang
2018-05-04Check CJBig2_Image is valid before filling.chromium/3423chromium/3422chromium/3421Lei Zhang
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