1. 295cb2f v0.5.0 by Joe Drago · 5 years ago v0.5.0
  2. d480518 Add vcvars to Appveyor by Joe Drago · 5 years ago
  3. 2c1a090 Add Ninja to Appveyor build by Joe Drago · 5 years ago
  4. 4f9c649 Updated README to show Exif/XMP support by Joe Drago · 5 years ago
  5. 1b2bf09 Update CHANGELOG by Joe Drago · 5 years ago
  6. f6a4227 Exif / XMP support by Joe Drago · 5 years ago
  7. 8da1e0c avifROStreamReadString() now allows string skipping by passing a NULL output buffer by Joe Drago · 5 years ago
  8. 0dcdce4 cmake: Use BUILD_SHARED_LIBS as the option for shared or static by Andreas Schneider · 5 years ago
  9. 0e59b70 cmake: Don't use the project version as library version by Andreas Schneider · 5 years ago
  10. 043fd23 Pass through PROJECT_VERSION to shared library's SOVERSION in CMake by Joe Drago · 5 years ago
  11. 0d2e49a v0.4.8 by Joe Drago · 5 years ago v0.4.8
  12. 574d9fa Fix aom lib name by Joe Drago · 5 years ago
  13. 4e4948c Remove all libaom special cases from libavif's CMakefiles, and have it work the same way dav1d and rav1e do by Joe Drago · 5 years ago
  14. 1d62f89 Build static on Travis CI until local aom build is reworked by Joe Drago · 5 years ago
  15. 81ae0d1 Rework shared vs static to use AVIF_BUILD_STATIC and build shared by default by Joe Drago · 5 years ago
  16. 400a078 appveyor: Fix the build by Andreas Schneider · 5 years ago
  17. fe7b357 cmake: Find pthreads correctly by Andreas Schneider · 5 years ago
  18. 4401682 cmake: Write a cmake version config file for libavif by Andreas Schneider · 5 years ago
  19. 983ffe1 cmake: Write a cmake config file for libavif by Andreas Schneider · 5 years ago
  20. 22e3bf5 cmake: Fix installation dirs by Andreas Schneider · 5 years ago
  21. 7650aac cmake: No need to add the include directory by Andreas Schneider · 5 years ago
  22. 20e109d cmake: Set codec and platform libraries as private by Andreas Schneider · 5 years ago
  23. 8737c25 cmake: Set include directories correctly by Andreas Schneider · 5 years ago
  24. fa99612 cmake: Set the version number by Andreas Schneider · 5 years ago
  25. 1e00d2f cmake: Set the language to C by Andreas Schneider · 5 years ago
  26. 4f9475e cmake: Build libavif as shared library by default by Andreas Schneider · 5 years ago
  27. 88dc70e install support for avifenc and avifdec by Joe Drago · 5 years ago
  28. 9b6ebd5 Fix some awful dav1d->rav1e copypasta by Joe Drago · 5 years ago
  29. 23dabf5 Fix nonlocal rav1e include paths and rav1e.cmd by Joe Drago · 5 years ago
  30. ec02ee6 Fix lingering link issues, pathing, and typos regarding new make-install plumbing by Joe Drago · 5 years ago
  31. b76aa2c Add missing archive destination to install() by Joe Drago · 5 years ago
  32. 9374d8c shared library compilation (stop enforcing STATIC in CMake, leverage BUILD_SHARED_LIBS), make install support by Joe Drago · 5 years ago
  33. 20487a6 Adjust libaom's speed mapping based on discussions with libaom team by Joe Drago · 5 years ago
  34. 4bf0187 avifEncoder now has a speed setting, codec_aom only flushes encoder when necessary (avoids lost frame packets), minor cleanup by Joe Drago · 5 years ago
  35. dae3b9c Updated libaom to more recent SHA in aom.cmd, tweaked AVIF_LOCAL_AOM settings to play nice with libaom's usage of CMake's option() by Joe Drago · 5 years ago
  36. 80a183e Remove unnecessary space from comment by Joe Drago · 5 years ago
  37. 46453c5 v0.4.7 by Joe Drago · 5 years ago v0.4.7
  38. 14968d8 Display versions in avifenc and avifdec by Joe Drago · 5 years ago
  39. 30cae55 Bump rav1e version in rav1e.cmd, implement `avifCodecVersionRav1e()` by Joe Drago · 5 years ago
  40. 8a6023c Add changelog for PR20 by Joe Drago · 5 years ago
  41. ee7ce5a Merge pull request #20 from AurelC2G/fix_rav1e_leak by Joe Drago · 5 years ago
  42. e932301 Fix memory leak in rav1e codec by Aurelien Fredouelle · 5 years ago
  43. 2dd3ff4 v0.4.6 by Joe Drago · 5 years ago v0.4.6
  44. 0b6e7a7 Fix rav1e build on Linux x64, and eliminate pseudo-dependency on cargo-c by Joe Drago · 5 years ago
  45. cadb66e v0.4.5 by Joe Drago · 5 years ago v0.4.5
  46. 457118e Fix rav1e codec's alpha encoding (monochrome asserts, might be unsupported still) by Joe Drago · 5 years ago
  47. 8c499c1 v0.4.4 by Joe Drago · 5 years ago v0.4.4
  48. b749e6b Distribute out and share code populating av01 config box across codecs by Joe Drago · 5 years ago
  49. 0abf3b3 Fix QP range for rav1e encodes (rav1e uses [0-255], not [0-63]) by Joe Drago · 5 years ago
  50. eabc963 v0.4.3 by Joe Drago · 5 years ago v0.4.3
  51. 51e0866 Building rav1e in Travis CI is time prohibitive, disabling by Joe Drago · 5 years ago
  52. 2c88cfc Be explicit about where /ext is by Joe Drago · 5 years ago
  53. 72cbb2e Manually build the latest nasm instead of using a Travis package by Joe Drago · 5 years ago
  54. 38d815b Also install setuptools by Joe Drago · 5 years ago
  55. 7c6e899 Disable pip3 version check by Joe Drago · 5 years ago
  56. 285c247 Fix cargo PATH, move meson to pip3 by Joe Drago · 5 years ago
  57. 2c63781 Make sure rustup is noninteractive by Joe Drago · 5 years ago
  58. 3f0e18a Fix ninja dep name by Joe Drago · 5 years ago
  59. a39f992 Moving rust dependency to explicit rustup by Joe Drago · 5 years ago
  60. e6726e9 Add more travis build deps by Joe Drago · 5 years ago
  61. 26e8527 Re-add accidental comment-outs by Joe Drago · 5 years ago
  62. 93fd259 Try building all codecs with travis (unlikely to work on first try) by Joe Drago · 5 years ago
  63. 7e5b3c8 Add a chdir to the end of new .cmd to play nice with Windows CI by Joe Drago · 5 years ago
  64. 5335535 rav1e codec support (encode-only), all codecs can coexist peacefully now, and can be queried for availability or specifically chosen at encode/decode time by Joe Drago · 5 years ago
  65. 97ccb37 v0.4.2 by Joe Drago · 5 years ago v0.4.2
  66. a48cdb1 Populate nclx box inside of OBU in addition to AVIF container by Joe Drago · 5 years ago
  67. de96fb1 v0.4.1 by Joe Drago · 5 years ago v0.4.1
  68. 621f394 Added avifCodecVersions() for getting version strings of internal AV1 codecs by Joe Drago · 5 years ago
  69. 9c5ea37 Fixed warning with CHECK macro (additional semicolon) by Joe Drago · 5 years ago
  70. 6500fd6 Added `containerDepth` to avifDecoder for surfacing 10bpc/12bpc flags from av1C boxes, if present by Joe Drago · 5 years ago
  71. 513bde7 Merge pull request #16 from AurelC2G/remove_dead_code by Joe Drago · 5 years ago
  72. 33cfb04 Removed unused field in codec_aom by Aurelien Fredouelle · 5 years ago
  73. ef3065f v0.4.0 by Joe Drago · 5 years ago v0.4.0
  74. c59ed29 Large optimizations to RGB to YUV conversion, exposed utils by Joe Drago · 5 years ago
  75. eb3d43e Fix formatting from PR #15 by Joe Drago · 5 years ago
  76. 37d13ec Fixed memory leak in dav1d codec by Aurelien Fredouelle · 5 years ago
  77. 0e314a6 Merge pull request #14 from AurelC2G/fix_readme by Joe Drago · 5 years ago
  78. 18c23e3 Fixed encoding sample in README by Aurelien Fredouelle · 5 years ago
  79. c5b0624 Fix case (minor) by Joe Drago · 5 years ago
  80. fc4144e Renamed ispeWidth/ispeHeight to containerWidth/containerHeight; they now can hold tkhd's width/height by Joe Drago · 5 years ago
  81. 9241237 v0.3.11 by Joe Drago · 5 years ago v0.3.11
  82. 8197802 Fix flush order of operations to ensure the correct index is passed to open() by Joe Drago · 5 years ago
  83. 04432ed Pass through starting sample index to codec when flushing with NthImage by Joe Drago · 5 years ago
  84. 759e674 Fixed bug in sync sample table element sizing by Joe Drago · 5 years ago
  85. 2c0924c Now parsing/tracking sample description formats to filter non-av01 type tracks, allow brand 'av01' to be decoded by Joe Drago · 5 years ago
  86. 4170085 Exposed ispeWidth/ispeHeight to decoder if decoding items with an associated ispe box by Joe Drago · 5 years ago
  87. 95584b2 v0.3.10 by Joe Drago · 5 years ago v0.3.10
  88. 22c1ad9 Keyframe info and Nth image support by Joe Drago · 5 years ago
  89. 35f5bfc v0.3.9 by Joe Drago · 5 years ago v0.3.9
  90. 0261bb7 Fix a few clang/macOS warnings by Joe Drago · 5 years ago
  91. 345aaa1 Split avifRawData and avifStream into read-only (const) and read/write versions, updated code accordingly by Joe Drago · 5 years ago
  92. b30daa1 v0.3.8 by Joe Drago · 5 years ago v0.3.8
  93. 5446a9c Fix changelog by Joe Drago · 5 years ago
  94. c23a809 v0.3.8 by Joe Drago · 5 years ago
  95. a3a2188 v0.3.7 by Joe Drago · 5 years ago v0.3.7
  96. 581b9bb Updated libaom to use v1.0.0-errata1 (and fixed up associated codec_aom.c) by Joe Drago · 5 years ago
  97. a2d81f8 Fix a few warnings by Joe Drago · 5 years ago
  98. a78fa98 Fix warning by Joe Drago · 5 years ago
  99. 7740fcd Check for proper width/height/depth when decoding alpha with dav1d, matching libaom's impl by Joe Drago · 5 years ago
  100. 2e17ca9 Clarify build notes to show that nasm isn't required if you're not building libaom by Joe Drago · 5 years ago