summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2/JBig2_SddProc.cpp
AgeCommit message (Expand)Author
2017-05-05More unused IFX_Pause parameters removedchromium/3091Dan 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-27Convert new into MakeUniqueDan 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-11-02Remove FX_BOOL from coretsepez
2016-10-13Verify number of ex flags matches number of ex items.dsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-08-02Bound total pixels in JBig2 images to avoid overflows later.tsepez
2016-05-26Fix a bug which may cause infinite loopweili
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-14Move core/src/ up to core/.Dan Sinclair