summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec
AgeCommit message (Expand)Author
2017-03-13Remove openjpeg write support.thestig
2017-03-13Fix some nits in fx_codec_faxNicolas Pena
2017-03-13Check run lengths in FaxG4GetRowNicolas Pena
2017-03-07fx_codec_flate code cleanup.chromium/3035Dan Sinclair
2017-03-06Check size before writtingchromium/3033dan sinclair
2017-03-01Create virtual codec APIs so chrome/fuzzers can link separatelyTom Sepez
2017-02-27Fix nits from commit db764708.Lei Zhang
2017-02-27Allow building XFA without additional codecs.Tom Sepez
2017-02-14Prevent heap-buffer-overflow in CCodec_ProgressiveDecoderNicolas Pena
2017-01-23Fix bug found by fuzzer in A85 encoder (bad shift).rbpotter
2017-01-16Use FX_Alloc() properly in fxcodec.tsepez
2017-01-12Add postscript pathrbpotter
2017-01-11Make tiff_read return actual length readNicolas Pena
2017-01-09Check validity of width and height in CCodec_TiffContext::LoadFrameInfoNicolas Pena
2017-01-09Remove CFX_ArrayTemplate from fpdftext and fxcodec.tsepez
2017-01-06Revert postscript code removal.rbpotter
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-13Return unique_ptr<>s from fxcodec/chromium/2951tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-06Return unique_ptrs from CFX_DIBitmap::Clone().tsepez
2016-11-22Multiply safely in CCodec_TiffContext::Decodenpm
2016-11-22pdfium: Fix inconsistent number of color components of ICC profilekcwu
2016-11-21Check dimensions and content of bitmaps in EmbedderTests.chromium/2927thestig
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-09Revert of Clean up fx_codec_icc.cpp (patchset #1 id:1 of https://codereview.c...kcwu
2016-11-07Clean up fx_codec_icc.cppkcwu
2016-11-02Remove FX_BOOL from coretsepez
2016-11-01Fix founding difference in pdfium_test on AdobeCMYK_to_sRGBbrucedawson
2016-10-28Fix more FX_BOOL / int noise in core/fpdfsdktsepez
2016-10-27Fix some FX_BOOL / int noise in core/fx*chromium/2903tsepez
2016-10-26Add more checks to tiff_read() and tiff_seek().thestig
2016-10-26Avoid some FX_BOOL/bool noise in fx_codec_fax.cpptsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-06Fix assertion failure when decoding malform G4 fax imagechromium/2886chromium/2885chromium/2884kcwu
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fxcodec/codec/include and core/fxcodec/include files updsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair
2016-09-26Clean up fx_codec_fax.cpp.thestig
2016-09-23Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoderkcwu
2016-09-19Remove dead code in CCodec_IccModulekcwu
2016-09-19Avoid nullptr access in sycc422_to_rgb and sycc420_to_rgbstackexploit
2016-09-12Verify value of prec before usingdsinclair
2016-09-12change memcpy to memmove for potential nearby addressestracy_jiang
2016-09-12fix some uninitialized variableshong_zhang
2016-08-29Skip the channel if there is no data.dsinclair
2016-08-29Fix for #618267. Adding a method to determine if multiplication hastracy_jiang