Age | Commit message (Expand) | Author |
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 |
2018-02-26 | Add some more missing consts.chromium/3356 | Tom Sepez |
2018-02-16 | Fix fallthroughs in XFA code.chromium/3350 | Henrique Nakashima |
2018-02-15 | Correctly seek when header size is larger then expectedchromium/3349 | Ryan Harrison |
2018-02-14 | Check that the request was satisfied in ReadData | Ryan Harrison |
2018-02-13 | Change return value of GetAvailInput | Ryan Harrison |
2018-02-12 | Fix signedness in CJBig2_HuffmanTable, and add overflow check | Nicolas Pena |
2018-02-12 | Convert CFX_BmpDecompressor to use CFX_MemoryStream | Ryan Harrison |
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 |