1. 374e622 Add ThreadSanitizer by Wan-Teh Chang · 6 days ago main
  2. 3cc0772 Do not use env:NUMBER_OF_PROCESSORS for MinGW (#2076) by Vincent Rabaud · 4 days ago
  3. 58566ee Refactor AllocateGridImagePlanes() for non-grid (#2059) by Yannis Guyon · 5 days ago
  4. d159843 Add AddressSanitizer by Wan-Teh Chang · 10 days ago
  5. e746b23 Remove a workaround in avm.cmd by Wan-Teh Chang · 8 days ago
  6. 9c39e17 Use double quotes "" to allow substitution by Wan-Teh Chang · 9 days ago
  7. 652eb50 Don't force version 2.15.05 with setup-nasm by Wan-Teh Chang · 8 days ago
  8. edd02ee Pass the -DSANITIZE=<type> cmake option to libaom by Wan-Teh Chang · 9 days ago
  9. 4c644d5 Pass -f to rm in cleanup handlers by Wan-Teh Chang · 9 days ago
  10. f8ad918 Ext: Update to dav1d 1.4.1 by Wan-Teh Chang · 10 days ago
  11. 2a4b6b1 Ext: Update to SVT-AV1 v2.0.0 by Wan-Teh Chang · 2 weeks ago
  12. e7f7afd Delete unneeded spaces and break a long line by Wan-Teh Chang · 11 days ago
  13. 70503d7 check meta pointer before calling avifMetaDestroy (#2065) by James Zern · 10 days ago
  14. 1c92dbb Add note about buffer copy in avifDecoderRead() (#2056) by Yannis Guyon · 10 days ago
  15. 43ec9ac ci-unix-static-sanitized.yml for macos (#2061) by Yannis Guyon · 11 days ago
  16. 091db5e Add avifIsAlpha() to internal.h (#2057) by Yannis Guyon · 11 days ago
  17. 4e1af42 Fixed error: empty expression statement has no effect by Ozkan Sezer · 14 days ago
  18. 1191d10 Fix env indent in ci-unix-static-sanitized (#2062) by Yannis Guyon · 2 weeks ago
  19. 23825a8 Use env vars in ci-unix-static-sanitized.yml (#2060) by Yannis Guyon · 2 weeks ago
  20. 6094ac0 Check that >0 pixi planes have the same depth (#2058) by Yannis Guyon · 2 weeks ago
  21. c783651 ci-unix-static-sanitized (#2054) by Yannis Guyon · 2 weeks ago
  22. cf1afe2 Add tests/test_all_configurations.sh (#2010) by Yannis Guyon · 2 weeks ago
  23. 2db296b ext: Checkout libaom v3.8.2 by Wan-Teh Chang · 2 weeks ago
  24. de32f53 Fix metadata error message in avifJPEGRead() (#2048) by Yannis Guyon · 4 weeks ago
  25. 3175a61 Rename imageSizeLimit to sizeLimit in avifJPEGRead (#2047) by Yannis Guyon · 4 weeks ago
  26. 78cb03e Bump the github-actions group with 5 updates (#2046) by dependabot[bot] · 4 weeks ago
  27. 8db5d51 Constrain XMP,Exif size in avifJPEGReadInternal() (#2045) by Yannis Guyon · 4 weeks ago
  28. 69aba54 Do not export env variables, just assign to them. (#2044) by Vincent Rabaud · 4 weeks ago
  29. cdb1c3d Add --icc flag to avifdec (#2042) by Yannis Guyon · 5 weeks ago
  30. e7ab3d4 Export EXTRA_CMAKE_FLAGS to remove the "unbound variable" error (#2041) by Vincent Rabaud · 5 weeks ago
  31. 51b6adf Link aviftest/avifyuv with C++ compiler if libyuv by Wan-Teh Chang · 5 weeks ago
  32. a44270e oss-fuzz/build.sh: move flags to 'set' from #! (#2037) by James Zern · 5 weeks ago
  33. 55bfa73 ext/dav1d.cmd: Add -Db_lundef=false to comments by Wan-Teh Chang · 5 weeks ago
  34. d75df26 Revert to an older fuzztest version (#2036) by Vincent Rabaud · 5 weeks ago
  35. 877a274 Compile libaom and libyuv with clang-cl by Wan-Teh Chang · 5 weeks ago
  36. 267aa80 Bump fuzztest (#2032) by Vincent Rabaud · 5 weeks ago
  37. 832dc60 Add `\n` at the end of a warning message by Wan-Teh Chang · 5 weeks ago
  38. 22713e3 Check imageSizeLimit earlier in avifjpeg.c (#2031) by Yannis Guyon · 5 weeks ago
  39. bebf72a Do not set CMAKE_C_COMPILER and CMAKE_CXX_COMPILER by Wan-Teh Chang · 5 weeks ago
  40. 7c518a4 Get fuzz tests to build in coverage and introspector mode. (#2030) by Vincent Rabaud · 5 weeks ago
  41. 0580334 In sed scripts, match a dot "." with "\." by Wan-Teh Chang · 5 weeks ago
  42. a25db25 Compare the item contentType string using strcmp() by Wan-Teh Chang · 5 weeks ago
  43. da70b01 ext/libjpeg-turbo -DWITH_SIMD=0 when msan (#2026) by Yannis Guyon · 5 weeks ago
  44. e82375f Require libyuv by default. (#2020) by Vincent Rabaud · 5 weeks ago
  45. da359e7 Bump libyuv (#2025) by Vincent Rabaud · 5 weeks ago
  46. 3709f6c Build libyuv with fuzzer flags (#2024) by Wan-Teh Chang · 5 weeks ago
  47. dea769d Fix EncoderPtr to DecoderPtr in fuzztest_helpers by Wan-Teh Chang · 5 weeks ago
  48. 22a3353 Fix EncoderPtr to DecoderPtr in fuzztest_helpers (#2019) by Yannis Guyon · 6 weeks ago
  49. 9756207 Build AOM and dav1d differently for msan. (#2018) by Vincent Rabaud · 6 weeks ago
  50. 71ea5ce Add baseline tag in CHANGELOG.md (#2017) by Yannis Guyon · 6 weeks ago
  51. e88a753 Test the predefined macro _WIN32 instead of WIN32 by Wan-Teh Chang · 6 weeks ago
  52. 04cfa7c Import working ci-windows-artifacts from v1.0.x (#2015) by Yannis Guyon · 6 weeks ago
  53. 57e32e2 Use _putenv_s() on Windows in fuzztest_helpers (#2014) by Yannis Guyon · 6 weeks ago
  54. 4131305 Fix std::min() conflicting types in fuzz_dec_incr (#2013) by Yannis Guyon · 6 weeks ago
  55. 132a747 Speed rgbtoyuvtest up (#2009) by Yannis Guyon · 6 weeks ago
  56. 76a0ee2 Ext: Update to dav1d 1.4.0 by Wan-Teh Chang · 6 weeks ago
  57. 695c2d1 Print unprintable item->type in diagnostic message by Wan-Teh Chang · 6 weeks ago
  58. 75d4870 Add a loop to drain buffered frames in the decoder by Wan-Teh Chang · 6 weeks ago
  59. b10d269 Encode alpha as 4:2:0 with SVT (#2004) by Yannis Guyon · 7 weeks ago
  60. 8edba16 Remove duplicate bug in CHANGELOG.md by Wan-Teh Chang · 7 weeks ago
  61. 1862235 Use libjpeg-turbo in ext/libjpeg.cmd (#1994) by Yannis Guyon · 7 weeks ago
  62. abf42ff Update the version to 1.0.4 (devel flag on) (#1981) by Yannis Guyon · 7 weeks ago
  63. 063a461 Same size limit in read_image fuzzer as dec_incr (#1995) by Yannis Guyon · 7 weeks ago
  64. 0bcc007 Pass avifStrictFlags type to BitFlagCombinationOf by Wan-Teh Chang · 7 weeks ago
  65. 4781419 Do not include stdint.h if inttypes.h is included by Wan-Teh Chang · 7 weeks ago
  66. e3eaabb Update the citation of 'ipma' box requirements by Wan-Teh Chang · 7 weeks ago
  67. 2790a81 Revert "Simpler itemID finding for alpha. (#1967)" (#1993) by Vignesh Venkatasubramanian · 8 weeks ago
  68. 3ead1f3 Remove duplicate bug in CHANGELOG.md (#1990) by Yannis Guyon · 8 weeks ago
  69. a14909a Reduce imageSizeLimit for SharpYUV in fuzzreadimg (#1989) by Yannis Guyon · 8 weeks ago
  70. 850d498 Add link to wiki in README.md (#1985) by Yannis Guyon · 8 weeks ago
  71. 6cc154b Bump fuzztest library. (#1988) by Vincent Rabaud · 8 weeks ago
  72. 73cdc27 Remove forced address sanitizer flags. (#1986) by Vincent Rabaud · 8 weeks ago
  73. a7263ad Add bug numbers in CHANGELOG.md (#1984) by Yannis Guyon · 8 weeks ago
  74. 2e033e5 Bump the github-actions group with 4 updates (#1982) by dependabot[bot] · 8 weeks ago
  75. dcc0a15 Add missing CHANGELOG.md entries (#1977) by Yannis Guyon · 8 weeks ago
  76. 6cd507a Forward port some nits from v1.0.x (#1976) by Vincent Rabaud · 8 weeks ago
  77. b4e5d98 Replace some assertions by AVIF_ASSERT_OR_RETURN() (#1958) by Yannis Guyon · 8 weeks ago
  78. 678784d Build libyuv without sanitizer flags. (#1975) by Vincent Rabaud · 8 weeks ago
  79. 4378794 Simpler itemID finding for alpha. (#1967) by Vincent Rabaud · 9 weeks ago
  80. ac3db60 Get ubsan fuzztest test to build. (#1973) by Vincent Rabaud · 9 weeks ago
  81. 561ada6 Avoid timeout in avif_decode_fuzzer (#1972) by Yannis Guyon · 9 weeks ago
  82. c7023c6 Fix off-by-one error in a comment by Wan-Teh Chang · 9 weeks ago
  83. a98fa4f Do not use fuzzer flags on deps. (#1968) by Vincent Rabaud · 9 weeks ago
  84. b01a8af Properly check if an identical chunk has been written before. (#1956) by Vincent Rabaud · 10 weeks ago
  85. 5905d52 Bump clang-format check to clang-format-16 (#1963) by Yannis Guyon · 10 weeks ago
  86. e170c93 Revert "Fix avif_fuzztest_enc_dec_anim for AVIF_ADD_IMAGE_FLAG_SINGLE (#1940)" (#1965) by Vincent Rabaud · 10 weeks ago
  87. 7f98367 Actually use a local fuzztest repo and bump its version. (#1964) by Vincent Rabaud · 10 weeks ago
  88. 091c1e2 Add asan as a dependency by default for fuzztest tests. (#1960) by Vincent Rabaud · 10 weeks ago
  89. fc8746e ext: Checkout libaom v3.8.1 by Wan-Teh Chang · 10 weeks ago
  90. 6e45bc7 Improve commands for Build everything from scratch by Wan-Teh Chang · 3 months ago
  91. 8116ba4 Avoid avif_fuzztest_read_image timeout in sharpyuv (#1957) by Yannis Guyon · 10 weeks ago
  92. 3fab232 Rename 'coni' box to 'mini' in EXPERIMENTAL_AVIR (#1959) by Yannis Guyon · 10 weeks ago
  93. 9f6e550 Set AVIF_ENABLE_WERROR to OFF by default, keep it to ON for the CI (#1955) by Vincent Rabaud · 2 months ago
  94. 5d6e8c9 Add comment for no_discard and clang 3.9 (#1954) by Vincent Rabaud · 2 months ago
  95. 72ed871 Update reduced header experiment syntax (#1952) by Yannis Guyon · 2 months ago
  96. ba38ce8 Change avifROStreamReadVarInt() pattern (#1948) by Yannis Guyon · 2 months ago
  97. 22e95f1 Set a proper imageSizeLimit in fuzz tests (#1953) by Vincent Rabaud · 2 months ago
  98. 0803a0c Do not free alpha plane in grid allocation when only yuvFormat changes (#1942) by Vincent Rabaud · 2 months ago
  99. e146a00 Only define no_discard for clang >= 3.9.0 (#1951) by Vincent Rabaud · 2 months ago
  100. 4984c7f Fix arg name hint in WriteImage() (#1950) by Yannis Guyon · 2 months ago