Age | Commit message (Expand) | Author |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-24 | Merge to XFA: Fix failed JPX image rendering | Jun Fang |
2015-12-22 | Merge to XFA: Start using allowed C++11 features. | Lei Zhang |
2015-12-18 | Merge to XFA: Cleanup CJBig2_HuffmanTable and friends. | Lei Zhang |
2015-12-18 | Merge to XFA: Fix the JBIG2 decoding regressions from commit bc4b82e and 8a9c... | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo == NULL' | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo != NULL' | Lei Zhang |
2015-12-10 | Merge to XFA: Fix integer and bounds issues in sycc4{22,44}_to_rgb. | Oliver Chang |
2015-11-25 | Manual fixups to PDF_ENABLE_XFA in core/ | Tom Sepez |
2015-11-25 | Inflict PPDF_ENABLE_XFA ifdefs on XFA core/ | Tom Sepez |
2015-11-25 | Merge to XFA: Fix two memory leaks from pdfium_unittests | Qin Zhao |
2015-11-24 | Merge to XFA: Fix a NULL pointer crash in the CJBig2_Image copy constructor. | Lei Zhang |
2015-11-20 | Merge to XFA: Change |CCodec_ScanlineDecoder::m_Pitch| to FX_DWORD | Oliver Chang |
2015-11-20 | Reduce diffs with master in core | Tom Sepez |
2015-11-19 | Merge to XFA: Add more overrides. | Lei Zhang |
2015-11-19 | Merge to XFA: Add a missing setjmp() to CCodec_JpegDecoder::v_GetNextLine(). | Oliver Chang |
2015-11-16 | Merge to XFA: Reland "Cleanup some numeric code."" | Dan Sinclair |
2015-11-12 | Merge to XFA: Remove relative includes. | 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-09 | Merge to XFA: Remove dead code in fx_codec_jbig_enc.cpp. | Lei Zhang |
2015-11-06 | XFA: Actually fix all relative includes to third_party. | Lei Zhang |
2015-11-06 | Merge to XFA: Fix all relative includes to third_party. | Lei Zhang |
2015-10-30 | Merge to XFA: Remove external jpeg provider interface. | Tom Sepez |
2015-10-30 | XFA: Remove null CFX_DIBAttribute default argument. | Tom Sepez |
2015-10-30 | XFA: bring fx_codec_fax in-line with master | Tom Sepez |
2015-10-29 | XFA: remove unsafe exif parsing code | Tom Sepez |
2015-10-29 | XFA: Remove unused _JpegLoadIccProfile() | Tom Sepez |
2015-10-23 | XFA: make JBig2_HuffmanTable.cpp match master | Tom Sepez |
2015-10-22 | XFA: Make fx_codec_jpx_unittest.cpp match master | Tom Sepez |
2015-10-20 | XFA: Remove cond ? TRUE : FALSE. | Lei Zhang |
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-12 | XFA: Move fx_codec's lpng and tiff to third_party/ | Tom Sepez |
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-09 | Merge to XFA: Fix a compiling error on Mac | Jun Fang |
2015-10-09 | Merge to XFA: Fix heap-buffer-overflow in color_sycc_to_rgb | Jun Fang |
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-07 | Merge to XFA: Remove some dead code from CCodec_Jbig2Module. Variable was onl... | Lei Zhang |
2015-10-05 | Merge to XFA: Disable JBIG2 cache; prevent data corruption - try 2. | Lei Zhang |
2015-10-02 | Merge to XFA: Get rid of gotos in CPDF_SyntaxParser and FlateUncompress(). | Lei Zhang |
2015-10-02 | Merge to XFA: Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR(). | Lei Zhang |
2015-10-02 | Merge to XFA: Fix PNG decoding divide by zero error due to zero row count. | Lei Zhang |