1. 8d1c719 Do not test incr line count on fuzzed grids (#2160) by Yannis Guyon · 2 days ago main
  2. 67230c5 Add tests for Chromium bugs 334281983, 334682511 (#2159) by Wan-Teh Chang · 2 days ago
  3. 5d97130 read.c: Validate trak contains exactly one tkhd by Vignesh Venkat · 7 days ago
  4. 77a831f read.c: Fix hdlr duplicate detection by Vignesh Venkat · 8 days ago
  5. 98dd0e8 read.c: Early return on unsupported iref version by Vignesh Venkat · 8 days ago
  6. c4d9767 Add iloc extents test (#2095) by Yannis Guyon · 9 days ago
  7. d715425 Fix size 0 handling in avifParse() (#2152) by Vignesh Venkatasubramanian · 9 days ago
  8. caf027a read.c: Validate that there is at least one trak box by Vignesh Venkat · 12 days ago
  9. f7dc78c Revert CICP enum clamping by Vignesh Venkat · 11 days ago
  10. dd33986 Bump the github-actions group with 5 updates (#2141) by dependabot[bot] · 9 days ago
  11. 0a7a58a avifutil: Use simpler check for printing repeat count by Vignesh Venkat · 12 days ago
  12. 4db10a8 Run ci-windows-installed.yml on every pull request by Wan-Teh Chang · 12 days ago
  13. 0d2984d Add AVIF_CHROMA_SAMPLE_POSITION_RESERVED by Vignesh Venkat · 13 days ago
  14. 5d5d708 obu: Use uint32_t for obu_forbidden_bits by Vignesh Venkat · 13 days ago
  15. 90efc1e obu: Handle size == 0 in avifBitsInit by Vignesh Venkat · 13 days ago
  16. db8815a obu: Validate obu_forbidden_bit in sequence header by Vignesh Venkat · 13 days ago
  17. 7be0c35 Further cleanup in avifParseSampleDescriptionBox() by Wan-Teh Chang · 13 days ago
  18. 4c7f0f4 obu: Do not parse more than obu_size bytes by Vignesh Venkat · 14 days ago
  19. 2be0ec9 read.c: Use header size when parsing VisualSampleEntry by Vignesh Venkat · 2 weeks ago
  20. ab86c0c Validate CICP in all code paths by Vignesh Venkat · 2 weeks ago
  21. 4ed0293 read.c: Return BMFF_PARSE_FAILED on unknown top level size 0 box by Vignesh Venkat · 2 weeks ago
  22. 2f45ea4 read.c: Clamp CICP enum values to valid range by Vignesh Venkat · 3 weeks ago
  23. f242386 read.c: Fix typo by Vignesh Venkat · 3 weeks ago
  24. 23ead7a Handle unknown top level boxes with size == 0 by Vignesh Venkat · 3 weeks ago
  25. f56a1f1 Bump libwebp to v1.4.0 (#2133) by Vincent Rabaud · 3 weeks ago
  26. 4d788d6 Force macOS to 13 (#2134) by Vincent Rabaud · 3 weeks ago
  27. 575f8c0 ext: update to libaom v3.9.0 by Jerome Jiang · 3 weeks ago
  28. c3809cc FIx CI for macOS (#2132) by Vincent Rabaud · 3 weeks ago
  29. b2ecd8e README.md: remove deprecated option in example by James Zern · 3 weeks ago
  30. ca071c4 Add option parsing for rav1e and SVT-AV1. (#2126) by Vincent Rabaud · 3 weeks ago
  31. 4acbd23 Remove CHANGES comment. (#2127) by Vincent Rabaud · 3 weeks ago
  32. 961e4fe Check that the header size fits in the stream. (#2123) by Vincent Rabaud · 4 weeks ago
  33. 89f9b3a Bump libxml2 (#2118) by Vincent Rabaud · 4 weeks ago
  34. d939897 Bump rav1e to 0.7.1 (#2117) by Vincent Rabaud · 4 weeks ago
  35. f14809b Limit the CI jobs running on pull_request. (#2115) by Vincent Rabaud · 4 weeks ago
  36. 6a5ec63 Add colors-animated-8bpc-alpha-exif-xmp.avif test (#2116) by Yannis Guyon · 4 weeks ago
  37. 7cb941b Update MinimizedItemBox experimental prototype (#2114) by Yannis Guyon · 4 weeks ago
  38. 6c2ad21 Remove deprecated FOUND_VAR (#2113) by Vincent Rabaud · 4 weeks ago
  39. f0a9e6c Add Windows CI with installed packages. (#2110) by Vincent Rabaud · 4 weeks ago
  40. d5048f4 Add missing IMPORTED_IMPLIB for dav1d which creates a CMake warning. (#2112) by Vincent Rabaud · 4 weeks ago
  41. d5fe6e4 Update reduced header experiment (#2111) by Yannis Guyon · 4 weeks ago
  42. 5280f62 Add missing library deps to rav1e::rav1e on Windows. (#2106) by Vincent Rabaud · 4 weeks ago
  43. 8eb2fca Bump fuzztest to fix OOM on oss-fuzz. by Vincent Rabaud · 5 weeks ago
  44. dc4b212 Fix SampleTransformTest.NotEquivalent (#2104) by Yannis Guyon · 5 weeks ago
  45. 0aa28a0 Enable CI cache in build/_deps (#2103) by Vincent Rabaud · 5 weeks ago
  46. 9cd4b53 Fix leak in avifsampletransformtest (#2102) by Yannis Guyon · 5 weeks ago
  47. f9f8696 Rename avifSampleTransformExpressionIsValid() arg (#2101) by Yannis Guyon · 5 weeks ago
  48. d0d16c4 Disable test_cmd_avifgainmaputil if no libxml (#2100) by Yannis Guyon · 5 weeks ago
  49. 834019c Experimental AVIF Sample Transform (#2050) by Yannis Guyon · 5 weeks ago
  50. 98ce107 Fix zlib build when using ext/zlibpng.cmd (#2098) by Vincent Rabaud · 5 weeks ago
  51. c92d9ec Do not use AVIF_LOCAL for libxml2 and gtest. (#2097) by Vincent Rabaud · 5 weeks ago
  52. f1b936d feat(cmake): Use FetchContent and ExternalProject for local deps (#1744) by Frankie Dintino · 5 weeks ago
  53. 7bc40b1 Add references to fuzztest bugs. (#2096) by Vincent Rabaud · 5 weeks ago
  54. 30adc11 Bump fuzztest. (#2087) by Vincent Rabaud · 5 weeks ago
  55. d074bae Document avifROStreamReadUX8 behavior for factor=0 by Wan-Teh Chang · 5 weeks ago
  56. dea6ccf Revert "android_jni: Allow loading dav1d as a separate shared object" by Vignesh Venkat · 5 weeks ago
  57. c2fb85e Stricter infe parsing (#2090) by Yannis Guyon · 5 weeks ago
  58. 8dea068 iloc parsing layout closer to spec (#2091) by Yannis Guyon · 5 weeks ago
  59. b28ebee Fix path order in cifuzz.yml (#2092) by Vincent Rabaud · 6 weeks ago
  60. 56f11fb Handle size 0 in avifROStreamReadBoxHeaderPartial (#2079) by Yannis Guyon · 6 weeks ago
  61. 356984b Add .vscode to .gitignore (#2089) by Yannis Guyon · 6 weeks ago
  62. e2a37cb Remove spaces at the end of lines by Wan-Teh Chang · 6 weeks ago
  63. 3e0b4e0 Add installation instructions (#2085) by Vincent Rabaud · 6 weeks ago
  64. cdddec0 android_jni: Allow loading dav1d as a separate shared object by Vignesh Venkat · 6 weeks ago
  65. d2e7fc1 Run cifuzz for changes in ext/ (#2086) by Vincent Rabaud · 6 weeks ago
  66. fa5e70f Bump the github-actions group with 5 updates by dependabot[bot] · 6 weeks ago
  67. 9c6a37a Fix avifParseItemLocationBox() itemReferenceIndex (#2080) by Yannis Guyon · 7 weeks ago
  68. 374e622 Add ThreadSanitizer by Wan-Teh Chang · 8 weeks ago
  69. 3cc0772 Do not use env:NUMBER_OF_PROCESSORS for MinGW (#2076) by Vincent Rabaud · 7 weeks ago
  70. 58566ee Refactor AllocateGridImagePlanes() for non-grid (#2059) by Yannis Guyon · 7 weeks ago
  71. d159843 Add AddressSanitizer by Wan-Teh Chang · 8 weeks ago
  72. e746b23 Remove a workaround in avm.cmd by Wan-Teh Chang · 8 weeks ago
  73. 9c39e17 Use double quotes "" to allow substitution by Wan-Teh Chang · 8 weeks ago
  74. 652eb50 Don't force version 2.15.05 with setup-nasm by Wan-Teh Chang · 8 weeks ago
  75. edd02ee Pass the -DSANITIZE=<type> cmake option to libaom by Wan-Teh Chang · 8 weeks ago
  76. 4c644d5 Pass -f to rm in cleanup handlers by Wan-Teh Chang · 8 weeks ago
  77. f8ad918 Ext: Update to dav1d 1.4.1 by Wan-Teh Chang · 8 weeks ago
  78. 2a4b6b1 Ext: Update to SVT-AV1 v2.0.0 by Wan-Teh Chang · 9 weeks ago
  79. e7f7afd Delete unneeded spaces and break a long line by Wan-Teh Chang · 8 weeks ago
  80. 70503d7 check meta pointer before calling avifMetaDestroy (#2065) by James Zern · 8 weeks ago
  81. 1c92dbb Add note about buffer copy in avifDecoderRead() (#2056) by Yannis Guyon · 8 weeks ago
  82. 43ec9ac ci-unix-static-sanitized.yml for macos (#2061) by Yannis Guyon · 8 weeks ago
  83. 091db5e Add avifIsAlpha() to internal.h (#2057) by Yannis Guyon · 8 weeks ago
  84. 4e1af42 Fixed error: empty expression statement has no effect by Ozkan Sezer · 9 weeks ago
  85. 1191d10 Fix env indent in ci-unix-static-sanitized (#2062) by Yannis Guyon · 9 weeks ago
  86. 23825a8 Use env vars in ci-unix-static-sanitized.yml (#2060) by Yannis Guyon · 9 weeks ago
  87. 6094ac0 Check that >0 pixi planes have the same depth (#2058) by Yannis Guyon · 9 weeks ago
  88. c783651 ci-unix-static-sanitized (#2054) by Yannis Guyon · 9 weeks ago
  89. cf1afe2 Add tests/test_all_configurations.sh (#2010) by Yannis Guyon · 9 weeks ago
  90. 2db296b ext: Checkout libaom v3.8.2 by Wan-Teh Chang · 9 weeks ago
  91. de32f53 Fix metadata error message in avifJPEGRead() (#2048) by Yannis Guyon · 2 months ago
  92. 3175a61 Rename imageSizeLimit to sizeLimit in avifJPEGRead (#2047) by Yannis Guyon · 2 months ago
  93. 78cb03e Bump the github-actions group with 5 updates (#2046) by dependabot[bot] · 3 months ago
  94. 8db5d51 Constrain XMP,Exif size in avifJPEGReadInternal() (#2045) by Yannis Guyon · 3 months ago
  95. 69aba54 Do not export env variables, just assign to them. (#2044) by Vincent Rabaud · 3 months ago
  96. cdb1c3d Add --icc flag to avifdec (#2042) by Yannis Guyon · 3 months ago
  97. e7ab3d4 Export EXTRA_CMAKE_FLAGS to remove the "unbound variable" error (#2041) by Vincent Rabaud · 3 months ago
  98. 51b6adf Link aviftest/avifyuv with C++ compiler if libyuv by Wan-Teh Chang · 3 months ago
  99. a44270e oss-fuzz/build.sh: move flags to 'set' from #! (#2037) by James Zern · 3 months ago
  100. 55bfa73 ext/dav1d.cmd: Add -Db_lundef=false to comments by Wan-Teh Chang · 3 months ago