summaryrefslogtreecommitdiff
path: root/core/fxcodec
AgeCommit message (Expand)Author
2018-10-03Make CCodec_ProgressiveDecoder::ReadMoreData() slightly sanerchromium/3570Tom Sepez
2018-10-02Consolidate ReadMoreData() calls.Tom Sepez
2018-09-25Revert "Remove unreachable code in CPDF_DIBBase."Lei Zhang
2018-09-25Add FxAlignToBoundary<>() template helper function.Tom Sepez
2018-09-25Introduce CodecModuleIface for progressive decoder modules.Tom Sepez
2018-09-21Cleanup in CCodec_FaxModuleNicolas Pena
2018-09-21Remove unreachable code in CPDF_DIBBase.Lei Zhang
2018-09-20Remove extraneous 'extern "C"' entries.Lei Zhang
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
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