summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Context.cpp
AgeCommit message (Expand)Author
2015-12-18Cleanup CJBig2_HuffmanTable and friends.chromium/2599chromium/2598chromium/2597Lei Zhang
2015-12-18Fix the JBIG2 decoding regressions from commit bc4b82e and 8a9ce57.Lei Zhang
2015-10-19Sanity check the values of TRUE and FALSE.Lei Zhang
2015-10-09Sanitize CJBig2_SymbolDict's memory usage.chromium/2534chromium/2533chromium/2532Lei Zhang
2015-10-09Various changes to JBig2 cache:David Lattimore
2015-10-08Put CJBig2_SymbolDict's images in a CJBig2_List container.Lei Zhang
2015-10-07Fix the Windows build after commit 8a9ce57.Lei Zhang
2015-10-07Remove gotos in JBig2 code.Lei Zhang
2015-10-05Disable JBIG2 cache; prevent data corruption - try 2.Lei Zhang
2015-10-02Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR().Lei Zhang
2015-10-01Disable JBIG2 cache; prevent data corruptionLei Zhang
2015-09-24Fix a leak in CJBig2_Context.chromium/2520Lei Zhang
2015-09-24Split up JBig2_GeneralDecoder.cpp.Lei Zhang
2015-09-15Cleanup: Fix a typo. s/Processive/Processing/Lei Zhang
2015-09-11Convert some unneeded gotos into returns.Lei Zhang
2015-09-10Guard against null image data in CJBig2_GRRDProc.chromium/2509chromium/2508Lei Zhang
2015-09-10Remove CJBig2_Object, CJBig2_Module, and friends.Lei Zhang
2015-09-03Remove CJBig2_Module::JBig2_Error and friends.Lei Zhang
2015-09-03Make a bunch of JBig2 classes independent of CJBig2_Object.Lei Zhang
2015-09-02Remove dead JBig2 code.Lei Zhang
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-07-23Fix FX_BOOL type mismatches.Tom Sepez
2015-07-22Merge to master: _FETAL => _FATAL.Tom Sepez
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-10Cleanup: Remove uses of "this->" in core/Lei Zhang
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-01-05Remove static declared SymbolDictCache.Bo Xu
2014-12-17Add a small LRU cache for the JBIG2 symbol dictionary.Bo Xu
2014-06-09free, rather than delete, malloc'd object.chromium/2076chromium/2075chromium/2074chromium/2073chromium/2072chromium/2071chromium/2070chromium/2069chromium/2068chromium/2067chromium/2066chromium/2065chromium/2064chromium/2063chromium/2061chromium/2060chromium/2059chromium/2058chromium/2057chromium/2056chromium/2055chromium/2054chromium/2053chromium/2052chromium/2051chromium/2050chromium/2049chromium/2048chromium/2047chromium/2046chromium/2045chromium/2044John Abd-El-Malek
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek