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

Update av requirement from ~=13.1.0 to ~=14.2.0 #267

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Updates the requirements on av to permit the latest version.

Changelog

Sourced from av's changelog.

v14.2.0

Features:

  • Add support for external flags in hwacccel by :gh-user:materight in (:pr:1751).
  • Add Bayer pixel formats by :gh-user:z-khan in (:pr:1755).
  • Add support for yuv422p10le pix_fmt by :gh-user:WyattBlue in (:pr:1767).
  • Add supported_np_pix_fmts by :gh-user:WyattBlue in (:pr:1766).
  • Add Codec.canonical_name by :gh-user:WyattBlue.

Misc:

  • Drop support for MacOS 11 by :gh-user:WyattBlue in (:pr:1764).

v14.1.0

Features:

  • Add hardware decoding by :gh-user:matthewlai and :gh-user:WyattBlue in (:pr:1685).
  • Add Stream.disposition and Disposition enum by :gh-user:WyattBlue in (:pr:1720).
  • Add VideoFrame.rotation by :gh-user:lgeiger in (:pr:1675).
  • Support grayf32le and gbrapf32le in numpy convertion by :gh-user:robinechuca in (:pr:1712).
  • Support yuv[a]p16 formats in numpy convertion by :gh-user:robinechuca in (:pr:1722).

v14.0.1

Fixes:

  • Include header files in source distribution by :gh-user:hmaarrfk in (:pr:1662).
  • Cleanup AVStream.side_data leftovers by :gh-user:lgeiger in (:pr:1674).
  • Address :issue:1663 by :gh-user:WyattBlue.
  • Make mp3 work with OutputContainer.add_stream_from_template().

v14.0.0

Major:

  • Drop FFmpeg 6.
  • Drop support for MacOS <11 in our binary wheels.
  • Deleted PyAV's custom Enum class in favor of Python's standard Enums.
  • Remove CodecContext.close() and Stream.side_data because it's deprecated in ffmpeg.
  • Remove AVError alias (use FFmpegError directly instead).
  • Remove the template arg from OutputContainer.add_stream().

Features:

... (truncated)

Commits

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)

Updates the requirements on [av](https://github.com/PyAV-Org/PyAV) to permit the latest version.
- [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst)
- [Commits](PyAV-Org/PyAV@v13.1.0...v14.2.0)

---
updated-dependencies:
- dependency-name: av
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 3, 2025
Copy link

sonarqubecloud bot commented Mar 3, 2025

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 python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants