summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec
AgeCommit message (Expand)Author
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
2018-05-09Do not build TIFF when codec is disabledRyan Harrison
2018-05-08Remove almost all usages of CFX_FixedBufGrow with std::vectorNicolas Pena
2018-05-08Split CCodec_FlateScanlineDecoder in two.Lei Zhang
2018-05-08Move CalculatePitch8() to core/fxcodec.Lei Zhang
2018-05-03Invalidate GIF input buffer when moving file cursor backwardschromium/3420chromium/3419Ryan Harrison
2018-04-27Replace void* with CFX_GifPalette* in fxcodecTom Sepez
2018-04-27Fix style for many jbig2 methods.chromium/3412Lei Zhang
2018-04-25Use a bool in FindBit() in the fax codec.Lei Zhang
2018-04-25Use PredictorType in more places.Lei Zhang
2018-04-25Clean up CCodec_FlateScanlineDecoder.Lei Zhang
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-04-25Remove unused PNGEncode() code.Lei Zhang
2018-04-16Fix some checks for FX_Realloc() failures.Lei Zhang
2018-04-11Remove CFX_DIBAttribute::m_strAuthorTom Sepez
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-03-21Rename foo_{wid,hei} to foo_{width,height}.Lei Zhang
2018-03-21Rename "des_foo" to "dest_foo".Lei Zhang
2018-03-21Add helpers to work with FXDIB_Format.Lei Zhang
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-13Change return value of GetAvailInputRyan Harrison
2018-02-07Remove some deprecated RenderPage method usage.Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-02-06Extract classes in fx_bmp.h into their own filesRyan Harrison
2018-02-06Convert BMP class name style to match other codecsRyan Harrison
2018-02-06Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/Ryan Harrison
2018-02-06Changing the member naming style in BMPDecompressorRyan Harrison
2018-02-05Limit dest buffer to 1GB in FlateOrLZWDecode.Henrique Nakashima
2018-01-30Check if opj_image_data_alloc returned null.Henrique Nakashima
2018-01-29Remove duplicate assignments in sycc420_to_rgb().Lei Zhang
2018-01-26Fix potential memory leak in CCodec_JpegModule::Start().Lei Zhang
2018-01-19Remove code added in by a bad rebase or mergechromium/3328chromium/3327chromium/3326Ryan Harrison
2018-01-18Move format specific elements out of ContinueDecodeRyan Harrison
2018-01-17Move format specific elements out of StartDecodechromium/3324Ryan Harrison