- 89da36a v0.5.5 by Joe Drago · 5 years ago v0.5.5
- 85a066e Cut down on test case combinations to speed up CI by Joe Drago · 5 years ago
- 310526c Remove buffering on stdout for aviftest by Joe Drago · 5 years ago
- 62f2ac4 Be explicit about test command to (hopefully) see realtime output in GitHub CI UI by Joe Drago · 5 years ago
- cf7084b Add codec versions to aviftest output by Joe Drago · 5 years ago
- 99a7ff5 Attempt to avoid gcc 7.1 truncation complaints by Joe Drago · 5 years ago
- 30d8c68 Replace all usages of sprintf with snprintf by Joe Drago · 5 years ago
- ff29609 Properly fix the fread issue, adjust gcc std to allow for strdup by Joe Drago · 5 years ago
- e869962 Disabled unused result warning by Joe Drago · 5 years ago
- a7699ef Build tweaks/fixes for aviftest by Joe Drago · 5 years ago
- 61e3442 Basic test suite (aviftest, rough draft) by Joe Drago · 5 years ago
- ea67604 Cleanup aviffuzz from CMake, fix test workflow by Joe Drago · 5 years ago
- c8ade73 Remove antiquated aviffuzz (as libavif uses oss-fuzz), stub out new aviftest and add to CI to test basic workflow by Joe Drago · 5 years ago
- cb78ef1 Only build rav1e's library when building by Joe Drago · 5 years ago
- c722fcc Actions: FIx make threading for real by Ewout ter Hoeven · 5 years ago
- 3b4fa0e Actions: Fix make thread count by Ewout ter Hoeven · 5 years ago
- 9a93dcd Actions: Run make parallel by Ewout ter Hoeven · 5 years ago
- 561dd68 Actions: run apt-get update, use non-interactive command by Ewout ter Hoeven · 5 years ago
- 0f8fcf8 CI: Create initial GitHub Actions workflow by Ewout ter Hoeven · 5 years ago
- be50407 Explain the usage of BUILD_SHARED_LIBS and its interation with AVIF_LOCAL_* in the README by Joe Drago · 5 years ago
- bd4b601 Add a CHANGELOG note about PR 46 by Joe Drago · 5 years ago
- b633014 Remove a null check for codec->internal->image. by Wan-Teh Chang · 5 years ago
- 01fb51e Update CHANGELOG.md by Ewout ter Hoeven · 5 years ago
- f02cf74 Ext: Update to rav1e v0.3.0 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
- 8b74869 rav1e: Set still picture mode by Andreas Schneider · 5 years ago
- 2b86810 Update gitignore by Andreas Schneider · 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
- 55e99bf apps: convert ADVANCE to an expression by Jan Beich · 5 years ago
- 6b36300 Pin meson to 0.52.1 to fix build errors with 0.53 on an older Python by Joe Drago · 5 years ago
- d564355 build: avoid -ldl if not required or not supported by Jan Beich · 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
- c541cf9 Update to rav1e v0.2.1 (#36) by Ewout ter Hoeven · 5 years ago
- 3f1f7cc AppVeyor: Use Visual Studio 2019 image (#17) by Ewout ter Hoeven · 5 years ago
- d23d102 ext: Clone shallow, single and stable branch in aom.cmd, dav1d.cmd and rav1e.cmd (#34) by Ewout ter Hoeven · 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
- 50a114c Remove misleading comment in the README by Joe Drago · 5 years ago
- f9bba7d Remove (now) misleading comment 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
- d480518 Add vcvars to Appveyor by Joe Drago · 5 years ago
- 2c1a090 Add Ninja to Appveyor build by Joe Drago · 5 years ago
- 4f9c649 Updated README to show Exif/XMP support by Joe Drago · 5 years ago
- 1b2bf09 Update CHANGELOG by Joe Drago · 5 years ago
- f6a4227 Exif / XMP support by Joe Drago · 5 years ago
- 8da1e0c avifROStreamReadString() now allows string skipping by passing a NULL output buffer 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
- 574d9fa Fix aom lib name by Joe Drago · 5 years ago
- 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
- 1d62f89 Build static on Travis CI until local aom build is reworked 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
- 400a078 appveyor: Fix the build by Andreas Schneider · 5 years ago
- fe7b357 cmake: Find pthreads correctly by Andreas Schneider · 5 years ago
- 4401682 cmake: Write a cmake version config file for libavif by Andreas Schneider · 5 years ago
- 983ffe1 cmake: Write a cmake config file for libavif by Andreas Schneider · 5 years ago
- 22e3bf5 cmake: Fix installation dirs by Andreas Schneider · 5 years ago
- 7650aac cmake: No need to add the include directory by Andreas Schneider · 5 years ago
- 20e109d cmake: Set codec and platform libraries as private by Andreas Schneider · 5 years ago
- 8737c25 cmake: Set include directories correctly by Andreas Schneider · 5 years ago
- fa99612 cmake: Set the version number by Andreas Schneider · 5 years ago
- 1e00d2f cmake: Set the language to C by Andreas Schneider · 5 years ago
- 4f9475e cmake: Build libavif as shared library by default by Andreas Schneider · 5 years ago
- 88dc70e install support for avifenc and avifdec by Joe Drago · 5 years ago
- 9b6ebd5 Fix some awful dav1d->rav1e copypasta by Joe Drago · 5 years ago
- 23dabf5 Fix nonlocal rav1e include paths and rav1e.cmd by Joe Drago · 5 years ago
- ec02ee6 Fix lingering link issues, pathing, and typos regarding new make-install plumbing by Joe Drago · 5 years ago
- b76aa2c Add missing archive destination to install() 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
- 20487a6 Adjust libaom's speed mapping based on discussions with libaom team 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
- 80a183e Remove unnecessary space from comment 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
- ee7ce5a Merge pull request #20 from AurelC2G/fix_rav1e_leak by Joe Drago · 5 years ago
- e932301 Fix memory leak in rav1e codec by Aurelien Fredouelle · 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