Age | Commit message (Expand) | Author |
2018-02-07 | Remove some deprecated RenderPage method usage. | Lei Zhang |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2018-02-07 | Check that request sizes in ReadData don't overflow | Ryan Harrison |
2018-02-06 | Break unneeded dep on Bmp codec in Gif codec | Ryan Harrison |
2018-02-06 | Account for skip size before getting image ifh size | Ryan Harrison |
2018-02-06 | Extract classes in fx_bmp.h into their own files | Ryan Harrison |
2018-02-06 | Convert BMP class name style to match other codecs | Ryan Harrison |
2018-02-06 | Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/ | Ryan Harrison |
2018-02-06 | Changing the member naming style in BMPDecompressor | Ryan Harrison |
2018-02-05 | Limit dest buffer to 1GB in FlateOrLZWDecode. | Henrique Nakashima |
2018-01-30 | Check if opj_image_data_alloc returned null. | Henrique Nakashima |
2018-01-30 | Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned."" | Tom Sepez |
2018-01-30 | Revert "Use UnownedPtr instead of T* in MaybeOwned." | Tom Sepez |
2018-01-30 | Use UnownedPtr instead of T* in MaybeOwned. | Tom Sepez |
2018-01-29 | Remove duplicate assignments in sycc420_to_rgb(). | Lei Zhang |
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 |