summaryrefslogtreecommitdiff
path: root/core/fxcodec/lgif/fx_gif.cpp
AgeCommit message (Expand)Author
2017-05-12Merge FXGIF_Context and CGifDecompressor into CGifContextchromium/3098Nicolas Pena
2017-05-11Do not use vector data() when it is emptyNicolas Pena
2017-05-10Cleanup CGifDecompressor part 2Nicolas Pena
2017-05-09Cleanup of CGifDecompressor part 1Nicolas Pena
2017-05-03Use enum class GifDecodeStatus instead of integers in fx_gifNicolas Pena
2017-05-02Fix some nits in fx_gif.cppNicolas Pena
2017-05-01Fix CGifLZWDecoder::Decode comparisonNicolas Pena
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-01-25Calculate code_store safely in CGifLZWDecoder::DecodeNicolas Pena
2017-01-16Return early when gif_img_row_bytes is 0chromium/2984Nicolas Pena
2017-01-16Return error when bits_left is too bigNicolas Pena
2017-01-16Use FX_Alloc() properly in fxcodec.tsepez
2017-01-10Restrict code size in CGifLZWDecoderchromium/2978Nicolas Pena
2017-01-09Remove CFX_ArrayTemplate from fpdftext and fxcodec.tsepez
2016-12-01Improve early return in CGifLZWDecoder::Decodenpm
2016-11-02Remove FX_BOOL from coretsepez
2016-08-31Free the GifPlainText object when complete.dsinclair
2016-08-12fix 617135hong_zhang
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-07Fix more code which has shadow variablesweili
2016-06-07Get rid of NULLs in core/thestig
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-14Move core/src/ up to core/.Dan Sinclair