1. 6296cc8 iterator_enc: make VP8IteratorReset() static by James Zern · 7 days ago main
  2. fbd9389 histogram_enc: make VP8LGetHistogramSize static by James Zern · 7 days ago
  3. cc7ff54 cost_enc: make VP8CalculateLevelCosts[] static by James Zern · 7 days ago
  4. 4e2828b vp8l_dec: make VP8LClear() static by James Zern · 7 days ago
  5. d742b24 Intra16Preds_NEON: fix truemotion saturation by James Zern · 8 days ago
  6. c7bb4cb Intra4Preds_NEON: fix truemotion saturation by James Zern · 8 days ago
  7. 952a989 Merge "Remove TODO now that log is using fixed point." into main by Vincent Rabaud · 8 days ago
  8. dde1157 Remove TODO now that log is using fixed point. by Vincent Rabaud · 8 days ago
  9. a1ca153 Fix hidden myerr in my_error_exit by Vincent Rabaud · 8 days ago
  10. 3bd9420 Merge changes Iff6e47ed,I24c67cd5,Id781e761 into main by James Zern · 8 days ago
  11. d27d246 Merge "Convert VP8LFastSLog2 to fixed point" into main by Vincent Rabaud · 9 days ago
  12. 4838611 Disable msg_code use in fuzzing mode by Vincent Rabaud · 11 days ago
  13. 314a142 Use QuantizeBlock_NEON for VP8EncQuantizeBlockWHT on Arm by Istvan Stefan · 1 year, 3 months ago
  14. 3bfb05e Add AArch64 Neon implementation of Intra16Preds by Istvan Stefan · 2 weeks ago
  15. baa9380 Add AArch64 Neon implementation of Intra4Preds by Istvan Stefan · 1 year, 4 months ago
  16. 41a5e58 Fix errors when compiling code as C++ by Vincent Rabaud · 9 days ago
  17. fb444b6 Convert VP8LFastSLog2 to fixed point by Vincent Rabaud · 10 days ago
  18. c1c89f5 Fix WEBP_NODISCARD comment and C++ version by Vincent Rabaud · 10 days ago
  19. 66408c2 Switch the histogram_enc.h API to fixed point by Vincent Rabaud · 2 weeks ago
  20. ac1e410 Remove leftover tiff dep by Vincent Rabaud · 14 days ago
  21. b78d395 Disable TIFF on fuzztest. by Vincent Rabaud · 2 weeks ago
  22. cff21a7 Do not build statically on oss-fuzz. by Vincent Rabaud · 2 weeks ago
  23. 6853a8e Merge "Move more internal fuzzers to public." into main by Vincent Rabaud · 2 weeks ago
  24. 9bc09db Merge "Convert VP8LFastLog2 to fixed point" into main by Vincent Rabaud · 2 weeks ago
  25. 0a9f1c1 Convert VP8LFastLog2 to fixed point by Vincent Rabaud · 3 weeks ago
  26. db0cb9c Move more internal fuzzers to public. by Vincent Rabaud · 3 weeks ago
  27. ff2b5b1 Merge "advanced_api_fuzzer.cc: use crop dims in OOM check" into main by James Zern · 3 weeks ago
  28. c4af79d Put 0 at the end of a palette and do not store it. by Vincent Rabaud · 3 weeks ago
  29. 0ec80ae Delete last references to delta palettization by Vincent Rabaud · 3 weeks ago
  30. 96d79f8 advanced_api_fuzzer.cc: use crop dims in OOM check by James Zern · 3 weeks ago
  31. c35c7e0 Fix huffman fuzzer to not leak. by Vincent Rabaud · 4 weeks ago
  32. f2fe8de Bump fuzztest dependency. by Vincent Rabaud · 4 weeks ago
  33. 9ce982f Fix fuzz tests to work on oss-fuzz by Vincent Rabaud · 4 weeks ago
  34. 3ba8af1 Do not escape quotes anymore in build.sh by Vincent Rabaud · 5 weeks ago
  35. ea0e121 Allow centipede to be used as a fuzzing engine. by Vincent Rabaud · 6 weeks ago
  36. 27731af make VP8I4ModeOffsets & VP8MakeIntra4Preds static by James Zern · 6 weeks ago
  37. ddd6245 oss-fuzz/build.sh: use heredoc for script creation by James Zern · 6 weeks ago
  38. 5007493 oss-fuzz/build.sh,cosmetics: fix indent by James Zern · 6 weeks ago
  39. 20e92f7 Limit the possible fuzz engines. by Vincent Rabaud · 6 weeks ago
  40. 4f200de Switch public fuzz tests to fuzztest. by Vincent Rabaud · 7 weeks ago
  41. 64186bb Add huffman_fuzzer to .gitignore by wrv · 7 weeks ago
  42. 0905f61 Move build script from oss-fuzz repo to here. by Vincent Rabaud · 7 weeks ago
  43. e867875 Fix link to Javascript documentation by wrv · 7 weeks ago
  44. 5e5b8f0 Fix SSE2 Transform_AC3 function name by wrv · 7 weeks ago
  45. 45129ee Revert "Check all the rows." by James Zern · 8 weeks ago
  46. ee26766 Check all the rows. by Vincent Rabaud · 8 weeks ago
  47. 7ec51c5 Increase the transform bits if possible. by Vincent Rabaud · 8 weeks ago
  48. 3cd16fd Revert "Increase the transform bits if possible." by James Zern · 9 weeks ago
  49. 971a03d Increase the transform bits if possible. by Vincent Rabaud · 9 weeks ago
  50. 1bf198a Allow transform_bits to be different during encoding. by Vincent Rabaud · 2 months ago
  51. 1e462ca Define MAX_TRANSFORM_BITS according to the specification. by Vincent Rabaud · 2 months ago
  52. 64d1ec2 Use (MIN/NUM)_(TRANSFORM/HUFFMAN)_BITS where appropriate by Vincent Rabaud · 2 months ago
  53. a90160e Refactor histograms in predictors. by Vincent Rabaud · 3 months ago
  54. a7aa752 Fix some function declarations by Vincent Rabaud · 3 months ago
  55. 68ff4e1 Merge "jpegdec: add a hint for EOF/READ errors" into main by James Zern · 3 months ago
  56. 79e7968 jpegdec: add a hint for EOF/READ errors by James Zern · 3 months ago
  57. d33455c man/*: s/BUGS/REPORTING BUGS/ by James Zern · 3 months ago
  58. a67ff73 normalize example exit status by James Zern · 3 months ago
  59. edc2890 upsampling_{neon,sse41}: fix int sanitizer warning by James Zern · 3 months ago
  60. 3cada4c ImgIoUtilReadFile: check ftell() return by James Zern · 3 months ago
  61. dc95058 Merge tag 'v1.4.0' by James Zern · 3 months ago
  62. 845d547 update ChangeLog by James Zern · 3 months ago 1.4.0 v1.4.0
  63. 8a6a55b update NEWS by James Zern · 3 months ago
  64. cf7c5a5 provide a way to opt-out/override WEBP_NODISCARD by James Zern · 3 months ago
  65. cc34288 update ChangeLog by James Zern · 4 months ago v1.4.0-rc1
  66. f13c088 NEWS: fix date by James Zern · 4 months ago
  67. 7455595 Merge "vwebp: fix window title when options are given" into 1.4.0 by James Zern · 4 months ago
  68. d781646 vwebp: fix window title when options are given by James Zern · 4 months ago
  69. c2e394d update NEWS by James Zern · 4 months ago
  70. f6d15cb bump version to 1.4.0 by James Zern · 4 months ago
  71. 57c388b update AUTHORS by James Zern · 4 months ago
  72. b3d1b2c Merge changes I26f4aa22,I83386b6c,I320ed1a2 into main by James Zern · 4 months ago
  73. 0721688 webp-container-spec: fix VP8 chunk ref ('VP8'->'VP8 ') by James Zern · 4 months ago
  74. f88666e webp_js/*.html: fix canvas mapping by James Zern · 4 months ago
  75. e2c8f23 cmake,wasm: simplify SDL2 related flags by James Zern · 4 months ago
  76. d537cd3 cmake: fix vwebp_sdl compile w/libsdl-org release by James Zern · 4 months ago
  77. 6c484cb CMakeLists.txt: add missing WEBP_BUILD_EXTRAS check by James Zern · 4 months ago
  78. 7b0bc23 man/cwebp.1: add more detail to -partition_limit by James Zern · 4 months ago
  79. 3c0011b WebPMuxGetChunk: add an assert by James Zern · 4 months ago
  80. 955a3d1 Merge "muxread,MuxGet: add an assert" into main by James Zern · 4 months ago
  81. 00abc00 muxread,MuxGet: add an assert by James Zern · 4 months ago
  82. 40e85a0 Have the window title reflect the filename. by Vincent Rabaud · 4 months ago
  83. 1bf4635 man/cwebp.1: clarify -pass > 1 behavior w/o -size/-psnr by James Zern · 4 months ago
  84. eba03ac webp-container-spec: replace 'above' with 'earlier' by James Zern · 4 months ago
  85. a16d30c webp-container-spec: clarify chunk order requirements by James Zern · 4 months ago
  86. 8a7e911 Merge "CMakeLists.txt: apply cmake-format" into main by James Zern · 4 months ago
  87. 7fac6c1 Merge "Copy C code to not have multiplication overflow" into main by Vincent Rabaud · 4 months ago
  88. e2922e4 Merge "Check for the presence of the ANDROID_ABI variable" into main by Vincent Rabaud · 4 months ago
  89. 501d927 Copy C code to not have multiplication overflow by Vincent Rabaud · 5 months ago
  90. fba7d62 CMakeLists.txt: apply cmake-format by James Zern · 4 months ago
  91. 661c1b6 Merge "windows exports: use dllexport attribute, instead of visibility." into main by James Zern · 4 months ago
  92. 8487860 windows exports: use dllexport attribute, instead of visibility. by Ozkan Sezer · 5 months ago
  93. 8ea678b webp/mux.h: data lifetime note w/copy_data=0 by James Zern · 4 months ago
  94. 79e05c7 Check for the presence of the ANDROID_ABI variable by Vincent Rabaud · 4 months ago
  95. 45f995a Expose functions for managing non-image chunks on WebPAnimEncoder by natewood · 5 months ago
  96. 1fb9f3d gifdec: fix ErrorGIFNotAvailable() declaration by James Zern · 5 months ago
  97. 4723db6 cosmetics: s/SANITY_CHECK/DCHECK/ by James Zern · 5 months ago
  98. f4b9bc9 clear -Wextra-semi-stmt warnings by James Zern · 5 months ago
  99. 713982b Limit animdecoder_fuzzer to 320MB by Yannis Guyon · 5 months ago
  100. cbe825e cmake: fix sharpyuv simd files' build by Ozkan Sezer · 5 months ago