summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec
AgeCommit message (Expand)Author
2017-06-01Use unique_ptrs for codec contexts in ccodec_progressivedecoder.chromium/3118Tom Sepez
2017-06-01Move CCodec_GifModule state to CGifContextTom Sepez
2017-06-01Missing one unowned_ptr in ccodec_progressivedecoder.hTom Sepez
2017-06-01Rename FXJPEG_Context and use unowned ptrTom Sepez
2017-05-31Put all CCodec_PngModule state into its context.Tom Sepez
2017-05-31Move all of ccodec_bmpmodule state to its contextTom Sepez
2017-05-30Use unowned ptr back to delegates in codec moduleschromium/3117Tom Sepez
2017-05-30Release unowned m_pTiffContext before deleting through itTom Sepez
2017-05-30Do not store pointer to IFX_Pause in CCodec_Jbig2ContextTom Sepez
2017-05-26IFX_Pause is passed to CJBig2_Context, no need to store.chromium/3113Tom Sepez
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-24core: allow building against system lcms2chromium/3111Miklos Vajna
2017-05-23Remove longjmp from the Gif moduleNicolas Pena
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-12Rename ErrorData and fix potential leakchromium/3100chromium/3099Nicolas Pena
2017-05-12Merge FXGIF_Context and CGifDecompressor into CGifContextchromium/3098Nicolas Pena
2017-05-11Do not use vector data() when it is emptyNicolas Pena
2017-05-10Cleanup CGifDecompressor part 2Nicolas Pena
2017-05-09Cleanup of CGifDecompressor part 1Nicolas Pena
2017-05-08Remove default params in CFX_DIBSourceNicolas Pena
2017-05-06core: allow building against system zlibMiklos Vajna
2017-05-04Removing unused IFX_Pause parametersDan Sinclair
2017-05-03Use enum class GifDecodeStatus instead of integers in fx_gifNicolas Pena
2017-04-27Remove more |new|s, part 2Tom Sepez
2017-04-25Remove remaining ICodec_* abstract classesTom Sepez
2017-04-20Revert "core: allow building against system zlib"dsinclair
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-18Libtiff upstream: _TIFFcalloc additionNicolas Pena
2017-04-13core: allow building against system zlibMiklos Vajna
2017-04-07Remove the ICC transform where it is never initialized.Nicolas Pena
2017-04-07Remove the "old way" of performing FlateUncompress.Tom Sepez
2017-04-04Remove a couple checks for MakeUnique failures.Lei Zhang
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-04Finish splitting up fx_dib.hNicolas Pena
2017-04-04Remove unneeded void* casts.Lei Zhang
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-03-31Move zlib to a DEPS-based checkout.Lei Zhang
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-27Update to zlib 1.2.11Adenilson Cavalcanti
2017-03-23Revert "Remove CFX_FixedBufGrow"Nicolás Peña
2017-03-22Remove CFX_FixedBufGrowDan Sinclair
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang