summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec
AgeCommit message (Expand)Author
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
2016-08-02Fix Jbig2 document context creation by checking proper pointerweili
2016-07-24Remove CFX_Deletableweili
2016-07-19Use smart pointers for various Jbig2 decoding contextsweili
2016-07-12Replace void* to actual type for jbig2 context to avoid castsweili
2016-06-27Double AdobeCMYK_to_sRGB speed with faster roundingbrucedawson
2016-06-20Fixup LoadImageInfo type checking.dsinclair
2016-06-16Remove unused code.dsinclair
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-13Optionally skip image type detection in progressive decoder.dsinclair
2016-06-09Clean up fx_codec_tiff.cpp.thestig
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-06-07Fix more code which has shadow variablesweili
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove unused PS generation code.thestig
2016-06-03Fix some code which causes warnings when compiled by /analyze toolweili
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-25Banish CFX_PrivateData to the XFA sidetsepez
2016-05-25Remove CFX_PrivateData from CPDF_Documenttsepez
2016-05-24Remove CFX_PrivateData from CPDF_ModuleMgrtsepez
2016-05-16Convert border style defines to an enum class.dsinclair
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-11Replace some calls to Release() with direct delete, part 1.tsepez
2016-04-29Avoid nullptr dereferences in sycc444_to_rgb().thestig
2016-04-27Standardize on ASSERT.dsinclair
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-08Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuftsepez
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Rename FX_SAFE_DWORD to FX_SAFE_UINT32dsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-05Remove dead image decoding/caching code.thestig
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li