summaryrefslogtreecommitdiff
path: root/core/fxcodec
AgeCommit message (Expand)Author
2018-08-28Let CCodec_ProgressiveDecoder::m_pSrcBuf outlive contextsTom Sepez
2018-08-27Rework CCODEC_ProgressiveDecoder.Tom Sepez
2018-08-27Use pdfium::span<> in CCodec_RLScanlineDecoderTom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-24Use span<uint8_t> in more fxcodec code.Tom Sepez
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-22Use UnownedPtr<> in JBig2_TrdProc, part 2.Tom Sepez
2018-08-21Use UnownedPtr<> in JBIG2_SDDProc.Tom Sepez
2018-08-21Use UnownedPtr<> in JBig2_GrrdProc.h.Tom Sepez
2018-08-21Use UnownedPtr<> in CJBig2_TRDProc.Tom Sepez
2018-08-21Avoid copying some big vectors in JBIG2_SymbolDictTom Sepez
2018-08-21Fix lifetime issue in CJBig2_GRDProc::ProgressiveArithDecodeStateTom Sepez
2018-08-20Use UnownedPtr<> in JBig2_GrdProc.hTom Sepez
2018-08-16Remove default arg from CFX_BinaryBuf::EstimateSize().Tom Sepez
2018-08-14Remove more default arg = nullptr cases.Tom Sepez
2018-08-13Implement CFX_CodecMemory.Lei Zhang
2018-08-10Remove const args and const_casts where not required.Tom Sepez
2018-08-10Remove |typedef struct| in favor of just |struct|.Tom Sepez
2018-08-10Fix a JBIG2 decoding regression.Lei Zhang
2018-08-10Remove const_cast<> from CFX_LZWDecompressor::Decode() caller.Tom Sepez
2018-08-10Add CFX_DIBSource::GetWritableScanline().Tom Sepez
2018-08-07Combine redundant CJBig2_Image code.Tom Sepez
2018-08-06Small optimization in CJBig2_Image::SubImage()Tom Sepez
2018-08-02Use more helper macros/methods in JBig2_Image.cpp.Tom Sepez
2018-08-02Tidy JBig2_Image.cppchromium/3511Tom Sepez
2018-08-02Introduce JBIG2_PUTDWORD() macro in CJBIG2_Image.hTom Sepez
2018-08-01Bounds check lineSrc in JBig2_Image.cpp.Tom Sepez
2018-07-27Merge several methods into JBig2GrdProc::DecodeArithTemplateUnoptchromium/3505Nicolas Pena
2018-07-25Remove some ASSERT (and cast) in favor of checked cases.Tom Sepez
2018-07-25Use incomplete type CFX_BmpContext in place of void*chromium/3503Tom Sepez
2018-07-06Fix regression in CJBig2_TRDProc.chromium/3486chromium/3485chromium/3484Lei Zhang
2018-07-02Check for more integer overflows in CJBig2_TRDProc.Lei Zhang
2018-06-29Use pdfium::span with CPDF_IccProfile and friends.Lei Zhang
2018-06-29Remove out param from CCodec_IccModule::CreateTransform_sRGB().Lei Zhang
2018-06-29Add ScopedCmsProfile.Lei Zhang
2018-06-29Clean up CLcmsCmm.Lei Zhang
2018-06-29Delete dead code in CCodec_IccModule.Lei Zhang
2018-06-29Better determine if ICC colorspaces can be used for blending.Lei Zhang
2018-06-29Limit image size in CJBig2_PDDProc.Lei Zhang
2018-06-29Clean up CJBig2_PDDProc.Lei Zhang
2018-06-28Use unique_ptr in ccodec_tiffmodule.cppTom Sepez
2018-06-28Use spans and std::unique_ptrs in fx_codec_flate.cppTom Sepez
2018-06-27Remove unused m_bGif* fields from CFX_DIBAttributeTom Sepez
2018-06-27Use spans and UnownedPtrs in cjpx_decoder.hTom Sepez
2018-06-20Add in a size guard to JPX fuzzerRyan Harrison
2018-06-14Merge 3 methods of CJBig2_GRDProc togetherchromium/3465chromium/3464chromium/3463chromium/3462chromium/3461Nicolas Pena
2018-06-13Make CJBig2_Context::GetHuffmanTable return constNicolas Pena
2018-06-13Remove CFX_FixedBufGrow from fx_codec_icc.cppNicolas Pena
2018-06-11Remove explicit calls to x->operator[]Tom Sepez