summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp
AgeCommit message (Expand)Author
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-08Fix potentially massive memory leak in CPDF_DIBSource::LoadJpxBitmap().chromium/2429chromium/2428chromium/2427Lei Zhang
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-04-21Fix a regression with cut off images.chromium/2387chromium/2386chromium/2385chromium/2384chromium/2383chromium/2382chromium/2381chromium/2380chromium/2379chromium/2378Lei Zhang
2015-04-16Replace FX_NEW with new, remove tests from fpdfapiTom Sepez
2015-03-17Revert "Fix a problem that JP2 image is not displayed because index color spa...Tom Sepez
2015-03-16Fix a problem that JP2 image is not displayed because index color space is usedJUN FANG
2015-02-13Fix JPX image rendering that regressed due to several security fixes.Lei Zhang
2015-02-09Fix some typos in fpdf_render_loadimage.cpp.Lei Zhang
2015-02-06Cleanup: Fix some unused-function warnings.Lei Zhang
2015-02-06Cleanup parts of fpdf_render_loadimage.cpp.Lei Zhang
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2014-12-11m_pColorSpace can not be NULL for image object with DCTDecode filterBo Xu
2014-12-10Do not do strict check of BitsPerComponent for RunLengthDecode filterBo Xu
2014-12-10Lab colorspace needs to be 3 componentBo Xu
2014-09-03Allocate m_pCompData when |m_nComponents| is updated.Bo Xu
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