Age | Commit message (Expand) | Author |
2015-11-24 | Merge to XFA: Fix a NULL pointer crash in the CJBig2_Image copy constructor. | Lei Zhang |
2015-11-10 | Merge to XFA: Fix relative includes within core/ | Lei Zhang |
2015-11-09 | Merge to XFA: Fix all relative includes to core. | Lei Zhang |
2015-11-06 | Merge to XFA: Fix all relative includes to third_party. | Lei Zhang |
2015-10-23 | XFA: make JBig2_HuffmanTable.cpp match master | Tom Sepez |
2015-10-19 | Merge to XFA: Sanity check the values of TRUE and FALSE. | Lei Zhang |
2015-10-16 | Merge to XFA: Fix a bunch of sign mismatch warnings. | Lei Zhang |
2015-10-09 | Merge to XFA: Sanitize CJBig2_SymbolDict's memory usage. | Lei Zhang |
2015-10-09 | Merge to XFA: Fix include paths for fx_system.h | Lei Zhang |
2015-10-08 | Merge to XFA: Fix a malloc/delete mismatch introduced in commit 8a9ce57. | Lei Zhang |
2015-10-08 | Merge to XFA: Various changes to JBig2 cache: | Lei Zhang |
2015-10-08 | Merge to XFA: Put CJBig2_SymbolDict's images in a CJBig2_List container. | Lei Zhang |
2015-10-07 | Merge to XFA: Stop inlining CJBig2_BitStream. | Lei Zhang |
2015-10-07 | Merge to XFA: Fix the Windows build after commit 8a9ce57. | Lei Zhang |
2015-10-07 | Merge to XFA: Remove gotos in JBig2 code. | Lei Zhang |
2015-10-07 | Merge to XFA: Fix regression in JBIG2 decoding from commit ce37d73. | Lei Zhang |
2015-10-05 | Merge to XFA: Disable JBIG2 cache; prevent data corruption - try 2. | Lei Zhang |
2015-10-02 | Merge to XFA: Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR(). | Lei Zhang |
2015-10-01 | Merge to XFA: Disable JBIG2 cache; prevent data corruption | Lei Zhang |
2015-10-01 | Merge to XFA: Cleanup JBig2_ArithIntDecoder. | Lei Zhang |
2015-09-29 | Merge to XFA: Cleanup CJBig2_ArithDecoder. | Lei Zhang |
2015-09-28 | Merge to XFA: Cleanup some fx_codec_fax.cpp code. | Lei Zhang |
2015-09-24 | Merge to XFA: Fix a leak in CJBig2_Context. | Lei Zhang |
2015-09-24 | Merge to XFA: Split up JBig2_GeneralDecoder.cpp. | Lei Zhang |
2015-09-17 | Merge to XFA: Convert some unneeded gotos into returns. | Lei Zhang |
2015-09-15 | Merge to XFA: Cleanup JBig2_GeneralDecoder.cpp. | Lei Zhang |
2015-09-15 | Merge to XFA: Cleanup: Fix a typo. s/Processive/Processing/ | Lei Zhang |
2015-09-15 | Merge to XFA: Cleanup casting of FX_Alloc() return values. | Lei Zhang |
2015-09-10 | Merge to XFA: Guard against null image data in CJBig2_GRRDProc. | Lei Zhang |
2015-09-10 | Merge to XFA: Remove CJBig2_Object, CJBig2_Module, and friends. | Lei Zhang |
2015-09-10 | Merge to XFA: Remove CJBig2_Module::JBig2_Error and friends. | Lei Zhang |
2015-09-10 | Merge to XFA: Make a bunch of JBig2 classes independent of CJBig2_Object. | Lei Zhang |
2015-09-03 | Merge to XFA: Remove dead JBig2 code. | Lei Zhang |
2015-08-28 | Merge to XFA: Replace signed char with int8_t. Fix Linux ARM build after r783... | Lei Zhang |
2015-08-20 | Merge to XFA: Remove a bunch of dead JBIG2 code. | Lei Zhang |
2015-08-14 | Merge to XFA: Cleanup: Fix some unneeded semi-colons and bad spacing. | Lei Zhang |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-23 | Merge to XFA: FX_BOOL combo patch. | Tom Sepez |
2015-07-22 | _FETAL => _FATAL. | Tom Sepez |
2015-07-16 | Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-06-19 | Merge to XFA: Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-19 | Merge to XFA: Do some IWYU cleanups. | Lei Zhang |
2015-06-13 | Merge to XFA: Cleanup: Remove uses of "this->" in core/ | Lei Zhang |
2015-06-11 | Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Merge to XFA: Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-04 | Merge to XFA: Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-05-21 | Merge to XFA: Fix an endless loop in CJBig2_HuffmanTable::parseFromCodedBuffer | JUN FANG |
2015-05-20 | Merge to XFA: Integer overflow in CJBig2_Image::expand | JUN FANG |
2015-05-19 | Merge to XFA: Fix Heap Overflow in CJBig2_Image::expand | JUN FANG |