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