- eabc963 v0.4.3 by Joe Drago · 5 years ago v0.4.3
- 51e0866 Building rav1e in Travis CI is time prohibitive, disabling by Joe Drago · 5 years ago
- 2c88cfc Be explicit about where /ext is by Joe Drago · 5 years ago
- 72cbb2e Manually build the latest nasm instead of using a Travis package by Joe Drago · 5 years ago
- 38d815b Also install setuptools by Joe Drago · 5 years ago
- 7c6e899 Disable pip3 version check by Joe Drago · 5 years ago
- 285c247 Fix cargo PATH, move meson to pip3 by Joe Drago · 5 years ago
- 2c63781 Make sure rustup is noninteractive by Joe Drago · 5 years ago
- 3f0e18a Fix ninja dep name by Joe Drago · 5 years ago
- a39f992 Moving rust dependency to explicit rustup by Joe Drago · 5 years ago
- e6726e9 Add more travis build deps by Joe Drago · 5 years ago
- 26e8527 Re-add accidental comment-outs by Joe Drago · 5 years ago
- 93fd259 Try building all codecs with travis (unlikely to work on first try) by Joe Drago · 5 years ago
- 7e5b3c8 Add a chdir to the end of new .cmd to play nice with Windows CI by Joe Drago · 5 years ago
- 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
- 513bde7 Merge pull request #16 from AurelC2G/remove_dead_code by Joe Drago · 5 years ago
- 33cfb04 Removed unused field in codec_aom by Aurelien Fredouelle · 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
- eb3d43e Fix formatting from PR #15 by Joe Drago · 5 years ago
- 37d13ec Fixed memory leak in dav1d codec by Aurelien Fredouelle · 5 years ago
- 0e314a6 Merge pull request #14 from AurelC2G/fix_readme by Joe Drago · 5 years ago
- 18c23e3 Fixed encoding sample in README by Aurelien Fredouelle · 5 years ago
- c5b0624 Fix case (minor) by Joe Drago · 5 years ago
- fc4144e Renamed ispeWidth/ispeHeight to containerWidth/containerHeight; they now can hold tkhd's width/height by Joe Drago · 5 years ago
- 9241237 v0.3.11 by Joe Drago · 5 years ago v0.3.11
- 8197802 Fix flush order of operations to ensure the correct index is passed to open() by Joe Drago · 5 years ago
- 04432ed Pass through starting sample index to codec when flushing with NthImage by Joe Drago · 5 years ago
- 759e674 Fixed bug in sync sample table element sizing by Joe Drago · 5 years ago
- 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
- 4170085 Exposed ispeWidth/ispeHeight to decoder if decoding items with an associated ispe box by Joe Drago · 5 years ago
- 95584b2 v0.3.10 by Joe Drago · 5 years ago v0.3.10
- 22c1ad9 Keyframe info and Nth image support by Joe Drago · 5 years ago
- 35f5bfc v0.3.9 by Joe Drago · 5 years ago v0.3.9
- 0261bb7 Fix a few clang/macOS warnings by Joe Drago · 5 years ago
- 345aaa1 Split avifRawData and avifStream into read-only (const) and read/write versions, updated code accordingly by Joe Drago · 5 years ago
- b30daa1 v0.3.8 by Joe Drago · 5 years ago v0.3.8
- 5446a9c Fix changelog by Joe Drago · 5 years ago
- c23a809 v0.3.8 by Joe Drago · 5 years ago
- a3a2188 v0.3.7 by Joe Drago · 5 years ago v0.3.7
- 581b9bb Updated libaom to use v1.0.0-errata1 (and fixed up associated codec_aom.c) by Joe Drago · 5 years ago
- a2d81f8 Fix a few warnings by Joe Drago · 5 years ago
- a78fa98 Fix warning by Joe Drago · 5 years ago
- 7740fcd Check for proper width/height/depth when decoding alpha with dav1d, matching libaom's impl by Joe Drago · 5 years ago
- 2e17ca9 Clarify build notes to show that nasm isn't required if you're not building libaom by Joe Drago · 5 years ago
- 73e6689 Update changelog for v0.3.6 by Joe Drago · 5 years ago v0.3.6
- 503af0e v0.3.6 by Joe Drago · 5 years ago
- 828325c Exposed tile encoding to avifEncoder by Joe Drago · 5 years ago
- 6ae028f v0.3.5 by Joe Drago · 5 years ago v0.3.5
- 04954e3 Fixed copypasta bug in libaom encoding quantizer setup by Joe Drago · 5 years ago
- 6ed5a1f v0.3.4 by Joe Drago · 5 years ago v0.3.4
- 981e17f When the AVIF container does not contain a color profile, fallback to the color OBU's nclx by Joe Drago · 5 years ago
- 5300fb2 v0.3.3 by Joe Drago · 5 years ago v0.3.3
- 70cbf60 expose ioStats on avifDecoder again (currently only interesting when reading items) by Joe Drago · 5 years ago
- 7e37b97 new helper function avifPeekCompatibleFileType() by Joe Drago · 6 years ago
- cdc9b64 codec_dav1d: disambiguate "needs more data" and "no more frames" in feed data pump by Joe Drago · 6 years ago
- 4ebc6b9 More warnings fallout by Joe Drago · 6 years ago
- 7f98985 More warnings fallout! (actual bitrot fixes to avif_example1.c; it needs a rework) by Joe Drago · 6 years ago
- 399df4f Fix lots of clang warnings by Joe Drago · 6 years ago
- 341a6a6 Enabled tons of warnings, and warnings-as-errors; Fixed associated fallout by Joe Drago · 6 years ago
- 25dd478 Fixed some warnings (removed unused variables and a bad cast); Add a define in dav1d layer for supporting older dav1d versions by Joe Drago · 6 years ago
- 1bad918 v0.3.2 by Joe Drago · 6 years ago v0.3.2
- 9a29c23 Detect when libaom or libdav1d is being included by a parent CMake project and allow it; Offer libavif's include dir alongside the library in CMake (target_include_directories) by Joe Drago · 6 years ago
- d69fecd Move the handful of public domain gb_math functions used by colr.c and eliminate the dependence on the gb library by Joe Drago · 6 years ago
- 38410d6 Disable a handful of unnecessary clang-format rules that are too new for older clang-formats by Joe Drago · 6 years ago
- 2cdf5ad Change back to parent directory after checkout (fixes AppVeyor) by Joe Drago · 6 years ago
- fb0b370 Add aom cloning to CI scripts, and better searching for libs/includes for codecs by Joe Drago · 6 years ago
- 79d6f36 Fix clang warning by Joe Drago · 6 years ago
- c37a6f9 Remove ext/aom as a submodule, but continue to allow ext/aom to build aom if AVIF_BUILD_AOM is enabled by Joe Drago · 6 years ago
- 05852a8 Moved dependency on libm to avif executables, instead of directly on the library by Joe Drago · 6 years ago v0.3.1
- d6374d5 Fix accidental build status URL reverts by Joe Drago · 6 years ago
- 7e95ab6 Minor formatting fix from previous commit by Joe Drago · 6 years ago v0.3.0
- 8b34ad7 Fix unnecessary statics on avifDecoderInput*() calls by Joe Drago · 6 years ago
- 1d85a52 v0.3.0 by Joe Drago · 6 years ago
- 17a3672 Add color profile querying to decode example, other minor example tweaks by Joe Drago · 6 years ago
- 46ea058 Image Sequence Support by Joe Drago · 6 years ago
- ae7e2c3 Basic moov and stbl box parsing (for upcoming image sequence support) by Joe Drago · 6 years ago
- 69ad3af Remove TODO comment as it is now done by Joe Drago · 6 years ago
- 05559c9 Added avifArray*() functions for basic dynamic arrays when parsing; Switched items and properties during parse to use dynamic arrays by Joe Drago · 6 years ago
- ce21292 Fix copypasta leading to a memory leak in RGB planes by Joe Drago · 6 years ago
- 4f770b9 Fix compilation from reformatting changes by Joe Drago · 6 years ago
- 97b071c Adjust .clang-format, re-run by Joe Drago · 6 years ago
- 714f145 Minor tweak to clang-format (doesn't impact current code) by Joe Drago · 6 years ago
- 7a9a661 Add .clang-format file, run clang-format on src and include by Joe Drago · 6 years ago
- 7637023 Setup basic fuzzing (afl) tool and script; fix found issues by Joe Drago · 6 years ago
- 177914d Hook up basic libdav1d support (very lightly tested) by Joe Drago · 6 years ago
- 19f6214 Fix incorrect ICC profile size check by Joe Drago · 6 years ago
- 64d26e8 Fix some compiler warnings by Joe Drago · 6 years ago
- 3533b97 Created new cmake option AVIF_CODEC_AOM, reorganized struct avifCodec to prepare for other codec impls by Joe Drago · 6 years ago
- c7c5272 Added install rules in CMake; Minor CMake cleanup by Joe Drago · 6 years ago
- 9c502a4 Fix one last URL in the readme, mention these changes in the changelog by Joe Drago · 6 years ago
- a0eb212 Update README to point CI icons at official repo builders by Joe Drago · 6 years ago
- 50066da Update changelog URLs by Joe Drago · 6 years ago
- 852a292 v0.2.0 by Joe Drago · 6 years ago v0.2.0