summaryrefslogtreecommitdiff
path: root/core/fxcodec/gif/cfx_gifcontext_unittest.cpp
AgeCommit message (Expand)Author
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-09Pass CFX_CodecMemory in place of spans to codecs.Tom Sepez
2018-09-06Rename CFX_GifContext::ReadData() to ReadAllOrNone()Tom 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-05-02Convert hand rolled buffer reader in CFX_MemoryStreamRyan Harrison
2017-10-05Make GIF decoder more standards complaintRyan Harrison
2017-10-03Rewrite how GIF headers are readRyan Harrison