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