summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-10-13wstring allocations waste up to 7 wasted bytes.Tom Sepez
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-09Fix a compiling error on MacJun Fang
2015-10-09Fix heap-buffer-overflow in color_sycc_to_rgbJun Fang
2015-10-08Minimal revert from commit d03ba8d.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-08Relax the check on 0 length streams.chromium/2531Lei Zhang
2015-10-08Remove some dead code from CCodec_Jbig2Module. Variable was only ever set to ...David Lattimore
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-05Original patch by forshaw.Tom Sepez
2015-10-05Disable JBIG2 cache; prevent data corruption - try 2.Lei Zhang
2015-10-03Fix NULL pointer dereference in CPDF_InterForm.Lei Zhang
2015-10-02Get rid of gotos in CPDF_SyntaxParser and FlateUncompress().Lei Zhang
2015-10-02Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR().Lei Zhang
2015-10-02Fix a leak in PDF_DataDecode() on failure.Lei Zhang
2015-10-02Turn a couple functions that always return true to return void.Lei Zhang
2015-10-02Fix PNG decoding divide by zero error due to zero row count.Lei Zhang
2015-10-01Disable JBIG2 cache; prevent data corruptionLei Zhang
2015-10-01Clean up some image decoder classes:Lei Zhang
2015-10-01Cleanup JBig2_ArithIntDecoder.Lei Zhang
2015-09-29Cleanup CJBig2_ArithDecoder.Lei Zhang
2015-09-29Fix blank page issue caused by too strict correction on bpcchromium/2523Jun Fang
2015-09-28Cleanup some fx_codec_fax.cpp code.Lei Zhang
2015-09-25Revert "Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf f...Jun Fang
2015-09-25Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files"Jun Fang
2015-09-25Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf filesJun Fang
2015-09-24Fix a leak in CJBig2_Context.chromium/2520Lei Zhang
2015-09-24Split up JBig2_GeneralDecoder.cpp.Lei Zhang
2015-09-23Fix a leak in CJBig2_CachePair.Lei Zhang
2015-09-22Change nonstd::unique_ptr to take a custom deleter.Lei Zhang
2015-09-22Add missing 'return' keyword.Lei Zhang
2015-09-18Fix a #include in fpdf_page_func.cpp.David Lattimore
2015-09-15Implement FPDFAction_GetFilePath().Lei Zhang
2015-09-15Cleanup JBig2_GeneralDecoder.cpp.Lei Zhang
2015-09-15Cleanup: Fix a typo. s/Processive/Processing/Lei Zhang
2015-09-15Add a missing #include that's needed for call to FXSYS_tolower.David Lattimore
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-08Remove unneeded checks for CPDF_Object::GetDict() return values.Lei Zhang
2015-09-04Fix typos, nits and remove dead code in fpdf_text_int.cpp.Lei Zhang