summaryrefslogtreecommitdiff
path: root/core/fxcodec/lbmp/fx_bmp.cpp
AgeCommit message (Expand)Author
2017-10-02Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRSTchromium/3231Ryan Harrison
2017-09-27Remove error strings from BMP decoding pathRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-06-22Continue BMP decoder cleanupNicolas Pena
2017-06-20Fix signedness of height in BMP decoderNicolas Pena
2017-06-19Make out_row_buffer an std::vectorNicolas Pena
2017-06-15Remove unused BMP compressing codeNicolas Pena
2017-06-14Cleanup fx_bmp part 1Nicolas Pena
2017-06-13Check validity of color indices in bmp_decode_rgbNicolas Pena
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-15Fix an integer underflow in the BMP decoder.Lei Zhang
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Fix boundary value negation in bmp_read_headerchromium/3041Nicolas Pena
2017-03-07Limit BMP width to avoid overflowsNicolas Pena
2017-01-16Check blue,green,red bit count in bmp_decode_rgbNicolas Pena
2016-11-28Replace ASSERT with error return in bmp_read_headernpm
2016-11-02Remove FX_BOOL from coretsepez
2016-08-02Verify row bytes before alloc in BMP codec.dsinclair
2016-06-07Get rid of NULLs in core/thestig
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