Age | Commit message (Expand) | Author |
2018-08-16 | Remove default arg from CFX_BinaryBuf::EstimateSize(). | Tom Sepez |
2018-08-14 | Remove more default arg = nullptr cases. | Tom Sepez |
2018-08-13 | Implement CFX_CodecMemory. | Lei Zhang |
2018-08-10 | Remove const args and const_casts where not required. | Tom Sepez |
2018-08-10 | Remove |typedef struct| in favor of just |struct|. | Tom Sepez |
2018-08-10 | Fix a JBIG2 decoding regression. | Lei Zhang |
2018-08-10 | Remove const_cast<> from CFX_LZWDecompressor::Decode() caller. | Tom Sepez |
2018-08-10 | Add CFX_DIBSource::GetWritableScanline(). | Tom Sepez |
2018-08-07 | Combine redundant CJBig2_Image code. | Tom Sepez |
2018-08-06 | Small optimization in CJBig2_Image::SubImage() | Tom Sepez |
2018-08-02 | Use more helper macros/methods in JBig2_Image.cpp. | Tom Sepez |
2018-08-02 | Tidy JBig2_Image.cppchromium/3511 | Tom Sepez |
2018-08-02 | Introduce JBIG2_PUTDWORD() macro in CJBIG2_Image.h | Tom Sepez |
2018-08-01 | Bounds check lineSrc in JBig2_Image.cpp. | Tom Sepez |
2018-07-27 | Merge several methods into JBig2GrdProc::DecodeArithTemplateUnoptchromium/3505 | Nicolas Pena |
2018-07-25 | Remove some ASSERT (and cast) in favor of checked cases. | Tom Sepez |
2018-07-25 | Use incomplete type CFX_BmpContext in place of void*chromium/3503 | Tom Sepez |
2018-07-06 | Fix regression in CJBig2_TRDProc.chromium/3486chromium/3485chromium/3484 | Lei Zhang |
2018-07-02 | Check for more integer overflows in CJBig2_TRDProc. | Lei Zhang |
2018-06-29 | Use pdfium::span with CPDF_IccProfile and friends. | Lei Zhang |
2018-06-29 | Remove out param from CCodec_IccModule::CreateTransform_sRGB(). | Lei Zhang |
2018-06-29 | Add ScopedCmsProfile. | Lei Zhang |
2018-06-29 | Clean up CLcmsCmm. | Lei Zhang |
2018-06-29 | Delete dead code in CCodec_IccModule. | Lei Zhang |
2018-06-29 | Better determine if ICC colorspaces can be used for blending. | Lei Zhang |
2018-06-29 | Limit image size in CJBig2_PDDProc. | Lei Zhang |
2018-06-29 | Clean up CJBig2_PDDProc. | Lei Zhang |
2018-06-28 | Use unique_ptr in ccodec_tiffmodule.cpp | Tom Sepez |
2018-06-28 | Use spans and std::unique_ptrs in fx_codec_flate.cpp | Tom Sepez |
2018-06-27 | Remove unused m_bGif* fields from CFX_DIBAttribute | Tom Sepez |
2018-06-27 | Use spans and UnownedPtrs in cjpx_decoder.h | Tom Sepez |
2018-06-20 | Add in a size guard to JPX fuzzer | Ryan Harrison |
2018-06-14 | Merge 3 methods of CJBig2_GRDProc togetherchromium/3465chromium/3464chromium/3463chromium/3462chromium/3461 | Nicolas Pena |
2018-06-13 | Make CJBig2_Context::GetHuffmanTable return const | Nicolas Pena |
2018-06-13 | Remove CFX_FixedBufGrow from fx_codec_icc.cpp | Nicolas Pena |
2018-06-11 | Remove explicit calls to x->operator[] | Tom Sepez |
2018-06-05 | Further improve CCodec_FaxDecoder performance in debug builds. | Lei Zhang |
2018-05-28 | Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector'chromium/3444 | Nicolas Pena |
2018-05-25 | Replace some #ifdef PDF_ENABLE_XFA with runtime checks. | Tom Sepez |
2018-05-24 | Do some variable cleanup in CJBig2_Context | Nicolas Pena |
2018-05-22 | Remove JBIG2_memcpy() and JBIG2_memset(). | Lei Zhang |
2018-05-22 | Remove return value from CJBig2_Image::SetPixel(). | Lei Zhang |
2018-05-22 | Fix method style in JBig2_Image. | Lei Zhang |
2018-05-21 | Avoid indexing into std::vector inside a tight loop.chromium/3437 | Lei Zhang |
2018-05-17 | Expose CJBig2_Image::ComposeTo() as a public method. | Lei Zhang |
2018-05-17 | Consolidate identical code in CJBig2_TRDProc. | Lei Zhang |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-16 | Move JBig2 HuffmanTables into JBig2_HuffmanTable.cpp | Nicolas Pena |
2018-05-16 | Remove some more unused #defines | Tom Sepez |
2018-05-16 | Do more optimizations to make FindBit() faster.chromium/3433 | Lei Zhang |