summaryrefslogtreecommitdiff
path: root/core/fxcodec/gif
AgeCommit message (Expand)Author
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Forward declare more in codec code.Lei Zhang
2018-10-10Fix dangling reference in CFX_CodecMemory.Tom Sepez
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Pass CFX_CodecMemory in place of spans to codecs.Tom Sepez
2018-09-25Introduce CodecModuleIface for progressive decoder modules.Tom Sepez
2018-09-06Rename CFX_GifContext::ReadData() to ReadAllOrNone()Tom Sepez
2018-08-31Remove avail_buf out argument from GetAvailInput() methods.chromium/3542chromium/3541chromium/3540chromium/3539Tom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-24Use span<uint8_t> in more fxcodec code.Tom Sepez
2018-08-13Implement CFX_CodecMemory.Lei Zhang
2018-08-10Remove |typedef struct| in favor of just |struct|.Tom Sepez
2018-08-10Remove const_cast<> from CFX_LZWDecompressor::Decode() caller.Tom Sepez
2018-06-11Remove explicit calls to x->operator[]Tom Sepez
2018-05-16Remove some more unused #definesTom Sepez
2018-05-02Convert hand rolled buffer reader in CFX_MemoryStreamRyan Harrison
2018-04-27Tidy cfx_gif.h.chromium/3415chromium/3414chromium/3413Tom Sepez
2018-04-25Don't store CE (comment extension) block data when decoding GIFRyan Harrison
2018-04-12Fail decode if continuing to get insufficient size errorRyan Harrison
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-03-21Rename "des_foo" to "dest_foo".Lei Zhang
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-06Break unneeded dep on Bmp codec in Gif codecRyan Harrison
2018-02-06Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/Ryan Harrison
2017-11-27Convert CFX_GifContext::GetFrameNum to size_tDan Sinclair
2017-10-23Return error when attempting to load frame with 0 heightRyan Harrison
2017-10-05Make GIF decoder more standards complaintRyan Harrison
2017-10-03Rewrite how GIF headers are readRyan Harrison
2017-10-02Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRSTchromium/3231Ryan Harrison
2017-10-02More define cleanupDan Sinclair
2017-10-02Removing unused definesDan Sinclair
2017-09-28Convert LZW decompressor to use vector instead of static arraychromium/3230chromium/3229chromium/3228chromium/3227Ryan Harrison
2017-09-27Cleaning up naming of GIF files/classes/variablesRyan Harrison