1. fdaa89c Reorder the if statements in avifDecoderNthImage by Wan-Teh Chang · 3 years ago
  2. c3ea2e4 Remove ext/dav1d_oss_fuzz.sh by Wan-Teh Chang · 3 years ago
  3. a7743c8 Use the unsigned int type for tile counts by Wan-Teh Chang · 3 years ago
  4. 32dadd0 Utilize bilinear chroma upsample in libyuv when possible (#873) by Yuan Tong · 3 years, 1 month ago
  5. 5038998 Ext: Update to dav1d 1.0.0 by Wan-Teh Chang · 3 years, 1 month ago
  6. fd75d97 Format avifincrtest.c by Yannis Guyon · 3 years, 1 month ago
  7. adfa25b Add parentheses to subexpressions in conditionals by Wan-Teh Chang · 3 years, 1 month ago
  8. c18228f Fix compilation with clang 14 by Dimitry Andric · 3 years, 1 month ago
  9. 2f225b0 Replace some memcpy calls with struct assignments by Wan-Teh Chang · 3 years, 1 month ago
  10. ca72883 Run clang-format by Wan-Teh Chang · 3 years, 1 month ago
  11. 7d12e6b No need to use the & operator with an array by Wan-Teh Chang · 3 years, 1 month ago
  12. d3e85ff Incremental decoding of AVIF grid tiles (#827) by Yannis Guyon · 3 years, 1 month ago
  13. 632d131 Handle the new AOM_IMG_FMT_NV12 enum in switch by Wan-Teh Chang · 3 years, 1 month ago
  14. 34b99d2 Don't use memcpy() to copy one byte by Wan-Teh Chang · 3 years, 1 month ago
  15. 207093c Cast one of the uint32_t factors to size_t by Wan-Teh Chang · 3 years, 1 month ago
  16. ac769a1 Fix -Wformat / -Wformat-non-iso on MinGW UCRT (#874) by Yuan Tong · 3 years, 1 month ago
  17. 21961f4 Replace some memcpy calls with struct assignments by Wan-Teh Chang · 3 years, 1 month ago
  18. a319893 android_jni: Add proguard rules for native code by Vignesh Venkatasubramanian · 3 years, 1 month ago
  19. 031d596 Create internal avif_apps library (#865) by Yannis Guyon · 3 years, 1 month ago
  20. 1d5ea8e ci.yml: Build examples and apps by Wan-Teh Chang · 3 years, 1 month ago
  21. b7c428c Fix avifpng.c for libpng 1.4 (#866) by Yannis Guyon · 3 years, 1 month ago
  22. ccde367 Remove extra comma warning in avif.h by Yannis Guyon · 3 years, 1 month ago
  23. 6244bcc Compare with snapshot of AOM_EXT_PART_ABI_VERSION by Wan-Teh Chang · 3 years, 1 month ago
  24. ff36c49 Remove the comment for avifImageSetDefaults() by Wan-Teh Chang · 3 years, 1 month ago
  25. bf176d5 Ext: Update to SVT-AV1 v0.9.1 by Jamaika1 · 3 years, 1 month ago
  26. 073cc60 Ext: Update to SVT-AV1 v0.9.1 by Jamaika1 · 3 years, 1 month ago
  27. 6aac3fd Ext: Update to SVT-AV1 v0.9.1 by Jamaika1 · 3 years, 1 month ago
  28. 7a6d13b Fix FillImageGrid() yuvFormat assertion for alpha (#854) by Yannis Guyon · 3 years, 1 month ago
  29. aa15edb Have avify4mtest get temp dir path from env var (#853) by Wan-Teh Chang · 3 years, 1 month ago
  30. 96b47b1 ext: Checkout libaom v3.3.0 by Wan-Teh Chang · 3 years, 2 months ago
  31. 0cf1333 Add iso8 to compatible_brands for animated images by Vignesh Venkatasubramanian · 3 years, 2 months ago
  32. f18f54e Write ccst box in Sample Entry for animated images by Vignesh Venkatasubramanian · 3 years, 2 months ago
  33. 0f41891 Mark the input images of an image grid as hidden (#852) by Wan-Teh Chang · 3 years, 2 months ago
  34. 35a4bc9 Support parsing of version 3 of ItemInfoEntry (#848) by Wan-Teh Chang · 3 years, 2 months ago
  35. e234f67 Fix endian dependent parameters to avifRWStreamWrite by Vignesh Venkatasubramanian · 3 years, 2 months ago
  36. 34a736d Fix signed/unsigned mismatch and loss-of-data conversion warnings for CL in new avif tests by Joe Drago · 3 years, 2 months ago
  37. 380d91a Match include style in avify4mtest and avifenc (#846) by Yannis Guyon · 3 years, 2 months ago
  38. 6655f6e Fix y4mRead() and y4mWrite() for 4:0:0 (#833) by Yannis Guyon · 3 years, 2 months ago
  39. 3f01702 Document that SVT-AV1 doesn't support lossless yet by Wan-Teh Chang · 3 years, 2 months ago
  40. d891187 Handle avifDecoderDataCreateTile() failures by Wan-Teh Chang · 3 years, 2 months ago
  41. a8cd441 avifDecoderReset() should not return AVIF_FALSE by Wan-Teh Chang · 3 years, 2 months ago
  42. 1ccd438 avifArrayPop() should zero the popped element (#842) by Wan-Teh Chang · 3 years, 2 months ago
  43. bf28a92 Move checks to avifAreGridDimensionsValid() (#834) by Yannis Guyon · 3 years, 2 months ago
  44. 91bc33a Only consider a frame index to be a keyframe if all tiles/planes are sync frames by Joe Drago · 3 years, 2 months ago
  45. ac662dd Document the "[Strict]" prefix in error strings by Wan-Teh Chang · 3 years, 2 months ago
  46. d9cffc5 Increment lastItemID first when creating an item (#835) by Wan-Teh Chang · 3 years, 2 months ago
  47. 891945c Call svt_av1_get_version() for v0.9.0 or later by Wan-Teh Chang · 3 years, 2 months ago
  48. 1594b6c Add SVT-AV1 to CI and build scripts by Wan-Teh Chang · 3 years, 2 months ago
  49. f732a4d Handle avifArrayCreate() failures by Wan-Teh Chang · 3 years, 2 months ago
  50. 6ee4926 Revert "Change SVT_FULL_VERSION" by Wan-Teh Chang · 3 years, 2 months ago
  51. 1404989 Change SVT_FULL_VERSION by Jamaika1 · 3 years, 2 months ago
  52. 372ca2a Do not ignore -Wunused-macros in src/codec_svt.c by Wan-Teh Chang · 3 years, 2 months ago
  53. 74a2144 Change function in SVT-AV1 0.9.0 (#807) by Jamaika1 · 3 years, 2 months ago
  54. 7390bce Provide backup definitions of the SVT_AV1_ macros by Wan-Teh Chang · 3 years, 2 months ago
  55. 545a756 android_jni: Support RGBA_F16 Bitmaps by Vignesh Venkatasubramanian · 3 years, 2 months ago
  56. fb17c6a reformat: Support F16 Half Float conversion in avifRGBImage by Vignesh Venkatasubramanian · 3 years, 3 months ago
  57. 8fa6439 Fix alpha copy in aomCodecEncodeImage() by Yannis Guyon · 3 years, 2 months ago
  58. 1da6fe2 Move codec enabled message after check passed by Yuan Tong · 3 years, 3 months ago
  59. 97306bf Remove JSON-based tests (as they are unreliable), along with associated helper code (cJSON, compare) by Joe Drago · 3 years, 3 months ago
  60. ded15fb Fix compilation with 1755 ≤ LIBYUV_VERSION < 1774 by Bruno Pagani · 3 years, 5 months ago
  61. 7edc7b8 cosmetic: Add blank lines before and after ``` in README.md by Vignesh Venkatasubramanian · 3 years, 3 months ago
  62. d50ca25 LICENSE: Include full copy of the apache v2.0 license by Vignesh Venkatasubramanian · 3 years, 3 months ago
  63. 5f06362 Remove a space at the end of a line by Wan-Teh Chang · 3 years, 3 months ago
  64. 2e776e3 change encoder speed in gdk-pixbuf plug-in by Daniel Novomesky · 3 years, 5 months ago
  65. a69b6ee Add Android JNI Bindings by Vignesh Venkatasubramanian · 3 years, 3 months ago
  66. 411221a Delay failures of AV1 codecs not existing to frame decoding, to allow libavif to perform AVIF parsing without any AV1 codecs by Joe Drago · 3 years, 5 months ago
  67. df42553 Support local android builds for libgav1 (#804) by Vignesh Venkatasubramanian · 3 years, 3 months ago
  68. a4d526f Remove the obsolete script fuzz.sh by Wan-Teh Chang · 3 years, 3 months ago
  69. 9275660 Fix compilation with Clang 13 by Grigory Vasilyev · 3 years, 5 months ago
  70. 57685ce Upgrade to libgav1 0.17.0 by Jamaika1 · 3 years, 5 months ago
  71. a6008e6 Upgrade to libgav1 0.17.0 by Jamaika1 · 3 years, 5 months ago
  72. 38d5208 Fix y4m read/write for images of non-standard dimensions (#802) by Yannis Guyon · 3 years, 4 months ago
  73. 33462a7 rav1e: add bcrypt.lib to list of extra libs by Christopher Degawa · 3 years, 4 months ago
  74. fd055b0 findrav1e: add LDFLAGS to LIBRARIES by Christopher Degawa · 3 years, 4 months ago
  75. a509289 add docker build CI pipeline by Dmitry Verkhoturov · 3 years, 7 months ago
  76. 54441ad Upgrade to rav1e 0.5.0 (#786) by Jamaika1 · 3 years, 5 months ago
  77. a575156 CI: Add CIFuzz integration by David Korczynski · 3 years, 5 months ago
  78. 455c9d6 Print the item type in two diagnostic messages by Wan-Teh Chang · 3 years, 6 months ago
  79. 9d8f9f9 Reenable AVIF_VERSION_DEVEL by Wan-Teh Chang · 3 years, 6 months ago
  80. ac76fe0 v0.9.3 by Wan-Teh Chang · 3 years, 6 months ago v0.9.3
  81. 5dfa7da Use "C420" as default Y4M color space parameter by Wan-Teh Chang · 3 years, 6 months ago
  82. 67e9f70 ext: Checkout libaom v3.2.0 by Wan-Teh Chang · 3 years, 6 months ago
  83. 6198acd Require srcWidth,srcHeight <= 16384 for ScalePlane (#770) by Wan-Teh Chang · 3 years, 6 months ago
  84. 5799d4f ext: Checkout libaom v3.1.3 by Wan-Teh Chang · 3 years, 6 months ago
  85. 0dd3a3a Improve detection of libyuv integer overflow bugs by Wan-Teh Chang · 3 years, 6 months ago
  86. f131b78 Redesign AVIF_DECODER_SOURCE_AUTO to honor the FileTypeBox's major brand by Joe Drago · 3 years, 6 months ago
  87. a4b47bb Update dav1d_oss_fuzz.patch to the upstream commit by Wan-Teh Chang · 3 years, 6 months ago
  88. ef1025f Fix oss-fuzz coverage build failure of dav1d by Wan-Teh Chang · 3 years, 7 months ago
  89. 1dea33e Simplify idat storage for avifMeta structure (#756) by Joe Drago · 3 years, 7 months ago
  90. b314e49 Rename avifParseMoovBox to avifParseMovieBox for consistency by Joe Drago · 3 years, 7 months ago
  91. 2c1f627 Add the AVIF_STRICT_ALPHA_ISPE_REQUIRED flag by Wan-Teh Chang · 3 years, 7 months ago
  92. 9c90c06 NON-STANDARD: Allow alpha subimage items to not have an ispe property, infer ispe from color item by Joe Drago · 3 years, 7 months ago
  93. 5779fc4 Generalized ipco property deduplication by Joe Drago · 3 years, 7 months ago
  94. bb0cee5 Fix a spelling error: Similate => Simulate by Wan-Teh Chang · 3 years, 7 months ago
  95. 8013572 Compute maxFixedValueWidth in 64-bit operation by Wan-Teh Chang · 3 years, 7 months ago
  96. db28773 Update codec_dav1d.c for the new threading model by Michael Bradshaw · 3 years, 7 months ago
  97. 51ae7de Ext: Update to dav1d 0.9.2 by Wan-Teh Chang · 3 years, 7 months ago
  98. ea8b7e1 Revert "NON-STANDARD: Allow alpha subimage items to not have an ispe property, infer ispe from color item" by Wan-Teh Chang · 3 years, 7 months ago
  99. efed118 NON-STANDARD: Allow alpha subimage items to not have an ispe property, infer ispe from color item by Joe Drago · 3 years, 7 months ago
  100. d7b0903 Change avif_decode_fuzzer to be more like Chrome by Wan-Teh Chang · 3 years, 7 months ago