aboutsummaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2/JBig2_Context.h
AgeCommit message (Expand)Author
2023-12-13Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2019-06-03Prevent circular includes between fxcodec and fpdfapi/parser.Tom Sepez
2019-05-31Get rid of recursive constructor calls in JBIG2_ContextTom Sepez
2019-03-20Remove some includes from header files.Lei Zhang
2019-01-28Remove unreachable CJBig2_Context code.Lei Zhang
2018-06-13Make CJBig2_Context::GetHuffmanTable return constNicolas Pena
2018-05-24Do some variable cleanup in CJBig2_ContextNicolas Pena
2018-05-14Merge some values of JBig2_ResultNicolas Pena
2018-05-09Use enum class instead of int in CJBig2_ContextNicolas Pena
2018-04-27Remove CJBig2_HuffmanTable::InitCodes().Lei Zhang
2018-04-27Adjust CJBig2_Context::HuffmanAssignCode().Lei Zhang
2018-04-27Simplify CJBig2_Context::DecodeSymbolIDHuffmanTable().Lei Zhang
2018-04-27Simplify CJBig2_Context::FindReferredSegmentByTypeAndIndex().Lei Zhang
2018-04-27Fix style for many jbig2 methods.Lei Zhang
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2017-11-09Rename some methods in CJBig2_ContextNicolas Pena
2017-11-08Prevent cyclic offset on CJBig2_ContextNicolas Pena
2017-10-02Removing unused definesDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-07-17Simplify CJBig2_Context::huffman_assign_codeNicolas Pena
2017-05-26IFX_Pause is passed to CJBig2_Context, no need to store.Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-05More unused IFX_Pause parameters removedDan Sinclair
2017-04-04Remove a couple checks for MakeUnique failures.Lei Zhang
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2016-12-14Remove CJBig2_List in favor of std::vector<std::unique_ptr<>>tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-09-29Move core/fxcodec/codec/include and core/fxcodec/include files updsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-07-24Remove CFX_Deletableweili
2016-07-19Use smart pointers for various Jbig2 decoding contextsweili
2016-06-07Get rid of NULLs in core/thestig
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-03-25Remove FX_DWORD from core/ and delete definitiontsepez
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-14Move core/src/ up to core/.Dan Sinclair