Age | Commit message (Expand) | Author |
2018-08-13 | Implement CFX_CodecMemory. | Lei Zhang |
2018-08-10 | Remove |typedef struct| in favor of just |struct|. | Tom Sepez |
2018-08-10 | Remove const_cast<> from CFX_LZWDecompressor::Decode() caller. | Tom Sepez |
2018-06-11 | Remove explicit calls to x->operator[] | Tom Sepez |
2018-05-16 | Remove some more unused #defines | Tom Sepez |
2018-05-02 | Convert hand rolled buffer reader in CFX_MemoryStream | Ryan Harrison |
2018-04-27 | Tidy cfx_gif.h.chromium/3415chromium/3414chromium/3413 | Tom Sepez |
2018-04-25 | Don't store CE (comment extension) block data when decoding GIF | Ryan Harrison |
2018-04-12 | Fail decode if continuing to get insufficient size error | Ryan Harrison |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-21 | Rename "des_foo" to "dest_foo". | Lei Zhang |
2018-02-26 | Add some more missing consts.chromium/3356 | Tom Sepez |
2018-02-06 | Break unneeded dep on Bmp codec in Gif codec | Ryan Harrison |
2018-02-06 | Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/ | Ryan Harrison |
2017-11-27 | Convert CFX_GifContext::GetFrameNum to size_t | Dan Sinclair |
2017-10-23 | Return error when attempting to load frame with 0 height | Ryan Harrison |
2017-10-05 | Make GIF decoder more standards complaint | Ryan Harrison |
2017-10-03 | Rewrite how GIF headers are read | Ryan Harrison |
2017-10-02 | Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRSTchromium/3231 | Ryan Harrison |
2017-10-02 | More define cleanup | Dan Sinclair |
2017-10-02 | Removing unused defines | Dan Sinclair |
2017-09-28 | Convert LZW decompressor to use vector instead of static arraychromium/3230chromium/3229chromium/3228chromium/3227 | Ryan Harrison |
2017-09-27 | Cleaning up naming of GIF files/classes/variables | Ryan Harrison |