summaryrefslogtreecommitdiff
path: root/core/fxcodec
AgeCommit message (Expand)Author
2018-09-17Remove a check that is never true in CJBig2_ArithDecoder::Decode().chromium/3555Lei Zhang
2018-09-17Use more booleans within JBig2ArithCtx.Lei Zhang
2018-09-17Make JBig2ArithCtx a class.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-11Fix a regression in CJBig2_Context::HuffmanAssignCode().Lei Zhang
2018-09-11Make flate decode functions' buffer out parameter unique_ptrs.Lei Zhang
2018-09-11Make RunLengthDecode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-09-06Rename CFX_GifContext::ReadData() to ReadAllOrNone()Tom Sepez
2018-09-04Consolidate some common code in ccoded_progressivedecoder.Tom Sepez
2018-09-04Fix some more span/memcpy interactions.Tom Sepez
2018-08-31Remove avail_buf out argument from GetAvailInput() methods.chromium/3542chromium/3541chromium/3540chromium/3539Tom Sepez
2018-08-30Use pdfium::span<> arg in A85 and RLE encoder methodsTom Sepez
2018-08-30Fix lifetime issue in CCodec_ProgressiveDecoder.Tom Sepez
2018-08-29Use pdfium::span<> in fpdf_parser_decode.h helper functions.Tom Sepez
2018-08-28Use pdfium::span<> in more image modulesTom Sepez
2018-08-28Rename remaining fx_codec*.cpp to match class and .h file nameTom Sepez
2018-08-28Use std::span<> in CCodec_JPEGModuleTom Sepez
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