summaryrefslogtreecommitdiff
path: root/core/fxcodec/gif
AgeCommit message (Expand)Author
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