summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/fx_codec_progress.cpp
AgeCommit message (Expand)Author
2018-01-19Remove code added in by a bad rebase or mergechromium/3328chromium/3327chromium/3326Ryan Harrison
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-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
2017-11-27Convert CFX_GifContext::GetFrameNum to size_tDan Sinclair
2017-11-21Avoid passing pointers by reference in core.Lei Zhang
2017-09-27Cleaning up naming of GIF files/classes/variablesRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Remove _FX_IOS_chromium/3225Dan Sinclair
2017-09-26Confirm that a global palette has data before attempting to use itRyan Harrison
2017-09-22Fix crash when rendering invalid GIFRyan Harrison
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-08-31Remove fx_basic.hDan Sinclair
2017-07-12Move CMYKtoRGB methods to fx_codec and clean them upNicolas Pena
2017-07-07Check that there is enough data remaining in source BMP before readingchromium/3152Ryan Harrison
2017-06-22Continue BMP decoder cleanupNicolas Pena
2017-06-19Make out_row_buffer an std::vectorNicolas Pena
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-30Release unowned m_pTiffContext before deleting through itTom Sepez
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
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-10Cleanup CGifDecompressor part 2Nicolas Pena
2017-05-08Remove default params in CFX_DIBSourceNicolas Pena
2017-05-04Removing unused IFX_Pause parametersDan Sinclair
2017-05-03Use enum class GifDecodeStatus instead of integers in fx_gifNicolas Pena
2017-04-25Remove remaining ICodec_* abstract classesTom Sepez
2017-04-04Finish splitting up fx_dib.hNicolas Pena
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan 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-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-01Create virtual codec APIs so chrome/fuzzers can link separatelyTom Sepez
2017-02-27Allow building XFA without additional codecs.Tom Sepez
2017-02-14Prevent heap-buffer-overflow in CCodec_ProgressiveDecoderNicolas Pena
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-06Return unique_ptrs from CFX_DIBitmap::Clone().tsepez
2016-11-02Remove FX_BOOL from coretsepez