1. e9c5860 Added avifDecoderNthImageTiming() for querying frame timing without needing to decode the frame by Joe Drago · 5 years ago
  2. 8991484 Fix clang warning (switch clamp to min) by Joe Drago · 5 years ago
  3. 03683e9 v0.6.3 by Joe Drago · 5 years ago v0.6.3
  4. 82a29c2 Add some missing unreleased changelog entries by Joe Drago · 5 years ago
  5. 800b47f Refactor write.c to use a similar Data/Item design as read.c by Joe Drago · 5 years ago
  6. 437ee22 v0.6.2 by Joe Drago · 5 years ago v0.6.2
  7. 39cf076 v0.6.1 by Joe Drago · 5 years ago v0.6.1
  8. 95e6272 Updated changelog by Joe Drago · 5 years ago
  9. eb03c5c Update CHANGELOG by Joe Drago · 5 years ago
  10. 5dd888d v0.6.0 by Joe Drago · 5 years ago v0.6.0
  11. 951a002 Cleanup unnecessary avifBool ternary expressions by Joe Drago · 5 years ago
  12. 89f0cc8 Support pasp, clap, irot, imir metadata for encode/decode by Joe Drago · 5 years ago
  13. e247a87 Update CHANGELOG by Joe Drago · 5 years ago
  14. 329a1a1 Ext: Update to dav1d 0.6.0 and rav1e v0.3.1 (#92) by Ewout ter Hoeven · 5 years ago
  15. cf372ce avifImageYUVToInterleaved*() functions for converting directly into a pre-existing buffer, skipping temp rgbPlanes creation by Joe Drago · 5 years ago
  16. 1a0a889 v0.5.7 by Joe Drago · 5 years ago v0.5.7
  17. 2cc9306 Add missing changelog entries to upcoming release by Joe Drago · 5 years ago
  18. 56fa2bc minQuantizerAlpha/maxQuantizerAlpha support in avifEncoder, avifenc, 444alpha support in y4m layer (avifenc, avifdec) by Joe Drago · 5 years ago
  19. 060d534 Image grid support (Summer_in_Tomsk_720p_5x4_grid) by Joe Drago · 5 years ago
  20. c8fc62f Expose codec selection to avifdec/avifenc, speed to avifenc by Joe Drago · 5 years ago
  21. a3f1e5e Add change note for appveyor PR 55 by Joe Drago · 5 years ago
  22. 10e058d Add libgav1 change note by Joe Drago · 5 years ago
  23. 76554ae v0.5.6 by Joe Drago · 5 years ago v0.5.6
  24. 52eb292 avoid libaom crash when encoding >8bpc images at high speed by Joe Drago · 5 years ago
  25. 1e7c9cc Add changelog notes for recent PRs by Joe Drago · 5 years ago
  26. 89da36a v0.5.5 by Joe Drago · 5 years ago v0.5.5
  27. 61e3442 Basic test suite (aviftest, rough draft) by Joe Drago · 5 years ago
  28. bd4b601 Add a CHANGELOG note about PR 46 by Joe Drago · 5 years ago
  29. 01fb51e Update CHANGELOG.md by Ewout ter Hoeven · 5 years ago
  30. e8f5616 Fix memory leak when using avifDecoderReset(), fixes oss-fuzz issue #5770230506979328 by Joe Drago · 5 years ago
  31. 370be3f Optimize SampleSizeBox parsing when sample_size>0, fixes OOM oss-fuzz issue #5192805347753984 by Joe Drago · 5 years ago
  32. 4be7ce1 Explicitly cast unorms to float during YUV conversion, fixing clang warning by Joe Drago · 5 years ago
  33. dc0b40d Add changelog note by Joe Drago · 5 years ago
  34. 7d36984 v0.5.4 by Joe Drago · 5 years ago v0.5.4
  35. fa828e9 Add new merges into CHANGELOG by Joe Drago · 5 years ago
  36. 15ea240 Updated README's Basic Decoding section reminding of avifDecoderRead's tradeoffs by Joe Drago · 5 years ago
  37. e080130 Fix monochrome inputs on avifImageCopy. Monochrome still isn't really a first-class citizen in libavif, but this should at least honor the incoming data better. by Joe Drago · 5 years ago
  38. a8a9e0a v0.5.3 by Joe Drago · 5 years ago v0.5.3
  39. ef595c9 Round dimensions down when decoding subsampled YUV with odd dimensions by Joe Drago · 5 years ago
  40. c2e10be Honor CMake's builtin CMAKE_SKIP_INSTALL_RULES by Joe Drago · 5 years ago
  41. 70e16bb avifenc - Removed accidental double-delete of avifImage when failing to read a y4m file input by Joe Drago · 5 years ago
  42. f8d6142 v0.5.2 by Joe Drago · 5 years ago v0.5.2
  43. 5932a05 Fix incorrect free in 0-case for avifRWDataSet() by Joe Drago · 5 years ago
  44. c673f2e v0.5.1 by Joe Drago · 5 years ago v0.5.1
  45. 71b8805 Fix expectations for Exif payload to better match normal usage by Joe Drago · 5 years ago
  46. 0201356 Fix CHANGELOG link by Joe Drago · 5 years ago
  47. 295cb2f v0.5.0 by Joe Drago · 5 years ago v0.5.0
  48. 4f9c649 Updated README to show Exif/XMP support by Joe Drago · 5 years ago
  49. 1b2bf09 Update CHANGELOG by Joe Drago · 5 years ago
  50. 0dcdce4 cmake: Use BUILD_SHARED_LIBS as the option for shared or static by Andreas Schneider · 5 years ago
  51. 0e59b70 cmake: Don't use the project version as library version by Andreas Schneider · 5 years ago
  52. 043fd23 Pass through PROJECT_VERSION to shared library's SOVERSION in CMake by Joe Drago · 5 years ago
  53. 0d2e49a v0.4.8 by Joe Drago · 5 years ago v0.4.8
  54. 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
  55. 81ae0d1 Rework shared vs static to use AVIF_BUILD_STATIC and build shared by default by Joe Drago · 5 years ago
  56. 9374d8c shared library compilation (stop enforcing STATIC in CMake, leverage BUILD_SHARED_LIBS), make install support by Joe Drago · 5 years ago
  57. 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
  58. 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
  59. 46453c5 v0.4.7 by Joe Drago · 5 years ago v0.4.7
  60. 14968d8 Display versions in avifenc and avifdec by Joe Drago · 5 years ago
  61. 30cae55 Bump rav1e version in rav1e.cmd, implement `avifCodecVersionRav1e()` by Joe Drago · 5 years ago
  62. 8a6023c Add changelog for PR20 by Joe Drago · 5 years ago
  63. 2dd3ff4 v0.4.6 by Joe Drago · 5 years ago v0.4.6
  64. 0b6e7a7 Fix rav1e build on Linux x64, and eliminate pseudo-dependency on cargo-c by Joe Drago · 5 years ago
  65. cadb66e v0.4.5 by Joe Drago · 5 years ago v0.4.5
  66. 457118e Fix rav1e codec's alpha encoding (monochrome asserts, might be unsupported still) by Joe Drago · 5 years ago
  67. 8c499c1 v0.4.4 by Joe Drago · 5 years ago v0.4.4
  68. b749e6b Distribute out and share code populating av01 config box across codecs by Joe Drago · 5 years ago
  69. 0abf3b3 Fix QP range for rav1e encodes (rav1e uses [0-255], not [0-63]) by Joe Drago · 5 years ago
  70. eabc963 v0.4.3 by Joe Drago · 5 years ago v0.4.3
  71. 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
  72. 97ccb37 v0.4.2 by Joe Drago · 5 years ago v0.4.2
  73. a48cdb1 Populate nclx box inside of OBU in addition to AVIF container by Joe Drago · 5 years ago
  74. de96fb1 v0.4.1 by Joe Drago · 5 years ago v0.4.1
  75. 621f394 Added avifCodecVersions() for getting version strings of internal AV1 codecs by Joe Drago · 5 years ago
  76. 9c5ea37 Fixed warning with CHECK macro (additional semicolon) by Joe Drago · 5 years ago
  77. 6500fd6 Added `containerDepth` to avifDecoder for surfacing 10bpc/12bpc flags from av1C boxes, if present by Joe Drago · 5 years ago
  78. ef3065f v0.4.0 by Joe Drago · 5 years ago v0.4.0
  79. c59ed29 Large optimizations to RGB to YUV conversion, exposed utils 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 · 6 years ago
  81. 9241237 v0.3.11 by Joe Drago · 6 years ago v0.3.11
  82. 04432ed Pass through starting sample index to codec when flushing with NthImage by Joe Drago · 6 years ago
  83. 759e674 Fixed bug in sync sample table element sizing by Joe Drago · 6 years ago
  84. 2c0924c Now parsing/tracking sample description formats to filter non-av01 type tracks, allow brand 'av01' to be decoded by Joe Drago · 6 years ago
  85. 4170085 Exposed ispeWidth/ispeHeight to decoder if decoding items with an associated ispe box by Joe Drago · 6 years ago
  86. 95584b2 v0.3.10 by Joe Drago · 6 years ago v0.3.10
  87. 22c1ad9 Keyframe info and Nth image support by Joe Drago · 6 years ago
  88. 35f5bfc v0.3.9 by Joe Drago · 6 years ago v0.3.9
  89. 0261bb7 Fix a few clang/macOS warnings by Joe Drago · 6 years ago
  90. 345aaa1 Split avifRawData and avifStream into read-only (const) and read/write versions, updated code accordingly by Joe Drago · 6 years ago
  91. 5446a9c Fix changelog by Joe Drago · 6 years ago
  92. c23a809 v0.3.8 by Joe Drago · 6 years ago
  93. a3a2188 v0.3.7 by Joe Drago · 6 years ago v0.3.7
  94. 581b9bb Updated libaom to use v1.0.0-errata1 (and fixed up associated codec_aom.c) by Joe Drago · 6 years ago
  95. 7740fcd Check for proper width/height/depth when decoding alpha with dav1d, matching libaom's impl by Joe Drago · 6 years ago
  96. 73e6689 Update changelog for v0.3.6 by Joe Drago · 6 years ago v0.3.6
  97. 828325c Exposed tile encoding to avifEncoder by Joe Drago · 6 years ago
  98. 6ae028f v0.3.5 by Joe Drago · 6 years ago v0.3.5
  99. 04954e3 Fixed copypasta bug in libaom encoding quantizer setup by Joe Drago · 6 years ago
  100. 6ed5a1f v0.3.4 by Joe Drago · 6 years ago v0.3.4