1. c3c8afb Call avifDecoderNextImage in while loop condition by Wan-Teh Chang · 3 years, 9 months ago
  2. 6ff9c4e Move an assertion next to the dependent statement by Wan-Teh Chang · 3 years, 9 months ago
  3. 46459a7 Clarify the comment for avifDecodeSample.spatialID by Wan-Teh Chang · 3 years, 9 months ago
  4. db27590 Bump of version in CMakeLists.txt was forgotten by Miloš Komarčević · 3 years, 9 months ago
  5. 2dde71d Fix avifDecoderItemMaxExtent() - compensate for sample->offset correctly (#687) by Joe Drago · 3 years, 9 months ago
  6. c64878c Re-map libavif-libaom speed settings (#682) by fkyslov · 3 years, 9 months ago
  7. c0758eb Make avifDecoderItemMaxExtent progressive-aware (#683) by Joe Drago · 3 years, 9 months ago
  8. 9b68bf6 Add diagnostic messages for AV1 decode failures by Wan-Teh Chang · 3 years, 9 months ago
  9. 633259c Set diagnostic message for aom_codec_set_option() by Wan-Teh Chang · 3 years, 9 months ago
  10. 11d6725 Disable JSON-based tests for now, the metrics are inconsistent/unreliable by Joe Drago · 3 years, 9 months ago
  11. 161aacc Regenerate tests.json by Joe Drago · 3 years, 9 months ago
  12. 487e342 Pass TestCase's minQuantizer, maxQuantizer, speed to encoder. by Vincent Rabaud · 3 years, 9 months ago
  13. 9c6281d Fix NULL dereference of sample when checking spatialID by Joe Drago · 3 years, 10 months ago
  14. 8df04be Additional changes from requests in PR #640 by Joe Drago · 3 years, 10 months ago
  15. 9d19546 Switch from "skip" (index-based) lsel implementation to spatial_id matching by Joe Drago · 3 years, 10 months ago
  16. e79bc37 Updates from early review from WTC by Joe Drago · 3 years, 10 months ago
  17. 46104d6 Add automatic tile scaling to the item's ispe or track's dims by Joe Drago · 3 years, 10 months ago
  18. bffba3b Support for progressive AVIFs and operating point selection by Joe Drago · 3 years, 10 months ago
  19. 791ab3f Reenable AVIF_VERSION_DEVEL by Joe Drago · 3 years, 9 months ago
  20. 45d58a5 v0.9.2 by Joe Drago · 3 years, 9 months ago v0.9.2
  21. 26c7ed6 Don't need to disable MSVC warnings 5031 and 5032 by Wan-Teh Chang · 3 years, 9 months ago
  22. 859e731 Update Changelog in prep for version bump by Joe Drago · 3 years, 10 months ago
  23. 4eadcc5 Rename CPU count helper function, document its failure case by Joe Drago · 3 years, 10 months ago
  24. 5a98790 avifenc, avifdec: Allow "-j all" to automatically use all of the cores on the machine by Joe Drago · 3 years, 10 months ago
  25. dfdd0b4 Make tests/compare.h and tests/testcase.h C++ safe by Wan-Teh Chang · 3 years, 10 months ago
  26. d328578 Allocate codec->internal->svt_config statically by Wan-Teh Chang · 3 years, 10 months ago
  27. f01e225 Print width and height as %ux%u instead of %u/%u by Wan-Teh Chang · 3 years, 10 months ago
  28. f7f9651 ext: Checkout libaom v3.1.1 by Wan-Teh Chang · 3 years, 10 months ago
  29. 573815b Cleanup related to avifDiagnosticsClearError() by Wan-Teh Chang · 3 years, 10 months ago
  30. 5e8cb66 Cleanup avifutil.h comment to match libavif style by Joe Drago · 3 years, 10 months ago
  31. 9b063b6 Fix the clang -Wunused-macros warning by Wan-Teh Chang · 3 years, 10 months ago
  32. 0f729c1 Adjust gdk-pixbuf loader for new API change by Daniel Novomesky · 3 years, 10 months ago
  33. 5bbb789 Check for int32_t overflows in 'clap' code by Wan-Teh Chang · 3 years, 10 months ago
  34. 77c5a09 Have avifdec print chroma sample position for 420 by Wan-Teh Chang · 3 years, 10 months ago
  35. b551bb3 Refactor imir implementation to match HEIF Draft Amendment 2, which replaces 'axis' with 'mode' and inverts the behavior by Joe Drago · 3 years, 10 months ago
  36. d09319b Enable CMake configs in VCPKG mode by Dmitry Baryshev · 3 years, 10 months ago
  37. c998d1c Avoid multiplying widthN and heightN by 2 by Wan-Teh Chang · 3 years, 10 months ago
  38. a17693d Cast extent->offset (a uint64_t) to size_t safely by Wan-Teh Chang · 3 years, 10 months ago
  39. 1d7a708 Check for int32_t cast and unsigned add overflows by Wan-Teh Chang · 3 years, 10 months ago
  40. 9613e21 Disallow negative clap width or height by Wan-Teh Chang · 3 years, 10 months ago
  41. ab65bf7 Some straightforward changes to clapFraction code by Wan-Teh Chang · 3 years, 10 months ago
  42. f1a64e7 Correct AVIF_PIXEL_FORMAT_NONE handling logic by Yuan Tong · 3 years, 10 months ago
  43. 72de166 Fix box name of avifParseChunkOffsetBox by Wan-Teh Chang · 3 years, 10 months ago
  44. 5312181 No need to pass diag to functions that have 'data' by Wan-Teh Chang · 3 years, 10 months ago
  45. 87ae356 Simplify the assertion in avifROStreamStart() by Wan-Teh Chang · 3 years, 10 months ago
  46. bc53dd4 Fix CHANGELOG.md nits by Wan-Teh Chang · 3 years, 10 months ago
  47. a33ef51 Don't clear error in avifEncoderSetCodecSpecificOp by Wan-Teh Chang · 3 years, 10 months ago
  48. a1aa19c Simplify avifCodecConfigurationBoxGetFormat by Wan-Teh Chang · 3 years, 10 months ago
  49. 3269261 Print the fraction in "not an integer" messages by Wan-Teh Chang · 3 years, 10 months ago
  50. d8867d1 Fix a typo in the diagnostic context for 'ipco' by Wan-Teh Chang · 3 years, 10 months ago
  51. 83d597c Move svt update changelog entry into Unreleased (v0.9.1 is already done), remove extraneous newline by Joe Drago · 3 years, 10 months ago
  52. f122cb9 Ext: Update to SVT-AV1 v0.8.7 by Ewout ter Hoeven · 3 years, 10 months ago
  53. 405e872 Merge avifCodec's open call with its getNextImage call to avoid codec… (#637) by Joe Drago · 3 years, 10 months ago
  54. c1761fe Fix gdk-pixbuf loader install path (#615) by Miloš Komarčević · 3 years, 10 months ago
  55. b016750 Remove const from non-pointer function parameters by Wan-Teh Chang · 3 years, 10 months ago
  56. 2dcf7fa Declare the param of avifDumpDiagnostics as const by Wan-Teh Chang · 3 years, 10 months ago
  57. dae9b9f Reenable AVIF_VERSION_DEVEL by Joe Drago · 3 years, 10 months ago
  58. 6235931 Undo DEVEL flag for a re-versioning by Joe Drago · 3 years, 10 months ago v0.9.1
  59. 54033e9 Fix exports for 3 new avif APIs by Joe Drago · 3 years, 10 months ago
  60. 79dfd5d Reenable AVIF_VERSION_DEVEL by Joe Drago · 3 years, 10 months ago
  61. 2aa1839 v0.9.1 by Joe Drago · 3 years, 10 months ago
  62. 5b6df5c Minor pretty tweaks to changelog by Joe Drago · 3 years, 10 months ago
  63. cf212ec Update changelog by Joe Drago · 3 years, 10 months ago
  64. 48e404a switch docker to ubuntu 20.04, fix tzdata install by Dmitry Verkhoturov · 3 years, 11 months ago
  65. 403a9f3 Remove unnecessary "used" cast on argument by Joe Drago · 3 years, 10 months ago
  66. ee6ed4f Add one more comment tweak for strict flags by Joe Drago · 3 years, 10 months ago
  67. f902b35 Adjust avifStrictFlag's comments to properly reflect the defaults by Joe Drago · 3 years, 10 months ago
  68. 917cc2c Call avifDiagnosticsPrintf in src/codec_aom.c by Wan-Teh Chang · 3 years, 11 months ago
  69. bfc5aca Add avifDiagnostics to avifEncoder and avifCodec (internal) by Joe Drago · 3 years, 11 months ago
  70. 717d599 Check the return values of some aom_codec_ calls by Wan-Teh Chang · 3 years, 11 months ago
  71. 0856cfc Ext: Update to dav1d 0.9.0 by Ewout ter Hoeven · 3 years, 11 months ago
  72. fb93b2c Mark a few more diagnostics as Strict by Joe Drago · 3 years, 11 months ago
  73. 5a5915c Add helpful values/calculations when dumping clap box by Joe Drago · 3 years, 11 months ago
  74. 36d5026 Remove two unused array declarations by Joe Drago · 3 years, 11 months ago
  75. 2933970 Simplify fractions first before attempting to find the LCD by Joe Drago · 3 years, 11 months ago
  76. 7ba866f Handle "auto" (NONE) properly when someone explicitly uses MC=identity by Joe Drago · 3 years, 11 months ago
  77. f5b98a6 avifdec: Invert strict defaults, remove --strict, add --no-strict; Mark diags that occur in strict mode with Strict by Joe Drago · 3 years, 11 months ago
  78. 4d102ed Set the default strict flags for avifDecoder to to ENABLED (all flags set) by Joe Drago · 3 years, 11 months ago
  79. 688b7b1 Remove unused function by Joe Drago · 3 years, 11 months ago
  80. 4a70b47 Add AVIF_STRICT_CLAP_VALID strict flag, which ensures the clap box does not violate any standards by Joe Drago · 3 years, 11 months ago
  81. f42d880 Create helper avifCropRect struct and methods for helping to manipulate/populate/validate avifCleanApertureBox by Joe Drago · 3 years, 11 months ago
  82. 55e31e9 avifenc: Add --crop convenient alternative arg to the difficult-to-use --clap arg by Joe Drago · 3 years, 11 months ago
  83. e7c95e0 Standardize enum flags typedef patterns for more self-documenting code by Joe Drago · 3 years, 11 months ago
  84. 9b942c2 Introduce strict flags, enable on avifenc commandline by Joe Drago · 3 years, 11 months ago
  85. 4886729 Mark avifDiagnosticsPrintf() appropriately so clang knows how to validate its arguments, fix improper printf usage due to this by Joe Drago · 3 years, 11 months ago
  86. 388889c Simplify avifDiagnosticsPrintf(), remove redundant NULL diag checks in avifROStream functions by Joe Drago · 3 years, 11 months ago
  87. ba4d67d Add in a few more diagnostic prints by Joe Drago · 3 years, 11 months ago
  88. 618ed5f Add diagnostics to avifROStream, add more diagnostics by Joe Drago · 3 years, 11 months ago
  89. 4d5f4a4 Introduce avifDiagnostics, which allows for a detailed, freeform error string upon decode error by Joe Drago · 4 years ago
  90. 1c39e77 Ext: Update aom to v3.1.0, libyuv to 2f0cbb9 by Ewout ter Hoeven · 3 years, 11 months ago
  91. 6898f30 Update the documentation for libaom sharpness param by Jayasanker J · 4 years ago
  92. 61727ba Use libyuv BT.709 & 2020 full range YuvConstants by Wan-Teh Chang · 4 years ago
  93. 029375a Ensure that an AVIF has a ftyp box, and based on ftyp, has other appropriate toplevel boxes present as well by Joe Drago · 4 years ago
  94. da442e3 Document why we need to zero-initialize svt_config by Wan-Teh Chang · 4 years ago
  95. 4bd6d82 Remove two lines of duplicate code in avifJPEGRead by Wan-Teh Chang · 4 years ago
  96. 0c11cb1 Miscellaneous cleanup for src/codec_svt.c by Wan-Teh Chang · 4 years ago
  97. 63b532d Edit comments and move some variable declarations by Wan-Teh Chang · 4 years ago
  98. fcd8641 Ext: Update libgav1 to v0.16.3, abseil-cpp to lts_2021_03_24 by Ewout ter Hoeven · 4 years ago
  99. 9339e52 Check yuvFormat is 444 or NONE if MC is IDENTITY by Wan-Teh Chang · 4 years ago
  100. 3eed128 Use different message for libyuv version unknown by Wan-Teh Chang · 4 years ago