summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec
AgeCommit message (Expand)Author
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-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-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-10Add CFX_DIBSource::GetWritableScanline().Tom Sepez
2018-07-25Remove some ASSERT (and cast) in favor of checked cases.Tom Sepez
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-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-13Remove CFX_FixedBufGrow from fx_codec_icc.cppNicolas Pena
2018-06-05Further improve CCodec_FaxDecoder performance in debug builds.Lei Zhang
2018-05-28Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector'chromium/3444Nicolas Pena
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-21Avoid indexing into std::vector inside a tight loop.chromium/3437Lei Zhang
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-16Remove some more unused #definesTom Sepez
2018-05-16Do more optimizations to make FindBit() faster.chromium/3433Lei Zhang
2018-05-16Avoid a memset() in FindBit() in the fax codec.Lei Zhang
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-05-10Clean up post review commentsRyan Harrison
2018-05-10Do not build BMP when codec is disabledRyan Harrison
2018-05-09Use enum class instead of int in CJBig2_Contextchromium/3426Nicolas Pena
2018-05-09Do not build GIF when codec is disabledRyan Harrison
2018-05-09Do not build PNG when codec is disabledRyan Harrison