Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/strukturag/libheif from 1.16.2 to 1.17.0 #5

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps github.com/strukturag/libheif from 1.16.2 to 1.17.0.

Release notes

Sourced from github.com/strukturag/libheif's releases.

Many new compression formats and codecs

This release introduces support for new compression formats:

  • JPEG in HEIF
  • JPEG2000

It contains these new codec plugins:

  • Kvazaar encoder (HEIC) as alternative to x265
  • ffmpeg decoder (HEIC) decoding with potential hardware decoder support
  • jpegdec, jpegenc codecs for JPEG in HEIF
  • j2kdec, j2kenc codecs for JPEG-2000 in HEIF (still experimental)

Moreover:

  • added support for region masks
  • added support for alpha channels in images decoded with JS/WASM
  • heif-enc and heif-convert can be called with only input filenames, input and output filename, or with -o option. This makes the use of the two commands more consistent.
  • added 4:2:2 4:4:4 color conversion with bilinear upscaling / average filtering

Some more notable changes:

  • heif_context_get_image_handle() can now also access non-top-level images
  • add script to build Android libraries for all platforms
  • again, known bugs have been fixed

Thank you everyone who contributed with code or issue reports. Special thanks go to @​bradh for work on the regions support and the uncompressed codec, to @​dukesook for his work on JPEG2000 support, to Pierre-Anthony for our discussions on interpreting the JPEG2000-in-HEIF standard, to @​Edi61 for providing the ffmpeg decoder plugin, to @​fancycode who will again do the Debian packaging, and to @​kmilos for continuously reporting and fixing compilation and configuration issues.

Commits
  • 588b096 swap parameter order in region _transformed() APIs so that output parameters ...
  • f0b30d8 fix constness in regions API
  • 15e60c1 prefix output parameters with 'out_' in regions API
  • c1927e5 increase version number to v1.17.0
  • 4cd3fae check for valid enum range in uncompressed image headers
  • d159f8a heif-convert: output filename is now optional, or one can use '-o'
  • 3130d8c if heif-enc is given list of filenames and last one is a HEIF filename, use t...
  • 6a8b586 prevent integer overflow in Fraction class
  • c2d2c6b Make sure that fraction addition and subtraction stays in valid range (Cluste...
  • 7e4aacb uncompressed: show numeric component ID when there is no name known (Clusterf...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/strukturag/libheif](https://github.com/strukturag/libheif) from 1.16.2 to 1.17.0.
- [Release notes](https://github.com/strukturag/libheif/releases)
- [Commits](strukturag/libheif@v1.16.2...v1.17.0)

---
updated-dependencies:
- dependency-name: github.com/strukturag/libheif
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2023

Superseded by #6.

@dependabot dependabot bot closed this Oct 19, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/strukturag/libheif-1.17.0 branch October 19, 2023 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants