1. 0cf0972 Remove FUZZTEST_STACK_LIMIT by Yannis Guyon · 7 days ago main
  2. f88c34c Add missing cmath includes by Yannis Guyon · 7 days ago
  3. 425411e Loosen fuzz threshold for premul loss by Yannis Guyon · 12 days ago
  4. 84232cc Update README.md by Yannis Guyon · 14 days ago
  5. a396df4 Add alpha version of interoperability API by Yannis Guyon · 4 weeks ago
  6. 948d629 Add interoperability API by Yannis Guyon · 4 weeks ago
  7. 96720e6 Fix format check in BypassTileDecRgb10b() by Yannis Guyon · 5 weeks ago
  8. ff8030d Call depth-matching Fill() in InternalDecode() by Yannis Guyon · 6 weeks ago
  9. 74307a1 Take keep_unmul into account in distortion thresh by Yannis Guyon · 6 weeks ago
  10. 4e39dd3 Update kHeaderMaxSize by Yannis Guyon · 6 weeks ago
  11. 69a2dd8 Respect is_premul in ChooseRawFormat() by Yannis Guyon · 6 weeks ago
  12. 318fa1d Use _putenv_s for Windows in test helpers by Yannis Guyon · 7 weeks ago
  13. fca551e Fix imageio conditional includes by Yannis Guyon · 7 weeks ago
  14. d5ce9ff Fix tile dimensions in animation decoding by Yannis Guyon · 7 weeks ago
  15. b65d168 Remove DecoderConfig::exact by Yannis Guyon · 8 weeks ago
  16. f66c99f Fix ImageDecoder::SaveImage() status check in dwp2 by Yannis Guyon · 8 weeks ago
  17. 5204b12 Implement ArgbBuffer::CompositeOver() unmul by Yannis Guyon · 8 weeks ago
  18. 490510d Support more out pixel formats in imageio by Yannis Guyon · 8 weeks ago
  19. 1f21ec1 Handle unpremul in TestAnimEncConfig by Yannis Guyon · 9 weeks ago
  20. 4df0254 Update operator<< for config structs by Yannis Guyon · 9 weeks ago
  21. f790f2e Check FuzzTest generated input length by Yannis Guyon · 10 weeks ago
  22. 5560f1e Fix GIF duration parsing by Yannis Guyon · 10 weeks ago
  23. 1b2f59e Fix includes and format files in tests by Yannis Guyon · 10 weeks ago
  24. 5b33cce Add RGB, BGR to WP2ConversionFunction() by Yannis Guyon · 10 weeks ago
  25. c3401d0 Return 0ms in Decoder::ReadFrame() for still img by Yannis Guyon · 10 weeks ago
  26. 785910d Fix compile warnings and format files by Yannis Guyon · 10 weeks ago
  27. e868b3a GCC workaround in BlockContextPredictor by Yannis Guyon · 10 weeks ago
  28. c863fc1 Migrate all LibFuzzer targets to FuzzTest by Yannis Guyon · 2 months ago
  29. c78dba6 Keep input unmul/premul in WP2::AnimationEncoder by Yannis Guyon · 2 months ago
  30. d1e171f Fix alpha premul in GetAverageColor() by Yannis Guyon · 2 months ago
  31. 57e1cc2 Output unmul if config.exact in dec anim API by Yannis Guyon · 2 months ago
  32. 9dd38de fix clang/-Wcast-function-type-strict warning by James Zern · 6 months ago
  33. 653745a Lower GetExpectedDistortion() for near-lossless by Yannis Guyon · 6 months ago
  34. d08031d Migrate fuzz_image_and_dec_config to FuzzTest by Yannis Guyon · 7 months ago
  35. 95dd75e Use config in fuzz TestImageDecConfig() by Yannis Guyon · 7 months ago
  36. 543e052 Implement operator= && by Vincent Rabaud · 7 months ago
  37. 2785700 Add more combinations in WP2ConversionFunction() by Yannis Guyon · 7 months ago
  38. 4a50e67 Use WP2Formatbpc() in BypassTileEnc() by Yannis Guyon · 7 months ago
  39. 784a27b Support more formats in SaveBeforeAfter() by Yannis Guyon · 7 months ago
  40. 258ca60 Add SetStackLimitTo256KiB() in fuzztest_anim_enc by Yannis Guyon · 8 months ago
  41. baf49a3 Accept more WP2SampleFormat in OrientateSubBuffer by Yannis Guyon · 8 months ago
  42. 47ae12c Migrate fuzz_anim_and_enc_config to FuzzTest by Yannis Guyon · 8 months ago
  43. 13f060f Migrate fuzz_anim_and_dec_config to FuzzTest by Yannis Guyon · 8 months ago
  44. 76b917d Add missing includes by Yannis Guyon · 8 months ago
  45. 76c70a7 use new JxlEncoderDistanceFromQuality api function by Moritz Firsching · 8 months ago
  46. 0a47024 Decrease distortion threshold in fuzz_enc_config by Yannis Guyon · 9 months ago
  47. 27488d8 Increase the stack size for all fuzz tests. by Vincent Rabaud · 9 months ago
  48. 8437998 Increase stack size for fuzz tests. by Vincent Rabaud · 9 months ago
  49. e0c6533 Public libwebp include directories in libwebp2 by Yannis Guyon · 10 months ago
  50. c925cdc Add support for JPEG XL in imageio by Vincent Rabaud · 10 months ago
  51. 3652fc1 Allow WebP output in SaveImage by Vincent Rabaud · 11 months ago
  52. dff24ca Check return values of libavif API functions by Vincent Rabaud · 11 months ago
  53. d53e49a Allow ImageReader to extract exact lossless WP2 by Vincent Rabaud · 11 months ago
  54. bee7ce5 Remove medium/large code model-specific inline asm by Arthur Eubanks · 12 months ago
  55. 49cb845 Add WP2Copy_C to argb_converter.cc by Yannis Guyon · 1 year ago
  56. 69ca317 clang-format all by Yannis Guyon · 1 year, 1 month ago
  57. a3a2555 Fix WP2::CompressWebP() memory leak by Yannis Guyon · 1 year, 1 month ago
  58. f84befd Fix WP2::ConvertToWebPPicture() input format by Yannis Guyon · 1 year, 1 month ago
  59. 71ed784 Replace WP2::ArgbBuffer::Swap() by std::swap() by Yannis Guyon · 1 year, 1 month ago
  60. 47c6870 Noop WP2::ProgressWatcher::AdvanceBy when no hook by Yannis Guyon · 1 year, 1 month ago
  61. 7d7c354 Call png_get_channels() to see if image has alpha by Wan-Teh Chang · 1 year, 1 month ago
  62. 1fb53a0 Propagate progress in GetBestPredictorForTile() by Yannis Guyon · 1 year, 1 month ago
  63. 8c4749f Increase incr test CheckDecodedArea() again by Vincent Rabaud · 1 year, 1 month ago
  64. c88083e Add progress callback to WebP2 tile LossyEncode() by Yannis Guyon · 1 year, 4 months ago
  65. 546fe5a Use atomic to calculate progress when hook_ is null. by Lipeng Zhu · 1 year, 5 months ago
  66. 9282280 Migrate libwebp2 from C++11 to C++14 by Yannis Guyon · 1 year, 6 months ago
  67. 7b5fea6 fix Vector destructor by skal · 1 year, 6 months ago
  68. 897c38e Fix CSPTransform not calling WP2ArgbConverterInit by Yannis Guyon · 1 year, 7 months ago
  69. 1e750cf Fix ClearForcedSegments() in vwp2 by Yannis Guyon · 1 year, 8 months ago
  70. ddb320d Fix some vector issues. by Vincent Rabaud · 1 year, 8 months ago
  71. 58fd0ee Support exact mode for lossless by Vincent Rabaud · 1 year, 8 months ago
  72. 7060380 Use jpeg_calc_output_dimensions() by Yannis Guyon · 1 year, 8 months ago
  73. a502ae9 Fix CheckDecodedArea() in helpers_incr.cc by Yannis Guyon · 1 year, 8 months ago
  74. b80553d fix Makefile by Pascal Massimino · 1 year, 11 months ago
  75. 5da230d Increase incr test CheckDecodedArea() again by Yannis Guyon · 1 year, 11 months ago
  76. 14069f9 fix deprecated use of sprintf() by skal · 1 year, 11 months ago
  77. af96e37 Increase incr test CheckDecodedArea() by Yannis Guyon · 2 years ago
  78. 1251ca7 Update README.md by Yannis Guyon · 2 years ago
  79. c2c3e4b Finer progress in HistogramCombineStochastic() by Yannis Guyon · 2 years ago
  80. 8c7e7cb Add message to static_assert() by Yannis Guyon · 2 years, 2 months ago
  81. 0ff5361 Upstream sync by Yannis Guyon · 2 years, 2 months ago
  82. 4b19d66 Add bit cost info by Yannis Guyon · 2 years, 2 months ago
  83. 8401895 Check ANSDec status earlier in DecodeLZW() by Yannis Guyon · 2 years, 2 months ago
  84. f8d3c46 Move || to next line in build_and_test.sh by Yannis Guyon · 2 years, 3 months ago
  85. 76c8eb4 Fix mismatched arg bound in CompressAV1() by Yannis Guyon · 2 years, 3 months ago
  86. b503e2b Upstream sync by Yannis Guyon · 2 years, 3 months ago
  87. 7df3499 Enable PIC for shared libs. by Vincent Rabaud · 2 years, 3 months ago
  88. 59d8126 test_optim.cc: use UniformIntDistribution by jzern@google.com · 2 years, 5 months ago
  89. 495d898 pngdec.cc: mark local variables volatile by James Zern · 2 years, 6 months ago
  90. d1b3704 Remove double -gray in get_disto Help() by Yannis Guyon · 2 years, 6 months ago
  91. e399524 Remove sort ambiguity. by Vincent Rabaud · 2 years, 6 months ago
  92. 3f6e4b4 Fix incr decoder dtor order by Yannis Guyon · 2 years, 6 months ago
  93. 730ecb6 fix some 'this pointer is null' error messages by Pascal Massimino · 2 years, 6 months ago
  94. 057712e Preview: Fix operator< by Pascal Massimino · 2 years, 6 months ago
  95. 561989b TIFF: add support for grayscale input by Pascal Massimino · 2 years, 6 months ago
  96. 5fe29f9 Fix off by one error in median computation. by Maryla · 2 years, 7 months ago
  97. 876ae3d Fix the incr dec orientated test by Yannis Guyon · 2 years, 8 months ago
  98. 2c973b0 Adapt fuzz LimitSetupForBigImages() by Yannis Guyon · 2 years, 8 months ago
  99. 9dea4a2 Fix WriteY4M doc. by Vincent Rabaud · 2 years, 9 months ago
  100. f4dee86 Add a flag to ewp2 to write raw .yuv by Vincent Rabaud · 2 years, 9 months ago