summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2
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-11-24Fix a NULL pointer crash in the CJBig2_Image copy constructor.Lei Zhang
2015-11-10Fix relative includes within core/Lei Zhang
2015-11-06Fix all relative includes to core.Lei Zhang
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei 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-09Fix a bad refactoring error from commit 8a9ce57.Lei Zhang
2015-10-08Fix a bunch of sign mismatch warnings.Lei Zhang
2015-10-08Fix a malloc/delete mismatch introduced in commit 8a9ce57.Lei 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-07Stop inlining CJBig2_BitStream.Lei Zhang
2015-10-07Fix the Windows build after commit 8a9ce57.Lei Zhang
2015-10-07Remove gotos in JBig2 code.Lei Zhang
2015-10-07Fix include paths for fx_system.hDavid Lattimore
2015-10-05Fix regression in JBIG2 decoding from commit ce37d73.chromium/2530chromium/2529Lei 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-10-01Cleanup JBig2_ArithIntDecoder.Lei Zhang
2015-09-29Cleanup CJBig2_ArithDecoder.Lei Zhang
2015-09-28Cleanup some fx_codec_fax.cpp code.Lei Zhang
2015-09-24Fix a leak in CJBig2_Context.chromium/2520Lei Zhang
2015-09-24Split up JBig2_GeneralDecoder.cpp.Lei Zhang
2015-09-15Cleanup 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-11Cleanup casting of FX_Alloc() return values.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-28Replace signed char with int8_t. Fix Linux ARM build after r7830e9e.Lei Zhang
2015-08-20Remove a bunch of dead JBIG2 code.Lei Zhang
2015-08-14Clean: Fix some unneeded semi-colons and bad spacing.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-07-16Cleanup: Do not check pointers before deleting them, part 2.Lei Zhang
2015-07-10Make CJBig2_Object::operator delete accept nullptrchromium/2455Vitaly Buka
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez