[go: up one dir, main page]

  1. a9f3b44 Merge "Get code to compile with older VS with partial AVX2 support." into main by Vincent Rabaud · 7 days ago main
  2. d67d73b idec_dec.c: add missing WEBP_SELF_ASSIGN by James Zern · 9 days ago
  3. d7af7dd Get code to compile with older VS with partial AVX2 support. by Vincent Rabaud · 10 days ago
  4. 934b7d7 Merge "Clarify dc[k]^ range" into main by Vincent Rabaud · 2 weeks ago
  5. 2d5c821 Merge "Fix -fbounds-safety errors in `dec`." into main by James Zern · 2 weeks ago
  6. 507c372 Clarify dc[k]^ range by Vincent Rabaud · 2 weeks ago
  7. b81f462 Fix -fbounds-safety errors in `dec`. by Arman Hasanzadeh · 2 weeks ago
  8. f776da4 Make uint32_t multiplication explicitly uint64_t by Vincent Rabaud · 3 weeks ago
  9. a3dddea Prevent some overflow during MBAnalyze by Vincent Rabaud · 3 weeks ago
  10. 4ebf0b0 Properly validate picture dimensions for overflow by Vincent Rabaud · 4 weeks ago
  11. df24b56 Merge "VP8ApplyNearLossless: skip alloc for small images" into main by James Zern · 4 weeks ago
  12. 41c2a8d VP8ApplyNearLossless: skip alloc for small images by Andrzej Hunt · 4 weeks ago
  13. 05934f9 io_dec,CustomSetup: rm unnecessary 'is_alpha' check by James Zern · 5 weeks ago
  14. 2760d87 Do not index costs out of bounds. by Vincent Rabaud · 6 weeks ago
  15. 2d16e4a Use ptrdiff_t to avoid potential int overflow by Vincent Rabaud · 6 weeks ago
  16. 2a755e7 Set alpha to 0xff in ImportYUVAFromRGBA by default by Vincent Rabaud · 7 weeks ago
  17. d1e9c93 Merge "Convert additional memcpy/memsets to unsafe variants" into main by James Zern · 7 weeks ago
  18. 4efd97e Shorten sclip1 by Vincent Rabaud · 7 weeks ago
  19. ea3f3f7 Convert additional memcpy/memsets to unsafe variants by mxms · 7 weeks ago
  20. 3eb58b5 Fix clipping arrays by Vincent Rabaud · 8 weeks ago
  21. ed05414 Prepare decoder and demuxer for -fbounds-safety adoption by mxms · 8 weeks ago
  22. 0ee1a5f Move non-abi breaking annotations into types.h by mxms · 8 weeks ago
  23. 23359a1 Process rows properly in case of YUV cropping on odd lines. by Vincent Rabaud · 10 weeks ago
  24. 61791c7 Expand the 64-bit platforms for VP8LBitWriter by Vincent Rabaud · 10 weeks ago
  25. e40787d Add WEBP_UNSAFE_MEMCMP helper by mxms · 2 months ago
  26. 9636d8e Restrict MSAN fixes to old clang versions by Vincent Rabaud · 2 months ago
  27. 64dce5d api.md: mention 'exact' default in WebPEncodeLossless* by James Zern · 2 months ago
  28. 1f0a494 Fix 32 bit writing in VP8LPutBits by Vincent Rabaud · 3 months ago
  29. 158b533 Fix potential integer overflow by Vincent Rabaud · 3 months ago
  30. 13f42ea Remove dead code by Vincent Rabaud · 3 months ago
  31. 74f6afd Merge "Have lossless use ImportYUVAFromRGB" into main by Vincent Rabaud · 3 months ago
  32. 0d14d84 Have lossless use ImportYUVAFromRGB by Vincent Rabaud · 3 months ago
  33. b4dbec5 Add fbounds-safety annotations in `quant_levels_dec_utils.c/.h`. by Arman Hasanzadeh · 3 months ago
  34. 3779daa Merge "Add fbounds-safety annotations in `huffman_utils.c/.h`." into main by James Zern · 4 months ago
  35. f2372fb Add fbounds-safety annotations in `huffman_utils.c/.h`. by Arman Hasanzadeh · 4 months ago
  36. fd2c2cc Merge "Add canvas carryover to libwebp anim_encode" into main by Yannis Guyon · 4 months ago
  37. ed8b34c Merge "WebPEstimateBestFilter: remove unneeded `stride` param" into main by James Zern · 4 months ago
  38. 94bfff3 Add canvas carryover to libwebp anim_encode by Yannis Guyon · 4 months ago
  39. 1ba0559 Merge "Add missing {}s to conditionals & loops" into main by James Zern · 4 months ago
  40. b3f8ce7 WebPEstimateBestFilter: remove unneeded `stride` param by James Zern · 4 months ago
  41. 2074cb4 Merge "Add fbounds-safety annotations for `WebPRescaler`." into main by James Zern · 4 months ago
  42. 1fdd4ef Add fbounds-safety annotations for `WebPRescaler`. by Arman Hasanzadeh · 4 months ago
  43. 235286f Add missing {}s to conditionals & loops by James Zern · 4 months ago
  44. dab2cf2 Merge "Add fbounds-safety annotations in `palette.c/.h`." into main by James Zern · 4 months ago
  45. b7d30cf Merge "Add fbounds-safety annotations for `sorted`." into main by James Zern · 4 months ago
  46. 17ba97c Merge "Add fbounds-safety annotations for `data`." into main by James Zern · 4 months ago
  47. 4cdb420 Add fbounds-safety annotations for `sorted`. by Arman Hasanzadeh · 4 months ago
  48. baf42a5 Add fbounds-safety annotations for `data`. by Arman Hasanzadeh · 4 months ago
  49. 69c8056 Merge "Add fbounds-safety annotations for `data`." into main by James Zern · 4 months ago
  50. 5d3a9fc Merge "Add fbounds-safety annotations for `count`." into main by James Zern · 4 months ago
  51. 52135b8 Add fbounds-safety annotations in `palette.c/.h`. by Arman Hasanzadeh · 4 months ago
  52. ddcdfa6 Refactor libwebp anim_encode curr prev rectangles by Yannis Guyon · 4 months ago
  53. ddabb66 Add fbounds-safety annotations for `data`. by Arman Hasanzadeh · 4 months ago
  54. f66f1ee Add fbounds-safety annotations for `count`. by Arman Hasanzadeh · 4 months ago
  55. f206120 Merge "Add fbounds-safety annotations for `histogram`." into main by James Zern · 4 months ago
  56. fde90a4 Add fbounds-safety annotations for `histogram`. by Arman Hasanzadeh · 4 months ago
  57. 2be405c Merge "Add fbounds-safety annotations for `palette`." into main by James Zern · 4 months ago
  58. ed02bfa Merge "Add fbounds-safety annotations for `data`." into main by James Zern · 4 months ago
  59. 9d690db Merge "Add fbounds-safety annotations for `VP8LBitWriter`." into main by James Zern · 4 months ago
  60. 603d405 Merge "Add fbounds-safety annotations for `pool`." into main by James Zern · 4 months ago
  61. 69b9b85 Add fbounds-safety annotations for `palette`. by Arman Hasanzadeh · 4 months ago
  62. 9b3fc5f Merge "Add fbounds-safety annotations for `tokens`." into main by James Zern · 4 months ago
  63. 30b2c59 Add fbounds-safety annotations for `VP8LBitWriter`. by Arman Hasanzadeh · 4 months ago
  64. 46d65e4 Add fbounds-safety annotations for `data`. by Arman Hasanzadeh · 4 months ago
  65. 10d81e1 Add fbounds-safety annotations for `pool`. by Arman Hasanzadeh · 4 months ago
  66. 101e2b3 Add fbounds-safety annotations for `tokens`. by Arman Hasanzadeh · 4 months ago
  67. 7903644 Merge "Add fbounds-safety annotations for `code_lengths`." into main by James Zern · 4 months ago
  68. 8a2b400 Merge "Add fbounds-safety annotations for `VP8BitReader`." into main by James Zern · 4 months ago
  69. fb656b4 Merge "Adds fbounds annotations for `VP8LColorCache`." into main by James Zern · 4 months ago
  70. ac86567 Adds fbounds annotations for `VP8LColorCache`. by Arman Hasanzadeh · 4 months ago
  71. fa93a9b Merge "Reapply "dsp/lossless{,_enc}_sse2.c: reorder *_SSE assignments"" into main by James Zern · 4 months ago
  72. 15b1de1 Add fbounds-safety annotations for `code_lengths`. by Arman Hasanzadeh · 4 months ago
  73. 59dae3a Add fbounds-safety annotations for `VP8BitReader`. by Arman Hasanzadeh · 4 months ago
  74. 3f96cbf Merge "Add fbounds-safety annotations for `VP8BitWriter`." into main by James Zern · 4 months ago
  75. cdaac01 Add fbounds-safety annotations for `VP8BitWriter`. by Arman Hasanzadeh · 4 months ago
  76. 456e2cb VP8LInitBitReader: remove dead store by James Zern · 4 months ago
  77. de6aee4 Reapply "dsp/lossless{,_enc}_sse2.c: reorder *_SSE assignments" by James Zern · 4 months ago
  78. f52d646 Merge "Add fbounds-safety annotations for `bit_depths`." into main by James Zern · 4 months ago
  79. 9ab7a64 Merge "Add fbounds-safety annotations for `VP8LBitReader`." into main by James Zern · 4 months ago
  80. 011c600 Merge "Add WEBP_SELF_ASSIGN macro" into main by James Zern · 4 months ago
  81. 47a744d Add WEBP_SELF_ASSIGN macro by mxms · 4 months ago
  82. 7d857a1 Merge "Add fbounds-safety annotations for `start`." into main by James Zern · 4 months ago
  83. 19f28b7 Add fbounds-safety annotations for `VP8LBitReader`. by Arman Hasanzadeh · 4 months ago
  84. 4cc27eb Add fbounds-safety annotations for `bit_depths`. by Arman Hasanzadeh · 4 months ago
  85. 6805c24 Add fbounds-safety annotations for `start`. by Arman Hasanzadeh · 4 months ago
  86. 61e5c39 Revert "dsp/lossless{,_enc}_sse2.c: reorder *_SSE assignments" by James Zern · 4 months ago
  87. 2246828 dsp/lossless{,_enc}_sse2.c: reorder *_SSE assignments by James Zern · 4 months ago
  88. 6680723 Implement pthread_mutex_t using SRWLOCK on Windows by Wan-Teh Chang · 4 months ago
  89. ac2795e Remove pthread code for Windows older than Vista by Wan-Teh Chang · 5 months ago
  90. c41d168 Merge "Apply "default unsafe" annotation across webputils" into main by James Zern · 5 months ago
  91. ff87eee Apply "default unsafe" annotation across webputils by mxms · 5 months ago
  92. 54f23b0 Implement WEBP_DSP_INIT with SRWLOCK for Windows by Wan-Teh Chang · 5 months ago
  93. 313692d Use file static variables in WEBP_DSP_INIT_FUNC() by Wan-Teh Chang · 5 months ago
  94. 44257cb apply clang-format by clang-format · 5 months ago
  95. b1feaa4 Set best frame candidate at each encode in animenc by Yannis Guyon · 5 months ago
  96. 3a55b07 Fix comment in anim_encode for key frame candidate by Yannis Guyon · 5 months ago
  97. bfea600 Set prev_candidate_undecided in anim_enc by Yannis Guyon · 5 months ago
  98. ab0a07f Merge "Create src/utils/bounds_safety.h" into main by James Zern · 5 months ago
  99. 9aebd2a Create src/utils/bounds_safety.h by mxms · 5 months ago
  100. 8c815d8 Add ARGB/ABGR support to WebPConvertRGB24ToY/WebPConvertBGR24ToY by Vincent Rabaud · 5 months ago