summaryrefslogtreecommitdiff
path: root/core/fxcodec
AgeCommit message (Expand)Author
2018-10-26Replace int flags with struct FXDIB_ResampleOptions.Lei Zhang
2018-10-26Forward declare a bunch of classes.Lei Zhang
2018-10-22Speculative fix for bad FX_Free() under fuzzer.Tom Sepez
2018-10-16Make {A85,RunLength}Encode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Make core/ pass gn check.Lei Zhang
2018-10-15Stop shadowing codec memory size with CCodec_ProgressiveDecoder::m_SrcSizeTom Sepez
2018-10-15Make FlateEncode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Split most core build rules into various BUILD.gn files in core.Lei Zhang
2018-10-12Forward declare more in codec code.Lei Zhang
2018-10-11Use pdfium::Vector2D in CCodec_FaxEncoder ctor.Lei Zhang
2018-10-10Fix dangling reference in CFX_CodecMemory.Tom Sepez
2018-10-10Use std::vector in ccodec_faxmodule.cppTom Sepez
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-09Pass CFX_CodecMemory in place of spans to codecs.Tom Sepez
2018-10-09Switch to std::vector in ccodec_flatemodule.cpp.Tom Sepez
2018-10-09Kill off some memset()s following FX_Alloc()Tom Sepez
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
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