summaryrefslogtreecommitdiff
path: root/core/fxcodec/bmp/cfx_bmpdecompressor.cpp
AgeCommit message (Expand)Author
2018-08-31Remove avail_buf out argument from GetAvailInput() methods.chromium/3542chromium/3541chromium/3540chromium/3539Tom Sepez
2018-08-24Use span<uint8_t> in more fxcodec code.Tom Sepez
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-13Implement CFX_CodecMemory.Lei Zhang
2018-07-25Use incomplete type CFX_BmpContext in place of void*chromium/3503Tom Sepez
2018-04-25Replace reinterpret_cast with static_cast where possibleTom Sepez
2018-03-21Rename "des_foo" to "dest_foo".Lei Zhang
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-15Correctly seek when header size is larger then expectedchromium/3349Ryan Harrison
2018-02-14Check that the request was satisfied in ReadDataRyan Harrison
2018-02-13Change return value of GetAvailInputRyan Harrison
2018-02-12Convert CFX_BmpDecompressor to use CFX_MemoryStreamRyan Harrison
2018-02-07Check that request sizes in ReadData don't overflowRyan Harrison
2018-02-06Account for skip size before getting image ifh sizeRyan Harrison
2018-02-06Extract classes in fx_bmp.h into their own filesRyan Harrison