summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/fx_codec.cpp
AgeCommit message (Expand)Author
2018-09-04Fix some more span/memcpy interactions.Tom Sepez
2018-08-30Use pdfium::span<> arg in A85 and RLE encoder methodsTom Sepez
2018-08-27Use pdfium::span<> in CCodec_RLScanlineDecoderTom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-05-10Clean up post review commentsRyan Harrison
2018-05-10Do not build BMP when codec is disabledRyan Harrison
2018-05-09Do not build GIF when codec is disabledRyan Harrison
2018-05-08Move CalculatePitch8() to core/fxcodec.Lei Zhang
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-31Split IFX_Pause out of fx_basicDan Sinclair
2017-07-12Move CMYKtoRGB methods to fx_codec and clean them upNicolas Pena
2017-05-10Cleanup CGifDecompressor part 2Nicolas Pena
2017-04-27Remove more |new|s, part 2Tom Sepez
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-01Create virtual codec APIs so chrome/fuzzers can link separatelyTom Sepez
2017-02-27Allow building XFA without additional codecs.Tom Sepez
2017-01-23Fix bug found by fuzzer in A85 encoder (bad shift).rbpotter
2017-01-12Add postscript pathrbpotter
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-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fxcodec/codec/include and core/fxcodec/include files updsinclair
2016-09-26Clean up fx_codec_fax.cpp.thestig
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove unused PS generation code.thestig
2016-06-03Fix some code which causes warnings when compiled by /analyze toolweili
2016-04-27Standardize on ASSERT.dsinclair
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Rename FX_SAFE_DWORD to FX_SAFE_UINT32dsinclair
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-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-14Move core/src/ up to core/.Dan Sinclair