Age | Commit message (Expand) | Author |
2018-05-15 | Lower the limit of image dimensions for fax codecs.chromium/3432 | Lei Zhang |
2018-05-15 | Read data in bigger chunks in fax codec code. | Lei Zhang |
2018-05-14 | Merge some values of JBig2_Result | Nicolas Pena |
2018-05-10 | Clean up post review comments | Ryan Harrison |
2018-05-10 | Remove a completeness check from CJBig2_GRRDProc::DecodeTemplate0Opt | Nicolas Pena |
2018-05-10 | Do not build BMP when codec is disabled | Ryan Harrison |
2018-05-09 | Use enum class instead of int in CJBig2_Contextchromium/3426 | Nicolas Pena |
2018-05-09 | Do not build GIF when codec is disabled | Ryan Harrison |
2018-05-09 | Do not build PNG when codec is disabled | Ryan Harrison |
2018-05-09 | Make memory usage in CJBig2_HTRDProc::DecodeImage() O(1). | Lei Zhang |
2018-05-09 | Do not build TIFF when codec is disabled | Ryan Harrison |
2018-05-08 | Remove almost all usages of CFX_FixedBufGrow with std::vector | Nicolas Pena |
2018-05-08 | Split CCodec_FlateScanlineDecoder in two. | Lei Zhang |
2018-05-08 | Move CalculatePitch8() to core/fxcodec. | Lei Zhang |
2018-05-04 | Check CJBig2_Image is valid before filling.chromium/3423chromium/3422chromium/3421 | Lei Zhang |
2018-05-03 | Invalidate GIF input buffer when moving file cursor backwardschromium/3420chromium/3419 | Ryan Harrison |
2018-05-02 | Convert hand rolled buffer reader in CFX_MemoryStream | Ryan Harrison |
2018-05-02 | Make several Huffman decoders consistently check for integer overflows. | Lei Zhang |
2018-05-01 | Add struct CJBig2_GRDProc::ProgressiveArithDecodeState. | Lei Zhang |
2018-05-01 | Clean up CJBig2_Image compose methods. | Lei Zhang |
2018-04-27 | Tidy cfx_gif.h.chromium/3415chromium/3414chromium/3413 | Tom Sepez |
2018-04-27 | Remove CJBig2_HuffmanTable::InitCodes(). | Lei Zhang |
2018-04-27 | Replace void* with CFX_GifPalette* in fxcodec | Tom Sepez |
2018-04-27 | Change CJBig2_HuffmanTable to use struct JBig2HuffmanCode. | Lei Zhang |
2018-04-27 | Adjust CJBig2_Context::HuffmanAssignCode(). | Lei Zhang |
2018-04-27 | Simplify CJBig2_Context::DecodeSymbolIDHuffmanTable(). | Lei Zhang |
2018-04-27 | Use std::function in CJBig2_GRDProc. | Lei Zhang |
2018-04-27 | Disambiguate methods in CJBig2_GRDProc. | Lei Zhang |
2018-04-27 | Simplify CJBig2_Context::FindReferredSegmentByTypeAndIndex(). | Lei Zhang |
2018-04-27 | Fix style for many jbig2 methods.chromium/3412 | Lei Zhang |
2018-04-27 | Add CJBig2_Image::IsValidImageSize() helper method. | Lei Zhang |
2018-04-27 | Sanitize another image size in CJBig2_Context::parseHalftoneRegion(). | Lei Zhang |
2018-04-27 | Sanitize the SBNUMINSTANCES value in the JBIG2 decoder. | Lei Zhang |
2018-04-25 | Replace reinterpret_cast with static_cast where possible | Tom Sepez |
2018-04-25 | Don't store CE (comment extension) block data when decoding GIF | Ryan Harrison |
2018-04-25 | Use a bool in FindBit() in the fax codec. | Lei Zhang |
2018-04-25 | Use PredictorType in more places. | Lei Zhang |
2018-04-25 | Clean up CCodec_FlateScanlineDecoder. | Lei Zhang |
2018-04-25 | Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h | Tom Sepez |
2018-04-25 | Remove unused PNGEncode() code. | Lei Zhang |
2018-04-23 | Add more image size checks in CJBig2_Context. | Lei Zhang |
2018-04-16 | Fix some checks for FX_Realloc() failures. | Lei Zhang |
2018-04-12 | Fail decode if continuing to get insufficient size error | Ryan Harrison |
2018-04-11 | Remove CFX_DIBAttribute::m_strAuthor | Tom Sepez |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-21 | Rename foo_{wid,hei} to foo_{width,height}. | Lei Zhang |
2018-03-21 | Rename "des_foo" to "dest_foo". | Lei Zhang |
2018-03-21 | Add helpers to work with FXDIB_Format. | Lei Zhang |
2018-03-06 | Rename core/fxcrt IFX files to Iface | Dan Sinclair |
2018-02-26 | Shrink some tables and kill dead code in xfa. | Tom Sepez |