1. f342dfc Reduce the number of pixels in crunch mode for the fuzzer by Vincent Rabaud · 2 days ago main
  2. d29e00a anim_decode: fix overflow in ZeroFillFrameRect by James Zern · 6 days ago
  3. 4510224 Use proper image dependency targets now that CMake >= 3.16 by Vincent Rabaud · 7 weeks ago
  4. d52b9ee Be consistent with the includes in non-src folders. by Vincent Rabaud · 7 weeks ago
  5. 9b78419 Fix potential memory leak for big rescaling by Vincent Rabaud · 7 weeks ago
  6. d078f7d Fix fuzzer when one scaled dimension is 0 by Vincent Rabaud · 8 weeks ago
  7. a9f3b44 Merge "Get code to compile with older VS with partial AVX2 support." into main by Vincent Rabaud · 9 weeks ago
  8. d67d73b idec_dec.c: add missing WEBP_SELF_ASSIGN by James Zern · 9 weeks ago
  9. d7af7dd Get code to compile with older VS with partial AVX2 support. by Vincent Rabaud · 9 weeks ago
  10. 934b7d7 Merge "Clarify dc[k]^ range" into main by Vincent Rabaud · 2 months ago
  11. 2d5c821 Merge "Fix -fbounds-safety errors in `dec`." into main by James Zern · 2 months ago
  12. 507c372 Clarify dc[k]^ range by Vincent Rabaud · 2 months ago
  13. 4c7aaa9 More fuzzer fixes by Vincent Rabaud · 2 months ago
  14. b81f462 Fix -fbounds-safety errors in `dec`. by Arman Hasanzadeh · 2 months ago
  15. f776da4 Make uint32_t multiplication explicitly uint64_t by Vincent Rabaud · 2 months ago
  16. 4fc426c Force bash for fuzz tests by Vincent Rabaud · 3 months ago
  17. 770ca09 Remove the other -rss_limit_mb= used by oss-fuzz by Vincent Rabaud · 3 months ago
  18. 488f26b Do not have OOM be fuzzer errors by Vincent Rabaud · 3 months ago
  19. 3532891 Fix potential overflow in imageio by Vincent Rabaud · 3 months ago
  20. a3dddea Prevent some overflow during MBAnalyze by Vincent Rabaud · 3 months ago
  21. 5465220 Add arbitrary data for the encoding fuzzers by Vincent Rabaud · 3 months ago
  22. 4ebf0b0 Properly validate picture dimensions for overflow by Vincent Rabaud · 3 months ago
  23. df24b56 Merge "VP8ApplyNearLossless: skip alloc for small images" into main by James Zern · 3 months ago
  24. 3697df1 Merge "io_dec,CustomSetup: rm unnecessary 'is_alpha' check" into main by James Zern · 3 months ago
  25. acedec6 Update the emscripten instructions by Vincent Rabaud · 3 months ago
  26. 41c2a8d VP8ApplyNearLossless: skip alloc for small images by Andrzej Hunt · 3 months ago
  27. 05934f9 io_dec,CustomSetup: rm unnecessary 'is_alpha' check by James Zern · 3 months ago
  28. 2760d87 Do not index costs out of bounds. by Vincent Rabaud · 3 months ago
  29. 2d16e4a Use ptrdiff_t to avoid potential int overflow by Vincent Rabaud · 3 months ago
  30. 2a755e7 Set alpha to 0xff in ImportYUVAFromRGBA by default by Vincent Rabaud · 3 months ago
  31. d1e9c93 Merge "Convert additional memcpy/memsets to unsafe variants" into main by James Zern · 4 months ago
  32. 160ad07 Add a fuzzer for WebPDecoderConfig by Vincent Rabaud · 4 months ago
  33. 4efd97e Shorten sclip1 by Vincent Rabaud · 4 months ago
  34. ea3f3f7 Convert additional memcpy/memsets to unsafe variants by mxms · 4 months ago
  35. 3eb58b5 Fix clipping arrays by Vincent Rabaud · 4 months ago
  36. ed05414 Prepare decoder and demuxer for -fbounds-safety adoption by mxms · 4 months ago
  37. 9f14c26 Merge "Move non-abi breaking annotations into types.h" into main by James Zern · 4 months ago
  38. 0ee1a5f Move non-abi breaking annotations into types.h by mxms · 4 months ago
  39. 3066c7e Merge changes I32b33cb9,I118aac97 into main by James Zern · 4 months ago
  40. 23359a1 Process rows properly in case of YUV cropping on odd lines. by Vincent Rabaud · 4 months ago
  41. 61791c7 Expand the 64-bit platforms for VP8LBitWriter by Vincent Rabaud · 4 months ago
  42. e40787d Add WEBP_UNSAFE_MEMCMP helper by mxms · 4 months ago
  43. 9636d8e Restrict MSAN fixes to old clang versions by Vincent Rabaud · 4 months ago
  44. bbbf29a tests/fuzzer: apply clang-format by clang-format · 4 months ago
  45. 7a155ce .clang-format: add DerivePointerAlignment: false by James Zern · 4 months ago
  46. 64dce5d api.md: mention 'exact' default in WebPEncodeLossless* by James Zern · 4 months ago
  47. 1f0a494 Fix 32 bit writing in VP8LPutBits by Vincent Rabaud · 4 months ago
  48. 0e5f4ee Fix endianness with CMake. by Vincent Rabaud · 4 months ago
  49. 158b533 Fix potential integer overflow by Vincent Rabaud · 4 months ago
  50. 13f42ea Remove dead code by Vincent Rabaud · 5 months ago
  51. 74f6afd Merge "Have lossless use ImportYUVAFromRGB" into main by Vincent Rabaud · 5 months ago
  52. 0d14d84 Have lossless use ImportYUVAFromRGB by Vincent Rabaud · 5 months ago
  53. c00d83f {xcframework,ios}build.sh: remove 32-bit targets by James Zern · 5 months ago
  54. d5b3883 fuzz: fix typo in nalloc env variable by Philippe Antoine · 5 months ago
  55. aae8a3d Merge "Add fbounds-safety annotations in `quant_levels_dec_utils.c/.h`." into main by James Zern · 5 months ago
  56. b4dbec5 Add fbounds-safety annotations in `quant_levels_dec_utils.c/.h`. by Arman Hasanzadeh · 5 months ago
  57. d16489f Merge "fuzz: add allocations failures injections" into main by James Zern · 5 months ago
  58. 0fd008f sharpyuv: remove unnecessary rgb_bit_depth -> bit_depth by skal · 5 months ago
  59. 3779daa Merge "Add fbounds-safety annotations in `huffman_utils.c/.h`." into main by James Zern · 6 months ago
  60. f2372fb Add fbounds-safety annotations in `huffman_utils.c/.h`. by Arman Hasanzadeh · 6 months ago
  61. fd2c2cc Merge "Add canvas carryover to libwebp anim_encode" into main by Yannis Guyon · 6 months ago
  62. fdc81ce fuzz: add allocations failures injections by Philippe Antoine · 6 months ago
  63. ed8b34c Merge "WebPEstimateBestFilter: remove unneeded `stride` param" into main by James Zern · 6 months ago
  64. 94bfff3 Add canvas carryover to libwebp anim_encode by Yannis Guyon · 6 months ago
  65. 1ba0559 Merge "Add missing {}s to conditionals & loops" into main by James Zern · 6 months ago
  66. b3f8ce7 WebPEstimateBestFilter: remove unneeded `stride` param by James Zern · 6 months ago
  67. 2074cb4 Merge "Add fbounds-safety annotations for `WebPRescaler`." into main by James Zern · 6 months ago
  68. 1fdd4ef Add fbounds-safety annotations for `WebPRescaler`. by Arman Hasanzadeh · 6 months ago
  69. 235286f Add missing {}s to conditionals & loops by James Zern · 6 months ago
  70. dab2cf2 Merge "Add fbounds-safety annotations in `palette.c/.h`." into main by James Zern · 6 months ago
  71. b7d30cf Merge "Add fbounds-safety annotations for `sorted`." into main by James Zern · 6 months ago
  72. 17ba97c Merge "Add fbounds-safety annotations for `data`." into main by James Zern · 6 months ago
  73. 4cdb420 Add fbounds-safety annotations for `sorted`. by Arman Hasanzadeh · 6 months ago
  74. baf42a5 Add fbounds-safety annotations for `data`. by Arman Hasanzadeh · 6 months ago
  75. 7ee251d Add -fbounds-safety to webpdecodeutils by mxms · 6 months ago
  76. 69c8056 Merge "Add fbounds-safety annotations for `data`." into main by James Zern · 6 months ago
  77. 5d3a9fc Merge "Add fbounds-safety annotations for `count`." into main by James Zern · 6 months ago
  78. 52135b8 Add fbounds-safety annotations in `palette.c/.h`. by Arman Hasanzadeh · 6 months ago
  79. ddcdfa6 Refactor libwebp anim_encode curr prev rectangles by Yannis Guyon · 6 months ago
  80. ddabb66 Add fbounds-safety annotations for `data`. by Arman Hasanzadeh · 6 months ago
  81. f66f1ee Add fbounds-safety annotations for `count`. by Arman Hasanzadeh · 6 months ago
  82. f206120 Merge "Add fbounds-safety annotations for `histogram`." into main by James Zern · 6 months ago
  83. fde90a4 Add fbounds-safety annotations for `histogram`. by Arman Hasanzadeh · 6 months ago
  84. 2be405c Merge "Add fbounds-safety annotations for `palette`." into main by James Zern · 6 months ago
  85. ed02bfa Merge "Add fbounds-safety annotations for `data`." into main by James Zern · 6 months ago
  86. 9d690db Merge "Add fbounds-safety annotations for `VP8LBitWriter`." into main by James Zern · 6 months ago
  87. 603d405 Merge "Add fbounds-safety annotations for `pool`." into main by James Zern · 6 months ago
  88. 69b9b85 Add fbounds-safety annotations for `palette`. by Arman Hasanzadeh · 6 months ago
  89. 9b3fc5f Merge "Add fbounds-safety annotations for `tokens`." into main by James Zern · 6 months ago
  90. 30b2c59 Add fbounds-safety annotations for `VP8LBitWriter`. by Arman Hasanzadeh · 6 months ago
  91. 46d65e4 Add fbounds-safety annotations for `data`. by Arman Hasanzadeh · 6 months ago
  92. 10d81e1 Add fbounds-safety annotations for `pool`. by Arman Hasanzadeh · 6 months ago
  93. 101e2b3 Add fbounds-safety annotations for `tokens`. by Arman Hasanzadeh · 6 months ago
  94. 7903644 Merge "Add fbounds-safety annotations for `code_lengths`." into main by James Zern · 6 months ago
  95. 8a2b400 Merge "Add fbounds-safety annotations for `VP8BitReader`." into main by James Zern · 6 months ago
  96. fb656b4 Merge "Adds fbounds annotations for `VP8LColorCache`." into main by James Zern · 6 months ago
  97. ac86567 Adds fbounds annotations for `VP8LColorCache`. by Arman Hasanzadeh · 6 months ago
  98. fa93a9b Merge "Reapply "dsp/lossless{,_enc}_sse2.c: reorder *_SSE assignments"" into main by James Zern · 6 months ago
  99. 15b1de1 Add fbounds-safety annotations for `code_lengths`. by Arman Hasanzadeh · 6 months ago
  100. 59dae3a Add fbounds-safety annotations for `VP8BitReader`. by Arman Hasanzadeh · 6 months ago