1. 6655f6e Fix y4mRead() and y4mWrite() for 4:0:0 (#833) by Yannis Guyon · 3 years, 1 month ago
  2. bf28a92 Move checks to avifAreGridDimensionsValid() (#834) by Yannis Guyon · 3 years, 1 month ago
  3. 1da6fe2 Move codec enabled message after check passed by Yuan Tong · 3 years, 2 months ago
  4. 97306bf Remove JSON-based tests (as they are unreliable), along with associated helper code (cJSON, compare) by Joe Drago · 3 years, 2 months ago
  5. ded15fb Fix compilation with 1755 ≤ LIBYUV_VERSION < 1774 by Bruno Pagani · 3 years, 4 months ago
  6. 5f06362 Remove a space at the end of a line by Wan-Teh Chang · 3 years, 2 months ago
  7. df42553 Support local android builds for libgav1 (#804) by Vignesh Venkatasubramanian · 3 years, 2 months ago
  8. 9275660 Fix compilation with Clang 13 by Grigory Vasilyev · 3 years, 5 months ago
  9. 33462a7 rav1e: add bcrypt.lib to list of extra libs by Christopher Degawa · 3 years, 3 months ago
  10. fd055b0 findrav1e: add LDFLAGS to LIBRARIES by Christopher Degawa · 3 years, 3 months ago
  11. ac76fe0 v0.9.3 by Wan-Teh Chang · 3 years, 5 months ago v0.9.3
  12. 6f60df8 Update libavif.pc.cmake (#692) by Miloš Komarčević · 3 years, 8 months ago
  13. db27590 Bump of version in CMakeLists.txt was forgotten by Miloš Komarčević · 3 years, 8 months ago
  14. 46104d6 Add automatic tile scaling to the item's ispe or track's dims by Joe Drago · 3 years, 10 months ago
  15. 45d58a5 v0.9.2 by Joe Drago · 3 years, 9 months ago v0.9.2
  16. d09319b Enable CMake configs in VCPKG mode by Dmitry Baryshev · 3 years, 9 months ago
  17. 2aa1839 v0.9.1 by Joe Drago · 3 years, 10 months ago
  18. 4d5f4a4 Introduce avifDiagnostics, which allows for a detailed, freeform error string upon decode error by Joe Drago · 3 years, 11 months ago
  19. 3eed128 Use different message for libyuv version unknown by Wan-Teh Chang · 3 years, 11 months ago
  20. ba3dc13 Do not add AVIF_CODEC_LIBRARIES to avifenc/avifdec by Wan-Teh Chang · 3 years, 11 months ago
  21. 778b77f avif{enc,dec}: Link AOM_LIBRARIES and use CXX if vmaf is present by Christopher Degawa · 3 years, 11 months ago
  22. 2542a29 Avoid linking against libyuv if it is too old / incompatible by Joe Drago · 3 years, 11 months ago
  23. a24c7ea Use cargo cinstall in local builds to ensure consistency in target output, as cbuild no longer builds directly into target/release by Joe Drago · 4 years ago
  24. eaeea4a Remove analyze setting -- it enables a bunch of additional, unintended analysis per-compile by Joe Drago · 4 years ago
  25. db1009a Code analysis cleanup (MS CL) by Joe Drago · 4 years ago
  26. 4fedf0b v0.9.0 by Joe Drago · 4 years, 1 month ago v0.9.0
  27. bea60ad Upgrade to rav1e 0.4.0 by Yuan Tong · 4 years, 2 months ago
  28. af55f05 Fix comment and other nits. by Wan-Teh Chang · 4 years, 3 months ago
  29. 00cbb77 Fix some clang warnings (#448) by Yuan Tong · 4 years, 3 months ago
  30. 291a67a Better handling for export headers (#447) by Yuan Tong · 4 years, 3 months ago
  31. 9182191 Explicit export public API to fix shared library build on MSVC (#439) by Yuan Tong · 4 years, 3 months ago
  32. 466a8e0 Keep copyright symbol, add explanation by TYTY · 4 years, 3 months ago
  33. 614d2d4 Only error on non-ASCII in string by TYTY · 4 years, 3 months ago
  34. b4c41ef Fix undefined symbol on linking shared library when libgav1 is enabled by TYTY · 4 years, 3 months ago
  35. e937c5b v0.8.4 by Joe Drago · 4 years, 4 months ago v0.8.4
  36. bb4918d Allow override of HAVE_POISON_SYSTEM_DIRECTORIES_WARNING by Benbuck Nason · 4 years, 4 months ago
  37. e7bf59c v0.8.3 by Joe Drago · 4 years, 4 months ago v0.8.3
  38. 5fa7c4e Quiet the find_package(libyuv) call by Wan-Teh Chang · 4 years, 4 months ago
  39. 2bfbf4d Cosmetic: Move code to be with related code by Wan-Teh Chang · 4 years, 4 months ago
  40. 1e5bf0f Remove misleading comments in CMake options by Joe Drago · 4 years, 4 months ago
  41. 5822fe5 New example: avif_example_decode_streaming by Joe Drago · 4 years, 4 months ago
  42. e59e0a8 Throw out stale README examples, and replace them with fresh examples in the examples/ dir (rough draft) by Joe Drago · 4 years, 4 months ago
  43. 31d7c6d New CMake options: AVIF_CODEC_AOM_DECODE, AVIF_CODEC_AOM_ENCODE by Joe Drago · 4 years, 4 months ago
  44. 0ceab2e Put the value of ZLIB_INCLUDE_DIR in the cache by Wan-Teh Chang · 4 years, 5 months ago
  45. 72c740f No need to include ${ZLIB_INCLUDE_DIR} by Wan-Teh Chang · 4 years, 5 months ago
  46. a6fb22a Move libyuv-specific code into reformat_libyuv.c, fix full-range decoding with libyuv by Joe Drago · 4 years, 4 months ago
  47. 982e38d Fix accidental stomp of AVIF_PLATFORM_LIBRARIES CMake variable by Joe Drago · 4 years, 5 months ago
  48. 555f279 Fix various macOS/clang build issues by Joe Drago · 4 years, 5 months ago
  49. a9cda51 Basic libyuv support, first pass by Joe Drago · 4 years, 5 months ago
  50. 3f2bf95 Link with {ZLIB_LIBRARY} after ${PNG_LIBRARY} by Wan-Teh Chang · 4 years, 5 months ago
  51. 126d043 Remove unneeded libs and includes for svt and aom by Wan-Teh Chang · 4 years, 5 months ago
  52. 46088d9 Various fixes to SVT-AV1 PR #369 by Joe Drago · 4 years, 5 months ago
  53. 17f67ff add SVT-AV1 encoder by Jon Sneyers · 4 years, 5 months ago
  54. 33ece0a v0.8.2 by Joe Drago · 4 years, 5 months ago v0.8.2
  55. a0a8ffc Fix coverage on macOS by Joe Drago · 4 years, 5 months ago
  56. 68e678b Add AVIF_ENABLE_COVERAGE for basic llvm coverage report generation by Joe Drago · 4 years, 5 months ago
  57. be4cbb9 avifIO reader API by Joe Drago · 4 years, 6 months ago
  58. f88383d Make AVIF_ENABLE_WERROR enable -Werror or /WX only by Wan-Teh Chang · 4 years, 6 months ago
  59. b177cc1 Option to build with compilers that have more warnings by Kornel Lesiński · 4 years, 7 months ago
  60. 3b0e33a Disable -Wpoison-system-directories if supported by Wan-Teh Chang · 4 years, 7 months ago
  61. 28ef40b v0.8.1 by Joe Drago · 4 years, 7 months ago v0.8.1
  62. 72e8544 Make decoding optional by Kornel · 4 years, 7 months ago
  63. 32a4270 cmake: Include avif INTERFACE_INCLUDE_DIRECTORIES first by Andreas Schneider · 4 years, 8 months ago
  64. 643d896 cmake: Use correct include dir for apps/shared by Andreas Schneider · 4 years, 8 months ago
  65. fe60417 CMake: Add -Wno-error=c11-extensions for dav1d by Christopher Degawa · 4 years, 8 months ago
  66. 968c0a9 CMake: Set C standard to c99 by Christopher Degawa · 4 years, 8 months ago
  67. 28c5ac4 CMake: Only enable CXX if using libgav1 by Christopher Degawa · 4 years, 8 months ago
  68. 01ee4ca v0.8.0 by Joe Drago · 4 years, 8 months ago v0.8.0
  69. 74a6aa3 CMake: Add RUNTIME to avif install to install dll to the bindir by Christopher Degawa · 4 years, 8 months ago
  70. a0bc053 Merge avifdump's functionality into new --info mode in avifdec by Joe Drago · 4 years, 9 months ago
  71. 98d9f4b Move contrib block in root CMakeLists.txt into contrib subdirs (scales better) by Joe Drago · 4 years, 9 months ago
  72. e4bfb23 Added additional CMake comment regarding contrib support by Joe Drago · 4 years, 9 months ago
  73. 72253f5 Add a gdk-pixbuf module by Emmanuel Gil Peyrot · 4 years, 9 months ago
  74. b9ad90e Build LIB_FILENAME from CMake variables by Wan-Teh Chang · 4 years, 9 months ago
  75. da92a38 * Adopt/refactor dav1d's AV1 sequence header parsing to harvest CICP from samples, and: by Joe Drago · 4 years, 9 months ago
  76. 67b2ff7 Change AVIF_LOCAL_AOM logic to match the same pattern of AVIF_LOCAL_RAV1E by Joe Drago · 4 years, 10 months ago
  77. 70f4122 v0.7.3 by Joe Drago · 4 years, 10 months ago v0.7.3
  78. 56a22c4 v0.7.2 by Joe Drago · 4 years, 11 months ago v0.7.2
  79. 9d60be2 Move iccjpeg code into back into its original file for easier LICENSE explanation, update LICENSE, remove volatile and instead just disable -Wclobbered in those files by Joe Drago · 4 years, 11 months ago
  80. 8287aeb v0.7.1 by Joe Drago · 5 years ago v0.7.1
  81. d639189 v0.7.0 by Joe Drago · 5 years ago v0.7.0
  82. 4283ebe Cleanup parent_scope hack a bit by Joe Drago · 5 years ago
  83. 1e73870 Allow downstream projects using a static libjpeg build from libavif to also use it (yes, this is a wild use-case) by Joe Drago · 5 years ago
  84. 149c357 Disable -Wmissing-noreturn by Joe Drago · 5 years ago
  85. ddd2345 JPEG support for avifenc/avifdec by Joe Drago · 5 years ago
  86. 21bc4df Added simple `avifdump` tool for aiding in AVIF debugging (work in progress) by Joe Drago · 5 years ago
  87. 3e5134c v0.6.4 by Joe Drago · 5 years ago v0.6.4
  88. 03683e9 v0.6.3 by Joe Drago · 5 years ago v0.6.3
  89. 063eda7 Disable clang warnings for disabled-macro-expansion by Joe Drago · 5 years ago
  90. 6d8a344 Bring back no-conversion for now by Joe Drago · 5 years ago
  91. 1fa8738 Add CMAKE_DL_LIBS to dav1d builds (for dlsym) by Joe Drago · 5 years ago
  92. 6d51de3 Switch CMake (NOT WIN32) check to (UNIX) by Joe Drago · 5 years ago
  93. 5e8bf05 Re-enable a bunch of clang warnings, remove useless rav1e compile check and enforce still_picture req, minor cleanup by Joe Drago · 5 years ago
  94. 437ee22 v0.6.2 by Joe Drago · 5 years ago v0.6.2
  95. 39cf076 v0.6.1 by Joe Drago · 5 years ago v0.6.1
  96. 632a346 cmake: Fix the SOVERSION which needs to be 2 (#108) by Andreas Schneider · 5 years ago
  97. c647acc PNG Support for avifenc/avifdec by Joe Drago · 5 years ago
  98. 5dd888d v0.6.0 by Joe Drago · 5 years ago v0.6.0
  99. 2107728 Add apps/shared include dir to specific targets. (#84) by wantehchang · 5 years ago
  100. e2c3c87 Big RGB Conversion Refactor by Joe Drago · 5 years ago