Age | Commit message (Expand) | Author |
2018-01-26 | Fix potential memory leak in CCodec_JpegModule::Start(). | Lei Zhang |
2018-01-19 | Remove code added in by a bad rebase or mergechromium/3328chromium/3327chromium/3326 | Ryan Harrison |
2018-01-18 | Avoid integer overflows in CJBig2_Image::composeTo_opt2(). | Lei Zhang |
2018-01-18 | Declare variables closer to use in CJBig2_Image::composeTo_opt2(). | Lei Zhang |
2018-01-18 | Move format specific elements out of ContinueDecode | Ryan Harrison |
2018-01-17 | Move format specific elements out of StartDecodechromium/3324 | Ryan Harrison |
2018-01-17 | Move format specific elements out of DetectImageType | Ryan Harrison |
2018-01-17 | Remove param checking from StartScanLine | Ryan Harrison |
2018-01-17 | Move remaining jpeg error handling up a level | Ryan Harrison |
2018-01-17 | Move jpeg header read error handling up a level | Ryan Harrison |
2018-01-17 | Correctly handle errors when starting jpeg codec | Ryan Harrison |
2018-01-15 | Revert "Check for success of decodes to avoid infinite loops" | Nicolás Peña Moreno |
2017-12-19 | Remove some dead code. | Lei Zhang |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-12-01 | Check for success of decodes to avoid infinite loops | Nicolas Pena |
2017-11-30 | Prevent integer overflow in CJBig2_HuffmanTable::ParseFromCodedBuffer | Nicolas Pena |
2017-11-29 | Allow building pdfium against the system version of libpng. | Andrew Weintraub |
2017-11-28 | Remove CollectionSize from JBig2_Context | Dan Sinclair |
2017-11-27 | Convert CFX_GifContext::GetFrameNum to size_t | Dan Sinclair |
2017-11-21 | Avoid passing pointers by reference in core. | Lei Zhang |
2017-11-10 | Check for decoder completeness in CJBig2_GRRDProc | Nicolas Pena |
2017-11-09 | Rename some methods in CJBig2_Contextchromium/3264 | Nicolas Pena |
2017-11-08 | Prevent cyclic offset on CJBig2_Context | Nicolas Pena |
2017-11-07 | Use MaybeOwned in CJBig2_Image | Nicolas Pena |
2017-11-07 | More FX_SAFE_INT32 in CJBig2_TRDProc | Nicolas Pena |
2017-11-03 | Remove flags param from FXMEM_DefaultAlloc() and friends. | Lei Zhang |
2017-11-03 | Check for NULL pointer in _TIFFfree().chromium/3258 | Lei Zhang |
2017-10-30 | More safe ints in CJBig2_TRDProc | Nicolas Pena |
2017-10-25 | Enforce end of data in CJBig2_ArithDecoder | Nicolas Pena |
2017-10-23 | Fix some integer overflows in CJBig2_TRDProc | Nicolas Pena |
2017-10-23 | Return error when attempting to load frame with 0 height | Ryan Harrison |
2017-10-05 | Make GIF decoder more standards complaint | Ryan Harrison |
2017-10-03 | Rewrite how GIF headers are read | Ryan Harrison |
2017-10-02 | Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRSTchromium/3231 | Ryan Harrison |
2017-10-02 | More define cleanup | Dan Sinclair |
2017-10-02 | Removing unused defines | Dan Sinclair |
2017-09-28 | Convert LZW decompressor to use vector instead of static arraychromium/3230chromium/3229chromium/3228chromium/3227 | Ryan Harrison |
2017-09-28 | Simplify some OS checks to PLATFORM checks | Dan Sinclair |
2017-09-27 | Remove error strings from BMP decoding path | Ryan Harrison |
2017-09-27 | Cleaning up naming of GIF files/classes/variables | Ryan Harrison |
2017-09-27 | Remove error string from CGifContext | Ryan Harrison |
2017-09-27 | Remove FXSYS_strlen and FXSYS_wcslenchromium/3226 | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-27 | Make names of GIF types less opaque | Ryan Harrison |
2017-09-27 | Add in missing ! to conditional | Ryan Harrison |
2017-09-27 | Remove unreachable code in fx_codec_icc | Nicolás Peña |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-26 | Remove _FX_IOS_chromium/3225 | Dan Sinclair |
2017-09-26 | Confirm that a global palette has data before attempting to use it | Ryan Harrison |