Age | Commit message (Expand) | Author |
2015-12-24 | Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-24 | Fix failed JPX image rendering | Jun Fang |
2015-12-22 | Start using allowed C++11 features. | Lei Zhang |
2015-12-22 | Revert "Cleanup: Remove unused CFX_PSRenderer and various encoders it used." | Lei Zhang |
2015-12-22 | Cleanup: Remove unused CFX_PSRenderer and various encoders it used. | Lei Zhang |
2015-12-18 | Cleanup CJBig2_HuffmanTable and friends.chromium/2599chromium/2598chromium/2597 | Lei Zhang |
2015-12-18 | Fix the JBIG2 decoding regressions from commit bc4b82e and 8a9ce57. | Lei Zhang |
2015-12-14 | Get rid of most instance of 'foo == NULL' | Lei Zhang |
2015-12-14 | Get rid of most instance of 'foo != NULL' | Lei Zhang |
2015-12-10 | Fix integer and bounds issues in sycc4{22,44}_to_rgb. | Oliver Chang |
2015-11-25 | Fix two memory leaks from pdfium_unittests | Qin Zhao |
2015-11-24 | Fix a NULL pointer crash in the CJBig2_Image copy constructor. | Lei Zhang |
2015-11-20 | Change |CCodec_ScanlineDecoder::m_Pitch| to FX_DWORD | Oliver Chang |
2015-11-19 | Add more overrides. | Lei Zhang |
2015-11-19 | Add a missing setjmp() to CCodec_JpegDecoder::v_GetNextLine(). | Oliver Chang |
2015-11-16 | Reland "Cleanup some numeric code.""chromium/2567 | Dan Sinclair |
2015-11-12 | Remove relative includes. | Lei Zhang |
2015-11-10 | Revert x4 "Cleanup some numeric code." | dan sinclair |
2015-11-10 | Revert "Revert "Revert "Revert "Cleanup some numeric code."""" | dan sinclair |
2015-11-10 | Fix relative includes within core/ | Lei Zhang |
2015-11-09 | Remove dead code in fx_codec_jbig_enc.cpp. | Lei Zhang |
2015-11-06 | Fix all relative includes to core. | Lei Zhang |
2015-11-05 | Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557 | Lei Zhang |
2015-11-03 | Revert "Revert "Revert "Cleanup some numeric code.""" | Dan Sinclair |
2015-11-03 | Revert "Revert "Cleanup some numeric code."" | Dan Sinclair |
2015-10-30 | Remove external jpeg provider interface. | Tom Sepez |
2015-10-29 | Revert "Cleanup some numeric code." | dan sinclair |
2015-10-29 | Cleanup some numeric code. | Dan Sinclair |
2015-10-19 | Sanity check the values of TRUE and FALSE. | Lei Zhang |
2015-10-09 | Sanitize CJBig2_SymbolDict's memory usage.chromium/2534chromium/2533chromium/2532 | Lei Zhang |
2015-10-09 | Fix a bad refactoring error from commit 8a9ce57. | Lei Zhang |
2015-10-09 | Fix a compiling error on Mac | Jun Fang |
2015-10-09 | Fix heap-buffer-overflow in color_sycc_to_rgb | Jun Fang |
2015-10-08 | Fix a bunch of sign mismatch warnings. | Lei Zhang |
2015-10-08 | Fix a malloc/delete mismatch introduced in commit 8a9ce57. | Lei Zhang |
2015-10-09 | Various changes to JBig2 cache: | David Lattimore |
2015-10-08 | Put CJBig2_SymbolDict's images in a CJBig2_List container. | Lei Zhang |
2015-10-08 | Remove some dead code from CCodec_Jbig2Module. Variable was only ever set to ... | David Lattimore |
2015-10-07 | Stop inlining CJBig2_BitStream. | Lei Zhang |
2015-10-07 | Fix the Windows build after commit 8a9ce57. | Lei Zhang |
2015-10-07 | Remove gotos in JBig2 code. | Lei Zhang |
2015-10-07 | Fix include paths for fx_system.h | David Lattimore |
2015-10-05 | Fix regression in JBIG2 decoding from commit ce37d73.chromium/2530chromium/2529 | Lei Zhang |
2015-10-05 | Disable JBIG2 cache; prevent data corruption - try 2. | Lei Zhang |
2015-10-02 | Get rid of gotos in CPDF_SyntaxParser and FlateUncompress(). | Lei Zhang |
2015-10-02 | Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR(). | Lei Zhang |
2015-10-02 | Fix PNG decoding divide by zero error due to zero row count. | Lei Zhang |
2015-10-01 | Disable JBIG2 cache; prevent data corruption | Lei Zhang |
2015-10-01 | Clean up some image decoder classes: | Lei Zhang |
2015-10-01 | Cleanup JBig2_ArithIntDecoder. | Lei Zhang |