summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/ccodec_gifmodule.h
AgeCommit message (Expand)Author
2018-08-31Remove avail_buf out argument from GetAvailInput() methods.chromium/3542chromium/3541chromium/3540chromium/3539Tom Sepez
2018-08-24Use span<uint8_t> in more fxcodec code.Tom Sepez
2018-08-14Remove more default arg = nullptr cases.Tom Sepez
2018-04-27Replace void* with CFX_GifPalette* in fxcodecTom Sepez
2017-11-27Convert CFX_GifContext::GetFrameNum to size_tDan Sinclair
2017-09-27Cleaning up naming of GIF files/classes/variablesRyan Harrison
2017-06-01Move CCodec_GifModule state to CGifContextTom Sepez
2017-05-30Use unowned ptr back to delegates in codec moduleschromium/3117Tom Sepez
2017-05-12Merge FXGIF_Context and CGifDecompressor into CGifContextchromium/3098Nicolas Pena
2017-05-10Cleanup CGifDecompressor part 2Nicolas Pena
2017-05-09Cleanup of CGifDecompressor part 1Nicolas Pena
2017-05-03Use enum class GifDecodeStatus instead of integers in fx_gifNicolas Pena
2017-04-25Remove remaining ICodec_* abstract classesTom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.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
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-04-12Remove ICodec_* Interfaces.dsinclair