1. 2c2de78 Rename file_path to filePath by Wan-Teh Chang · 7 weeks ago
  2. 1e119d6 Bump AVM to research-v9.0.0 (#2579) by Vincent Rabaud · 6 weeks ago
  3. 46a46aa Treat avifenc --stdin as regular file input arg (#2574) by Yannis Guyon · 7 weeks ago
  4. 61b0c7f Partial revert "Ignore descr props after transf" (#2585) by Yannis Guyon · 7 weeks ago
  5. ce8b972 Update man pages based on avifenc/dec's --help message. (#2582) by maryla-uc · 7 weeks ago
  6. 66ffd23 Fixed typo by Andrew Murray · 7 weeks ago
  7. 7ae69db Fix assert failure when the gainmap has a constant values. (#2578) by maryla-uc · 7 weeks ago
  8. 54e94f5 Fix some static analysis minor defects (#2569) by Vincent Rabaud · 7 weeks ago
  9. 2985845 Add memory sanitizer CI (#2254) by Vincent Rabaud · 7 weeks ago
  10. 668acce Bump dav1d to 1.5.1 (#2581) by Yoshiharu ITO · 7 weeks ago
  11. 9201ab7 Don't compare gainMapF[0] with itself by Wan-Teh Chang · 8 weeks ago
  12. e816c7d Remove filter in avif_fuzztest_properties (#2575) by Yannis Guyon · 8 weeks ago
  13. 49729e4 Ignore descr props after transf props (#2571) by Yannis Guyon · 8 weeks ago
  14. 2ea1f16 Move entries from Changed to Added in CHANGELOG.md (#2570) by Yannis Guyon · 8 weeks ago
  15. d980845 Allow odd clap dimensions and offsets (#2426) by Yannis Guyon · 9 weeks ago
  16. e7b34a1 Omit the apps/avifgainmaputil/ include directory by Wan-Teh Chang · 9 weeks ago
  17. fa410da Print warnings on ignored clap,irot,imir (#2564) by Yannis Guyon · 9 weeks ago
  18. 78b0a28 Bump fuzztest (#2565) by Vincent Rabaud · 9 weeks ago
  19. 9941c24 Update to SVT-AV1 v2.3.0 by Wan-Teh Chang · 10 weeks ago
  20. 6c38325 Bump fuzztest (#2553) by Vincent Rabaud · 9 weeks ago
  21. acbf0e8 Switch macos-13 to macos-latest in CI (#2563) by Vincent Rabaud · 9 weeks ago
  22. 0def9e5 Add code coverage CI. (#2541) by maryla-uc · 9 weeks ago
  23. 4b16452 Properly set CARGO_CACHE_KEY (#2558) by Vincent Rabaud · 9 weeks ago
  24. 502f67a Set CC on macOS (#2562) by Vincent Rabaud · 9 weeks ago
  25. 824795d Use CMake's compiler when checking for static link bundling (#2561) by Vincent Rabaud · 9 weeks ago
  26. 8fc7f7e Add parens to MAX_PROPERTY_INDEX (#2560) by Yannis Guyon · 9 weeks ago
  27. 16ca487 Force CI when .github/actions/** is changed (#2559) by Vincent Rabaud · 9 weeks ago
  28. e9a27bc Add comments about essential properties (#2556) by Yannis Guyon · 10 weeks ago
  29. 2de9287 Replace ipmaArray with avifItemPropertyAssociation (#2555) by Yannis Guyon · 10 weeks ago
  30. 04e3714 Fix fuzztest when already present in ext (#2554) by Vincent Rabaud · 10 weeks ago
  31. 66d45c1 Remove extra AVIF_ in AVIF_AVIF_FUZZTEST option (#2551) by maryla-uc · 10 weeks ago
  32. 1ebddd3 Factor out common code in shell tests. (#2552) by maryla-uc · 10 weeks ago
  33. 1346d9c avifenc: make alpha quality be the same as the color quality by default. (#2548) by maryla-uc · 10 weeks ago
  34. 842a2ed Fix typo (#2550) by Vincent Rabaud · 10 weeks ago
  35. e574799 Remove LOCAL from logs as this was part of the old convention (#2549) by Vincent Rabaud · 10 weeks ago
  36. 5eaa316 Use array in fuzztest_properties (#2546) by Yannis Guyon · 10 weeks ago
  37. d3388d9 Fuzztest clean-ups (#2529) by Vincent Rabaud · 2 months ago
  38. 021a110 Move -q option in avifenc example in README (#2545) by Yannis Guyon · 2 months ago
  39. 9903d99 Remove the old way of setting dependencies (#2540) by Vincent Rabaud · 2 months ago
  40. 7cc2ffc Declare a avifDecoderData * input para as const by Wan-Teh Chang · 2 months ago
  41. 3a48136 Add cmake format check CI. (#2543) by maryla-uc · 2 months ago
  42. f6f8b64 Improve avif.h documentation. (#2542) by maryla-uc · 2 months ago
  43. 7a2a40c Deprecate min/max quantizer fields/flags. (#2535) by maryla-uc · 2 months ago
  44. 25223e1 Readme: add examples (#479) by Ruben Barkow-Kuder · 2 months ago
  45. cc0b793 Add item ID 0 comment in avifCheckItemID() (#2539) by Yannis Guyon · 2 months ago
  46. e6da01c Improve README, in particular build instructions. (#2537) by maryla-uc · 2 months ago
  47. b5e7d6c Improve error message for missing 'SYSTEM' dependencies. (#2536) by maryla-uc · 2 months ago
  48. c359d42 Bump the github-actions group with 3 updates (#2538) by dependabot[bot] · 2 months ago
  49. 3c0ede5 Add avifgainmaputil to installed apps (#2532) by maryla-uc · 2 months ago
  50. 3a020d1 Fix mistakenly returning false instead of avifResult. (#2531) by maryla-uc · 2 months ago
  51. 3a25ba1 Support custom avifImage properties in avifEncoder (#2510) by Brad Hards · 2 months ago
  52. a284964 Avoid unreachable code after a return statement by Wan-Teh Chang · 3 months ago
  53. 3558451 Move the comment on 'pasp' forward by Wan-Teh Chang · 3 months ago
  54. 3246a4b Add instructions for fuzz tests. (#2523) by Vincent Rabaud · 3 months ago
  55. b808fa0 Remove AVIF_ENABLE_GTEST cmake option. (#2527) by maryla-uc · 3 months ago
  56. 4db8f7e Fail early when trying to convert a jpeg+gainmap image without libxml2. (#2526) by maryla-uc · 3 months ago
  57. 906ba91 Write descriptive properties before transformative (#2524) by Yannis Guyon · 3 months ago
  58. f439662 Eradicate AVIF_ENABLE_EXPERIMENTAL_GAIN_MAP by Wan-Teh Chang · 3 months ago
  59. 398777c Bump libxml2 to v2.13.5 by Andrew Murray · 3 months ago
  60. 03d5e38 Change the way brew python is updated by Vincent Rabaud · 3 months ago
  61. 260879c Remove AVIF_ENABLE_GAIN_MAP flag. (#2516) by maryla-uc · 3 months ago
  62. 37cb0bf Clean ci-unix-static-sanitized.yml (#2517) by Vincent Rabaud · 3 months ago
  63. 3196438 Turn gain map flag on by default. (#2513) by maryla-uc · 3 months ago
  64. c7c4019 Bump the github-actions group with 2 updates (#2512) by dependabot[bot] · 3 months ago
  65. 378c646 Turn gain maps on in ci-unix-shared-installed.yml (#2511) by Vincent Rabaud · 4 months ago
  66. fa62667 Bump AVM to research-8.1.0 (#2506) by Vincent Rabaud · 4 months ago
  67. 03738d5 libavif_jni: add missing error check (#2508) by James Zern · 4 months ago
  68. 566e2ed android_jni: Support 16kb page size by Vignesh Venkat · 4 months ago
  69. ea21e9b Update to libaom v3.11.0 (#2500) by Vincent Rabaud · 4 months ago
  70. 6fac47f Update merge_static_libs.cmake to copy INTERFACE_INCLUDE_DIRECTORIES (#2505) by WangWeiLin-MV · 4 months ago
  71. 13d784e Add properties to avifImage (#2420) by Yannis Guyon · 4 months ago
  72. a9ac378 Update YCgCo-R coeffs in comments. (#2503) by Vincent Rabaud · 4 months ago
  73. 5766fd1 Fix quantizer range in codec_avm (#2502) by Yannis Guyon · 4 months ago
  74. 1cdeff7 Bump libjpeg-turbo to 3.0.4 (#2501) by Vincent Rabaud · 4 months ago
  75. 4a4e5b4 Test bitCount == 0 in avifROStreamSkipBits() by Wan-Teh Chang · 4 months ago
  76. dab2aa5 Bump the github-actions group with 5 updates (#2498) by dependabot[bot] · 4 months ago
  77. 2c26b29 Fix avifROStreamSkipBits bug for incomplete byte by Wan-Teh Chang · 4 months ago
  78. 99f7eeb Reapply "Check that the gain map metadata is valid on decoding." (#2493) by maryla-uc · 4 months ago
  79. dc2fe07 github ci: use default profile for actions-rs by Vignesh Venkat · 5 months ago
  80. e9d3134 Bump dav1d to 1.5.0 (#2490) by Yoshiharu ITO · 5 months ago
  81. 2f599ac Apply ClangTidy vector::empty() instead of size() (#2491) by Yannis Guyon · 5 months ago
  82. 094d841 Significantly simplify gain map API (#2481) by maryla-uc · 5 months ago
  83. 755f960 Implement AV2 in MinimizedImageBox (#2486) by Yannis Guyon · 5 months ago
  84. e400780 Bump libxml2 to v2.13.4 (#2489) by Vincent Rabaud · 5 months ago
  85. 2097078 Add a cargo key and use it to update caches (#2485) by Vincent Rabaud · 5 months ago
  86. aa9f740 Revert "Check that the gain map metadata is valid on decoding. (#2453)" (#2482) by maryla-uc · 5 months ago
  87. 5b6fe91 Check that the gain map metadata is valid on decoding. (#2453) by maryla-uc · 5 months ago
  88. 048488e Make sure the gain map metadata is towards the start of the file. (#2479) by maryla-uc · 5 months ago
  89. 2c36aed Add recommended NDK revision for Android builds by kairusds · 5 months ago
  90. fb2dceb Fix build errors for Android builds by kairusds · 5 months ago
  91. eb02b2e Update parseAV2SequenceHeader() for AVM CWG-E103 by Wan-Teh Chang · 5 months ago
  92. a12f203 android_jni: Set threads to 2 instead of CPU count by Vignesh Venkat · 5 months ago
  93. df2f379 Do not allow libyuv to find_package JPEG (#2473) by Vincent Rabaud · 5 months ago
  94. 5ae2a41 Bump AVM to research-8.0.0 (#2437) by Vincent Rabaud · 5 months ago
  95. 69e57b6 Add missing license metadata in tests/data/README (#2467) by Yannis Guyon · 5 months ago
  96. 21824c1 Remove testing::Environment leftover (#2471) by Yannis Guyon · 5 months ago
  97. 7eb683f Replace FUZZTEST_STACK_LIMIT by --stack_limit_kb (#2470) by Yannis Guyon · 5 months ago
  98. 71ba185 Fix possible null pointer dereference and unintended integer division (#2469) by maryla-uc · 5 months ago
  99. 4932ace Remove appveyor.yml (#2465) by Yannis Guyon · 5 months ago
  100. 6bdda98 Implement the HDR part of MinimizedImageBox (#2440) by Yannis Guyon · 5 months ago