summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/ccodec_bmpmodule.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-10Remove const args and const_casts where not required.Tom Sepez
2018-02-13Change return value of GetAvailInputRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
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-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-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
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-04-12Remove ICodec_* Interfaces.dsinclair