This project is mirrored from https://github.com/AOMediaCodec/libavif.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 01 Jan, 2025 1 commit
-
-
dependabot[bot] authored
Bumps the github-actions group with 3 updates: [actions/setup-java](https://github.com/actions/setup-java), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/setup-java` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/8df1039502a15bceb9433410b1a100fbe190c53b...7a6d8a8234af8eb26422e24e3006232cccaa061b) Updates `actions/upload-artifact` from 4.4.3 to 4.5.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...6f51ac03b9356f520e9adb1b1b7802705f340c2b) Updates `github/codeql-action` from 3.27.5 to 3.28.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/f09c1c0a94de965c15400f5634aa42fac8fb8f88...48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 ) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 31 Dec, 2024 1 commit
-
-
maryla-uc authored
-
- 30 Dec, 2024 2 commits
-
-
maryla-uc authored
-
Brad Hards authored
Add avifImageAddOpaqueProperty() and avifImageAddUUIDProperty(). Check for basic validity of the written properties. Add tests.
-
- 25 Dec, 2024 1 commit
-
-
Wan-Teh Chang authored
Fix Coverity CID 445921: Control flow issues (UNREACHABLE).
-
- 23 Dec, 2024 2 commits
-
-
Wan-Teh Chang authored
It was added to the middle of a paragraph. It should go before that paragraph.
-
Vincent Rabaud authored
-
- 21 Dec, 2024 1 commit
-
-
maryla-uc authored
There is no need to have two AVIF_ENABLE_GTEST and AVIF_GTEST options. Now setting AVIF_GTEST=LOCAL or AVIF_GTEST=SYSTEM automatically turns ont gtest tests.
-
- 20 Dec, 2024 2 commits
-
-
maryla-uc authored
-
Yannis Guyon authored
-
- 16 Dec, 2024 1 commit
-
-
Wan-Teh Chang authored
Verified with the command: find . -name "*" -a -type f | xargs grep AVIF_ENABLE_ | \ grep GAIN_MAP | grep -v JPEG
-
- 15 Dec, 2024 1 commit
-
-
Andrew Murray authored
-
- 14 Dec, 2024 1 commit
-
-
Vincent Rabaud authored
-
- 12 Dec, 2024 1 commit
-
-
maryla-uc authored
-
- 10 Dec, 2024 1 commit
-
-
Vincent Rabaud authored
- no need to build libyuv/libsharpyuv/gtest in ext: CMake does it - the aom/dav1d commands were not executed because of > instead of | - export env variables to the ext builds - split the dav1d command in two for later msan integration
-
- 04 Dec, 2024 1 commit
-
-
maryla-uc authored
Remove 'EXPERIMENTAL' from its name.
-
- 02 Dec, 2024 1 commit
-
-
dependabot[bot] authored
Bumps the github-actions group with 2 updates: [android-actions/setup-android](https://github.com/android-actions/setup-android) and [github/codeql-action](https://github.com/github/codeql-action). Updates `android-actions/setup-android` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/00854ea68c109d98c75d956347303bf7c45b0277...9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407) Updates `github/codeql-action` from 3.27.0 to 3.27.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/662472033e021d55d94146f66f6058822b0b39fd...f09c1c0a94de965c15400f5634aa42fac8fb8f88 ) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 28 Nov, 2024 2 commits
-
-
Vincent Rabaud authored
The default values for the install fix are taken from: https://cmake.org/cmake/help/v3.31/command/install.html#signatures
-
Vincent Rabaud authored
-
- 20 Nov, 2024 2 commits
-
-
James Zern authored
`image_copy` is reset with the result of `avifImageCreateEmpty()` which can fail. This change adds a check to match the one used for `cropped_image`.
-
Vignesh Venkat authored
Add -Wl,-z,max-page-size=16384 linker flag when building the JNI wrapper to support newly added 16kb page size on Android. https://developer.android.com/guide/practices/page-sizes#cmake Fixes issue #2464
-
- 19 Nov, 2024 1 commit
-
-
Vincent Rabaud authored
-
- 15 Nov, 2024 2 commits
-
-
WangWeiLin-MV authored
-
Yannis Guyon authored
Allows for custom ItemProperty and ItemFullProperty access from the libavif reading API. Add avifpropertytest. Fuzz avifImage::properties. Add CHANGELOG entry.
-
- 12 Nov, 2024 1 commit
-
-
Vincent Rabaud authored
-
- 08 Nov, 2024 1 commit
-
-
Yannis Guyon authored
It was done on rc_max/max_quantizer but not on AOME_SET_QP.
-
- 06 Nov, 2024 1 commit
-
-
Vincent Rabaud authored
This was suggested in https://github.com/AOMediaCodec/libavif/issues/2495
-
- 05 Nov, 2024 1 commit
-
-
Wan-Teh Chang authored
Testing bitCount == 0 is easier to understand and avoids unnecessary work if stream->numUsedBitsInPartialByte == 0 and bitCount == 0. Suggested by Yannis Guyon. Bug: b:376733153
-
- 03 Nov, 2024 1 commit
-
-
dependabot[bot] authored
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.0` | `4.2.2` | | [actions/setup-java](https://github.com/actions/setup-java) | `4.4.0` | `4.5.0` | | [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) | `2.32.0` | `2.33.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.0` | `4.4.3` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.10` | `3.27.0` | Updates `actions/checkout` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `actions/setup-java` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/b36c23c0d998641eff861008f374ee103c25ac73...8df1039502a15bceb9433410b1a100fbe190c53b) Updates `reactivecircus/android-emulator-runner` from 2.32.0 to 2.33.0 - [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases) - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md) - [Commits](https://github.com/reactivecircus/android-emulator-runner/compare/f0d1ed2dcad93c7479e8b2f2226c83af54494915...62dbb605bba737720e10b196cb4220d374026a6d) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/50769540e7f4bd5e21e526ee35c689e35e0d6874...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) Updates `github/codeql-action` from 3.26.10 to 3.27.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/e2b3eafc8d227b0241d48be5f425d47c2d750a13...662472033e021d55d94146f66f6058822b0b39fd ) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: reactivecircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 02 Nov, 2024 1 commit
-
-
Wan-Teh Chang authored
Fix a bug in avifROStreamSkipBits if bitCount < 8 - stream->numUsedBitsInPartialByte. Bug: b:376733153
-
- 30 Oct, 2024 1 commit
-
- 25 Oct, 2024 1 commit
-
-
Vignesh Venkat authored
Do not explicitly specify the profile and override for actions-rs. Only specify the toolchain. This fixes some CI failures caused when building rav1e.
-
- 24 Oct, 2024 5 commits
-
-
Yoshiharu ITO authored
-
Yannis Guyon authored
-
maryla-uc authored
Gain map metadata is now alwayas parsed (when gain map code is enabled at compile time). Ideally, gain map metadata should be stored towards the beginning of the file (since it's in the 'mdat' part).
-
Yannis Guyon authored
Add avifavmminitest. Also fix 4:2:0 decoded samples mapped to 4:0:0 output image.
-
Vincent Rabaud authored
-
- 23 Oct, 2024 1 commit
-
-
Vincent Rabaud authored
-
- 21 Oct, 2024 2 commits
-
-
maryla-uc authored
All fraction denominators must be != 0, and the gamma numerator must also be != 0. Files with invalid gain map metadata are rejected.