summaryrefslogtreecommitdiff
path: root/core/fxcodec
AgeCommit message (Expand)Author
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-02-26Shrink some tables and kill dead code in xfa.Tom Sepez
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-15Correctly seek when header size is larger then expectedchromium/3349Ryan Harrison
2018-02-14Check that the request was satisfied in ReadDataRyan Harrison
2018-02-13Change return value of GetAvailInputRyan Harrison
2018-02-12Fix signedness in CJBig2_HuffmanTable, and add overflow checkNicolas Pena
2018-02-12Convert CFX_BmpDecompressor to use CFX_MemoryStreamRyan Harrison
2018-02-07Remove some deprecated RenderPage method usage.Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-02-07Check that request sizes in ReadData don't overflowRyan Harrison
2018-02-06Break unneeded dep on Bmp codec in Gif codecRyan Harrison
2018-02-06Account for skip size before getting image ifh sizeRyan Harrison
2018-02-06Extract classes in fx_bmp.h into their own filesRyan Harrison
2018-02-06Convert BMP class name style to match other codecsRyan Harrison
2018-02-06Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/Ryan Harrison
2018-02-06Changing the member naming style in BMPDecompressorRyan Harrison
2018-02-05Limit dest buffer to 1GB in FlateOrLZWDecode.Henrique Nakashima
2018-01-30Check if opj_image_data_alloc returned null.Henrique Nakashima
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-29Remove duplicate assignments in sycc420_to_rgb().Lei Zhang
2018-01-26Fix potential memory leak in CCodec_JpegModule::Start().Lei Zhang
2018-01-19Remove code added in by a bad rebase or mergechromium/3328chromium/3327chromium/3326Ryan Harrison
2018-01-18Avoid integer overflows in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-18Declare variables closer to use in CJBig2_Image::composeTo_opt2().Lei Zhang
2018-01-18Move format specific elements out of ContinueDecodeRyan Harrison
2018-01-17Move format specific elements out of StartDecodechromium/3324Ryan Harrison
2018-01-17Move format specific elements out of DetectImageTypeRyan Harrison
2018-01-17Remove param checking from StartScanLineRyan Harrison
2018-01-17Move remaining jpeg error handling up a levelRyan Harrison
2018-01-17Move jpeg header read error handling up a levelRyan Harrison
2018-01-17Correctly handle errors when starting jpeg codecRyan Harrison
2018-01-15Revert "Check for success of decodes to avoid infinite loops"Nicolás Peña Moreno
2017-12-19Remove some dead code.Lei Zhang
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-12-01Check for success of decodes to avoid infinite loopsNicolas Pena
2017-11-30Prevent integer overflow in CJBig2_HuffmanTable::ParseFromCodedBufferNicolas Pena
2017-11-29Allow building pdfium against the system version of libpng.Andrew Weintraub
2017-11-28Remove CollectionSize from JBig2_ContextDan Sinclair
2017-11-27Convert CFX_GifContext::GetFrameNum to size_tDan Sinclair
2017-11-21Avoid passing pointers by reference in core.Lei Zhang
2017-11-10Check for decoder completeness in CJBig2_GRRDProcNicolas Pena
2017-11-09Rename some methods in CJBig2_Contextchromium/3264Nicolas Pena
2017-11-08Prevent cyclic offset on CJBig2_ContextNicolas Pena
2017-11-07Use MaybeOwned in CJBig2_ImageNicolas Pena
2017-11-07More FX_SAFE_INT32 in CJBig2_TRDProcNicolas Pena