1. a32145f Rename core/fxcrt IFX files to Iface by Dan Sinclair · 7 years ago
  2. 821c723 Shrink some tables and kill dead code in xfa. by Tom Sepez · 7 years ago
  3. 0bc02c1 Add some more missing consts. by Tom Sepez · 7 years ago
  4. 067a44f Fix fallthroughs in XFA code. by Henrique Nakashima · 7 years ago
  5. 625e6fe Correctly seek when header size is larger then expected by Ryan Harrison · 7 years ago
  6. a9eabe4 Check that the request was satisfied in ReadData by Ryan Harrison · 7 years ago
  7. dab8649 Change return value of GetAvailInput by Ryan Harrison · 7 years ago
  8. 0294f3d Fix signedness in CJBig2_HuffmanTable, and add overflow check by Nicolas Pena · 7 years ago
  9. ad90515 Convert CFX_BmpDecompressor to use CFX_MemoryStream by Ryan Harrison · 7 years ago
  10. 6183a6e Remove some deprecated RenderPage method usage. by Lei Zhang · 7 years ago
  11. a98e366 Clean up RenderPage methods in EmbedderTest. by Lei Zhang · 7 years ago
  12. 6c67da0 Check that request sizes in ReadData don't overflow by Ryan Harrison · 7 years ago
  13. 6bf5789 Break unneeded dep on Bmp codec in Gif codec by Ryan Harrison · 7 years ago
  14. cdaf802 Account for skip size before getting image ifh size by Ryan Harrison · 7 years ago
  15. b5a2d14 Extract classes in fx_bmp.h into their own files by Ryan Harrison · 7 years ago
  16. 41441c9 Convert BMP class name style to match other codecs by Ryan Harrison · 7 years ago
  17. b105152 Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/ by Ryan Harrison · 7 years ago
  18. 980beeb Changing the member naming style in BMPDecompressor by Ryan Harrison · 7 years ago
  19. 6ec142d Limit dest buffer to 1GB in FlateOrLZWDecode. by Henrique Nakashima · 7 years ago
  20. b68a2b7 Check if opj_image_data_alloc returned null. by Henrique Nakashima · 7 years ago
  21. bb1ee53 Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned."" by Tom Sepez · 7 years ago
  22. 77d8ed0 Revert "Use UnownedPtr instead of T* in MaybeOwned." by Tom Sepez · 7 years ago
  23. e563e83 Use UnownedPtr instead of T* in MaybeOwned. by Tom Sepez · 7 years ago
  24. 580f5dc Remove duplicate assignments in sycc420_to_rgb(). by Lei Zhang · 7 years ago
  25. 65544d7 Fix potential memory leak in CCodec_JpegModule::Start(). by Lei Zhang · 7 years ago
  26. 5ca283f Remove code added in by a bad rebase or merge by Ryan Harrison · 7 years ago
  27. 4aadb70 Avoid integer overflows in CJBig2_Image::composeTo_opt2(). by Lei Zhang · 7 years ago
  28. 28cb9a7 Declare variables closer to use in CJBig2_Image::composeTo_opt2(). by Lei Zhang · 7 years ago
  29. 5134482 Move format specific elements out of ContinueDecode by Ryan Harrison · 7 years ago
  30. 4d7a11b Move format specific elements out of StartDecode by Ryan Harrison · 7 years ago
  31. 1602344 Move format specific elements out of DetectImageType by Ryan Harrison · 7 years ago
  32. 9d5909e Remove param checking from StartScanLine by Ryan Harrison · 7 years ago
  33. 2993b75 Move remaining jpeg error handling up a level by Ryan Harrison · 7 years ago
  34. 4c431ba Move jpeg header read error handling up a level by Ryan Harrison · 7 years ago
  35. b73a969 Correctly handle errors when starting jpeg codec by Ryan Harrison · 7 years ago
  36. b36c7e1 Revert "Check for success of decodes to avoid infinite loops" by Nicolás Peña Moreno · 7 years ago
  37. 58c2c14 Remove some dead code. by Lei Zhang · 7 years ago
  38. 07401ba Remove default arguments to CPDF_StreamAcc::LoadAllData(). by Lei Zhang · 7 years ago
  39. b8d8680 Get rid of else after break/continue/return. by Lei Zhang · 7 years ago
  40. dca380f Check for success of decodes to avoid infinite loops by Nicolas Pena · 7 years ago
  41. fee910e Prevent integer overflow in CJBig2_HuffmanTable::ParseFromCodedBuffer by Nicolas Pena · 7 years ago
  42. 98b5633 Allow building pdfium against the system version of libpng. by Andrew Weintraub · 7 years ago
  43. 9cc00f4 Remove CollectionSize from JBig2_Context by Dan Sinclair · 7 years ago
  44. 9ca9e29 Convert CFX_GifContext::GetFrameNum to size_t by Dan Sinclair · 7 years ago
  45. 56e04d2 Avoid passing pointers by reference in core. by Lei Zhang · 7 years ago
  46. 6e4656f Check for decoder completeness in CJBig2_GRRDProc by Nicolas Pena · 7 years ago
  47. 309fa59 Rename some methods in CJBig2_Context by Nicolas Pena · 7 years ago
  48. 7055dff Prevent cyclic offset on CJBig2_Context by Nicolas Pena · 7 years ago
  49. 826f222 Use MaybeOwned in CJBig2_Image by Nicolas Pena · 7 years ago
  50. a9fee44 More FX_SAFE_INT32 in CJBig2_TRDProc by Nicolas Pena · 7 years ago
  51. b810da2 Remove flags param from FXMEM_DefaultAlloc() and friends. by Lei Zhang · 7 years ago
  52. 882a190 Check for NULL pointer in _TIFFfree(). by Lei Zhang · 7 years ago
  53. 956cb63 More safe ints in CJBig2_TRDProc by Nicolas Pena · 7 years ago
  54. 5614d11 Enforce end of data in CJBig2_ArithDecoder by Nicolas Pena · 7 years ago
  55. ebdba61 Fix some integer overflows in CJBig2_TRDProc by Nicolas Pena · 7 years ago
  56. c9d0bcc Return error when attempting to load frame with 0 height by Ryan Harrison · 7 years ago
  57. a374263 Make GIF decoder more standards complaint by Ryan Harrison · 7 years ago
  58. 0feba6f Rewrite how GIF headers are read by Ryan Harrison · 7 years ago
  59. c2ae41a Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRST by Ryan Harrison · 7 years ago
  60. 951b111 More define cleanup by Dan Sinclair · 7 years ago
  61. 59dfc62 Removing unused defines by Dan Sinclair · 7 years ago
  62. 58418a2 Convert LZW decompressor to use vector instead of static array by Ryan Harrison · 7 years ago
  63. 9c392c8 Simplify some OS checks to PLATFORM checks by Dan Sinclair · 7 years ago
  64. c9de55b Remove error strings from BMP decoding path by Ryan Harrison · 7 years ago
  65. 36a155d Cleaning up naming of GIF files/classes/variables by Ryan Harrison · 7 years ago
  66. 290799f Remove error string from CGifContext by Ryan Harrison · 7 years ago
  67. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  68. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  69. cc3a3ee Make names of GIF types less opaque by Ryan Harrison · 7 years ago
  70. d6a1595 Add in missing ! to conditional by Ryan Harrison · 7 years ago
  71. fe9ea0e Remove unreachable code in fx_codec_icc by Nicolás Peña · 7 years ago
  72. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  73. 3070e94 Remove _FX_IOS_ by Dan Sinclair · 7 years ago
  74. 8c806cf Confirm that a global palette has data before attempting to use it by Ryan Harrison · 7 years ago
  75. e2df5b7 Move LZW decoder out of fx_gif by Ryan Harrison · 7 years ago
  76. 92827b6 Move C-style functions into CGifContext by Ryan Harrison · 7 years ago
  77. 73bed4e Fix crash when rendering invalid GIF by Ryan Harrison · 7 years ago
  78. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  79. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  80. de44d15 Move CFX_MaybeOwned to fxcrt::MaybeOwned by Dan Sinclair · 7 years ago
  81. 61f2f48 Isolate lcms2 usage to a few files. by Lei Zhang · 7 years ago
  82. 7acd826 Forward declare codec modules in fx_codec.h. by Lei Zhang · 7 years ago
  83. 4b8d363 Move CCodec_ScanlineDecoder to its own file. by Lei Zhang · 7 years ago
  84. e9d6834 Remove unneeded core/fxcodec/fx_codec.h includes. by Lei Zhang · 7 years ago
  85. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  86. 3cb7126 Fix decoding of JBIG2 integers for values with large magnitude. by Henrique Nakashima · 7 years ago
  87. 3ad06a5 Revert moving JPX library decode from Init to Decode by Ryan Harrison · 7 years ago
  88. 4588792 Address nits missed from original review by Ryan Harrison · 7 years ago
  89. 56ec081 Use the right allocate and free functions in OpenJPEG. by Chris Palmer · 7 years ago
  90. 131c0eb Fix an off by 1 error in TIFF_PredictLine(). by Lei Zhang · 7 years ago
  91. 808b52a Move decompressing of JPX out of Init and into Decode by Ryan Harrison · 7 years ago
  92. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  93. fd42fc9 Use vector instead of pointer in CJBig2_Segment by Nicolas Pena · 7 years ago
  94. cc2b38d Split IFX_Pause out of fx_basic by Dan Sinclair · 7 years ago
  95. 4793f34 Split CFX_FixedBufGrow out of fx_basic by Dan Sinclair · 7 years ago
  96. cd07123 Move CFX_BinaryBuf out of fx_basic by Dan Sinclair · 7 years ago
  97. fd70d79 Fix undefined shift in CJBig2_Context::decodeSymbolIDHuffmanTable by Nicolas Pena · 7 years ago
  98. 9592791 Add helper methods in CJBig2_GRRDProc. by Lei Zhang · 7 years ago
  99. 4179988 Skip decoding of excessively large JBIG2 images. by Lei Zhang · 7 years ago
  100. f752039 LCMS: rename folder by Nicolas Pena · 7 years ago