summaryrefslogtreecommitdiff
path: root/core/fxcodec
AgeCommit message (Expand)Author
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-07Verify we have a CJBig2_Image before attempting use.dsinclair
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-26Fix a bug which may cause infinite loopweili
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-13Re-enable warning 4701 for GN build and some cleanupweili
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-08Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuftsepez
2016-04-07Remove unused ICodec_Jbig2Encoderdsinclair
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-30Fix C4434 warning about 32-bit shift assigned to 64-bitsBruce Dawson
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-28Reduce signed/unsigned comparison warningsWei Li
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-22Re-enable MSVC warning 4702Wei Li
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-15Reland "Fix sycc{420,422}_to_rgb issues."chromium/2680Oliver Chang
2016-03-15Split CPDF_Stream/CPDF_StreamAcc into separate filesTom Sepez
2016-03-15Revert "Fix sycc{420,422}_to_rgb issues."Oliver Chang
2016-03-15Fix sycc{420,422}_to_rgb issues.Oliver Chang
2016-03-14Move core/src/ up to core/.Dan Sinclair