1. 9a24e09 Update CHANGELOG by Joe Drago · 4 years, 9 months ago
  2. 63ad371 Abort the process in case of memory allocation failure by Aurélien Fredouelle · 4 years, 9 months ago
  3. ad807f1 Changelog.md: Add line for dav1d 0.7.1 update by Ewout ter Hoeven · 4 years, 9 months ago
  4. 3940f52 Changelog.md: Add line for dav1d 0.7.0 update by Ewout ter Hoeven · 4 years, 10 months ago
  5. 3c850a4 Ext: Update to libaom v2.0.0 by Ewout ter Hoeven · 4 years, 10 months ago
  6. f864bd2 * Switch libaom.cmd to point at v2.0.0-rc1, Re-enable cpu-used=7+ in codec_aom when libaom major version > 1 by Joe Drago · 4 years, 10 months ago
  7. a0da4a4 CICP Refactor (breaking change!) by Joe Drago · 4 years, 10 months ago
  8. 70f4122 v0.7.3 by Joe Drago · 4 years, 11 months ago v0.7.3
  9. e4e5d75 Added avifenc Lossless (--lossless, -l) mode, which sets new defaults and warns when anything would cause the AVIF to not be lossless by Joe Drago · 4 years, 11 months ago
  10. 56a22c4 v0.7.2 by Joe Drago · 5 years ago v0.7.2
  11. 7ffaf09 JPEG support was also added to avifdec in v0.7.0 by Wan-Teh Chang · 5 years ago
  12. ca75f7c Move opinions about default speeds for avifenc out of the codec layer and into avifenc by Joe Drago · 5 years ago
  13. b52124c Update changelog by Joe Drago · 5 years ago
  14. b7db257 Changed default libaom encode speed to 8; now prioritizing libaom over rav1e by Joe Drago · 5 years ago
  15. 697923a avifenc - Allow --nclx to override embedded ICC profiles (with a warning), instead of --nclx being ignored by Joe Drago · 5 years ago
  16. 22c57ea avifdump - Fix format specifiers for 32bit by Joe Drago · 5 years ago
  17. 8287aeb v0.7.1 by Joe Drago · 5 years ago v0.7.1
  18. 70f9af8 avifenc: Set nclx/range values in avifImage earlier so proper YUV coefficients are used when converting JPEG/PNG by Joe Drago · 5 years ago
  19. c74f70c Fix changelog by Joe Drago · 5 years ago
  20. d639189 v0.7.0 by Joe Drago · 5 years ago v0.7.0
  21. 74cd1c9 Range (limited/full) cleanup and refactor by Joe Drago · 5 years ago
  22. 21bc4df Added simple `avifdump` tool for aiding in AVIF debugging (work in progress) by Joe Drago · 5 years ago
  23. 3e5134c v0.6.4 by Joe Drago · 5 years ago v0.6.4
  24. 83b613e Update changelog by Joe Drago · 5 years ago
  25. e9c5860 Added avifDecoderNthImageTiming() for querying frame timing without needing to decode the frame by Joe Drago · 5 years ago
  26. 8991484 Fix clang warning (switch clamp to min) by Joe Drago · 5 years ago
  27. 03683e9 v0.6.3 by Joe Drago · 5 years ago v0.6.3
  28. 82a29c2 Add some missing unreleased changelog entries by Joe Drago · 5 years ago
  29. 800b47f Refactor write.c to use a similar Data/Item design as read.c by Joe Drago · 5 years ago
  30. 437ee22 v0.6.2 by Joe Drago · 5 years ago v0.6.2
  31. 39cf076 v0.6.1 by Joe Drago · 5 years ago v0.6.1
  32. 95e6272 Updated changelog by Joe Drago · 5 years ago
  33. eb03c5c Update CHANGELOG by Joe Drago · 5 years ago
  34. 5dd888d v0.6.0 by Joe Drago · 5 years ago v0.6.0
  35. 951a002 Cleanup unnecessary avifBool ternary expressions by Joe Drago · 5 years ago
  36. 89f0cc8 Support pasp, clap, irot, imir metadata for encode/decode by Joe Drago · 5 years ago
  37. e247a87 Update CHANGELOG by Joe Drago · 5 years ago
  38. 329a1a1 Ext: Update to dav1d 0.6.0 and rav1e v0.3.1 (#92) by Ewout ter Hoeven · 5 years ago
  39. cf372ce avifImageYUVToInterleaved*() functions for converting directly into a pre-existing buffer, skipping temp rgbPlanes creation by Joe Drago · 5 years ago
  40. 1a0a889 v0.5.7 by Joe Drago · 5 years ago v0.5.7
  41. 2cc9306 Add missing changelog entries to upcoming release by Joe Drago · 5 years ago
  42. 56fa2bc minQuantizerAlpha/maxQuantizerAlpha support in avifEncoder, avifenc, 444alpha support in y4m layer (avifenc, avifdec) by Joe Drago · 5 years ago
  43. 060d534 Image grid support (Summer_in_Tomsk_720p_5x4_grid) by Joe Drago · 5 years ago
  44. c8fc62f Expose codec selection to avifdec/avifenc, speed to avifenc by Joe Drago · 5 years ago
  45. a3f1e5e Add change note for appveyor PR 55 by Joe Drago · 5 years ago
  46. 10e058d Add libgav1 change note by Joe Drago · 5 years ago
  47. 76554ae v0.5.6 by Joe Drago · 5 years ago v0.5.6
  48. 52eb292 avoid libaom crash when encoding >8bpc images at high speed by Joe Drago · 5 years ago
  49. 1e7c9cc Add changelog notes for recent PRs by Joe Drago · 5 years ago
  50. 89da36a v0.5.5 by Joe Drago · 5 years ago v0.5.5
  51. 61e3442 Basic test suite (aviftest, rough draft) by Joe Drago · 5 years ago
  52. bd4b601 Add a CHANGELOG note about PR 46 by Joe Drago · 5 years ago
  53. 01fb51e Update CHANGELOG.md by Ewout ter Hoeven · 5 years ago
  54. e8f5616 Fix memory leak when using avifDecoderReset(), fixes oss-fuzz issue #5770230506979328 by Joe Drago · 5 years ago
  55. 370be3f Optimize SampleSizeBox parsing when sample_size>0, fixes OOM oss-fuzz issue #5192805347753984 by Joe Drago · 5 years ago
  56. 4be7ce1 Explicitly cast unorms to float during YUV conversion, fixing clang warning by Joe Drago · 5 years ago
  57. dc0b40d Add changelog note by Joe Drago · 5 years ago
  58. 7d36984 v0.5.4 by Joe Drago · 5 years ago v0.5.4
  59. fa828e9 Add new merges into CHANGELOG by Joe Drago · 5 years ago
  60. 15ea240 Updated README's Basic Decoding section reminding of avifDecoderRead's tradeoffs by Joe Drago · 5 years ago
  61. 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
  62. a8a9e0a v0.5.3 by Joe Drago · 5 years ago v0.5.3
  63. ef595c9 Round dimensions down when decoding subsampled YUV with odd dimensions by Joe Drago · 5 years ago
  64. c2e10be Honor CMake's builtin CMAKE_SKIP_INSTALL_RULES by Joe Drago · 5 years ago
  65. 70e16bb avifenc - Removed accidental double-delete of avifImage when failing to read a y4m file input by Joe Drago · 5 years ago
  66. f8d6142 v0.5.2 by Joe Drago · 5 years ago v0.5.2
  67. 5932a05 Fix incorrect free in 0-case for avifRWDataSet() by Joe Drago · 5 years ago
  68. c673f2e v0.5.1 by Joe Drago · 5 years ago v0.5.1
  69. 71b8805 Fix expectations for Exif payload to better match normal usage by Joe Drago · 5 years ago
  70. 0201356 Fix CHANGELOG link by Joe Drago · 5 years ago
  71. 295cb2f v0.5.0 by Joe Drago · 5 years ago v0.5.0
  72. 4f9c649 Updated README to show Exif/XMP support by Joe Drago · 5 years ago
  73. 1b2bf09 Update CHANGELOG by Joe Drago · 5 years ago
  74. 0dcdce4 cmake: Use BUILD_SHARED_LIBS as the option for shared or static by Andreas Schneider · 5 years ago
  75. 0e59b70 cmake: Don't use the project version as library version by Andreas Schneider · 5 years ago
  76. 043fd23 Pass through PROJECT_VERSION to shared library's SOVERSION in CMake by Joe Drago · 5 years ago
  77. 0d2e49a v0.4.8 by Joe Drago · 5 years ago v0.4.8
  78. 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
  79. 81ae0d1 Rework shared vs static to use AVIF_BUILD_STATIC and build shared by default by Joe Drago · 5 years ago
  80. 9374d8c shared library compilation (stop enforcing STATIC in CMake, leverage BUILD_SHARED_LIBS), make install support by Joe Drago · 5 years ago
  81. 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
  82. 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
  83. 46453c5 v0.4.7 by Joe Drago · 5 years ago v0.4.7
  84. 14968d8 Display versions in avifenc and avifdec by Joe Drago · 5 years ago
  85. 30cae55 Bump rav1e version in rav1e.cmd, implement `avifCodecVersionRav1e()` by Joe Drago · 5 years ago
  86. 8a6023c Add changelog for PR20 by Joe Drago · 5 years ago
  87. 2dd3ff4 v0.4.6 by Joe Drago · 5 years ago v0.4.6
  88. 0b6e7a7 Fix rav1e build on Linux x64, and eliminate pseudo-dependency on cargo-c by Joe Drago · 5 years ago
  89. cadb66e v0.4.5 by Joe Drago · 5 years ago v0.4.5
  90. 457118e Fix rav1e codec's alpha encoding (monochrome asserts, might be unsupported still) by Joe Drago · 5 years ago
  91. 8c499c1 v0.4.4 by Joe Drago · 5 years ago v0.4.4
  92. b749e6b Distribute out and share code populating av01 config box across codecs by Joe Drago · 5 years ago
  93. 0abf3b3 Fix QP range for rav1e encodes (rav1e uses [0-255], not [0-63]) by Joe Drago · 5 years ago
  94. eabc963 v0.4.3 by Joe Drago · 5 years ago v0.4.3
  95. 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
  96. 97ccb37 v0.4.2 by Joe Drago · 5 years ago v0.4.2
  97. a48cdb1 Populate nclx box inside of OBU in addition to AVIF container by Joe Drago · 5 years ago
  98. de96fb1 v0.4.1 by Joe Drago · 5 years ago v0.4.1
  99. 621f394 Added avifCodecVersions() for getting version strings of internal AV1 codecs by Joe Drago · 5 years ago
  100. 9c5ea37 Fixed warning with CHECK macro (additional semicolon) by Joe Drago · 5 years ago