summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/fx_codec_fax.cpp
AgeCommit message (Expand)Author
2018-05-15Lower the limit of image dimensions for fax codecs.chromium/3432Lei Zhang
2018-05-15Read data in bigger chunks in fax codec code.Lei Zhang
2018-04-25Use a bool in FindBit() in the fax codec.Lei Zhang
2017-09-28Simplify some OS checks to PLATFORM checksDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-20Move CCodec_ScanlineDecoder to its own file.Lei Zhang
2017-08-30Move CFX_BinaryBuf out of fx_basicDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-13Fix some nits in fx_codec_faxNicolas Pena
2017-03-13Check run lengths in FaxG4GetRowNicolas Pena
2017-01-06Revert postscript code removal.rbpotter
2016-12-13Return unique_ptr<>s from fxcodec/chromium/2951tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-27Fix some FX_BOOL / int noise in core/fx*chromium/2903tsepez
2016-10-26Avoid some FX_BOOL/bool noise in fx_codec_fax.cpptsepez
2016-10-06Fix assertion failure when decoding malform G4 fax imagechromium/2886chromium/2885chromium/2884kcwu
2016-09-29Move core/fxcodec/codec/include and core/fxcodec/include files updsinclair
2016-09-26Clean up fx_codec_fax.cpp.thestig
2016-09-23Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoderkcwu
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove unused PS generation code.thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-16Convert border style defines to an enum class.dsinclair
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-05Remove dead image decoding/caching code.thestig
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-14Move core/src/ up to core/.Dan Sinclair