summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp
AgeCommit message (Expand)Author
2014-09-02Check m_nComponents when using JBIG2Decodechromium/2146Bo Xu
2014-08-31Remove the GetValidBpc check in application callers and move it to where m_bp...Bo Xu
2014-08-27Use valid bpc value in LoadPalette() and ContinueToLoadMask()Bo Xu
2014-08-27Fix a bug when looping through m_pCompDataBo Xu
2014-08-25Add GetValidBpc() check in CPDF_DIBSource::CreateDecoder()Bo Xu
2014-08-25Add GetValidBpc() check in CPDF_DIBSource::GetScanLineBo Xu
2014-08-01Add more |bpc| value check in GetValidBpc()Bo Xu
2014-07-31Correct the names of the FX_SAFE_* typedefs.Chris Palmer
2014-07-30Fix potential integer overflow in fpdf_render_loadimage.cppJUN FANG
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-07Fix a crasher issue due to invalid 'bits per component' in PDFfoxit
2014-07-07Fix uninitialized RGB in translating scanlinefoxit
2014-07-07Fix uninitialized RGB in LoadPalettefoxit
2014-06-30Remove "this==NULL" and adjust corresponding callersBo Xu
2014-05-24Fix warnings in android build, fix font rendering issue, fix issue 357588: wr...Bo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek