Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Updates the requirements on av to permit the latest version.

Release notes

Sourced from av's releases.

v15.1.0

Full Changelog: PyAV-Org/PyAV@v15.0.0...v15.1.0

Changelog

Sourced from av's changelog.

v15.1.0

Features:

  • Support FFmpeg 8
  • Make the Frame.key_frame flag writable.

v15.0.0

Major:

  • Make SubtitleStream.decode() return the list of subtitles directly, making the API nicer.
  • Drop support for MacOS 12 or under.
  • Binary wheels: Remove libxml2 because of security concerns.
  • Binary wheels: Remove xz because lzma encoding is very niche in media decoding and lesser security concerns.

Features:

  • Add GBRP, GBRAP, RGBA formats by :gh-user:z-khan.
  • Add VideoFrame.save(), a convenient way to save frames to PNGs or JPEGs, by :gh-user:WyattBlue.

Fixes:

  • Binary wheels: Re-enable libx265, use version 4.1 by :gh-user:WyattBlue.
  • Fix memory error for AudioFifo properties by :gh-user:zzjjbb.
  • Copy template flags if creating a new Codec object by :gh-user:WyattBlue
  • AudioFrame.from_ndarray(): Support python classes for parameters too, by :gh-user:WyattBlue.

v14.4.0

Features:

  • Expose the duration field for frames by :gh-user:Queuecumber in (:pr:1880).
  • Add support for BGR48 and BGRA64 pixel formats by :gh-user:z-khan in (:pr:1873).

Fixes:

  • Fix security vulnerabilities in binary wheels by :gh-user:jlaine in (:pr:1896).

v14.3.0

Features:

  • Support yuv420p10le in numpy conversion by :gh-user:tsnl in (:pr:1833).
  • Add typing overloads for CodecContext.create by :gh-user:jlaine in (:pr:1853).
  • Provide binary wheels for musl-based distros such as Alpine by :gh-user:jlaine in (:pr:1856).

... (truncated)

Commits
  • e3f2efd Don't build i686 binaries
  • 7247411 Release 15.1.0
  • 0b85c60 Build with ffmpeg 8
  • 22d6a7a Remove unused swr functions
  • eaa675d Remove FilterFlags
  • 3de331d Combine pad and link
  • 2f6c495 Replace FFmpeg version macro with direct API call
  • 3cb9b63 Fix opaque container on PyPy
  • e2ec340 Index opaque by id and make key_frame writable
  • 8e973ab Add set_image for updating the image content of an existing frame
  • Additional commits viewable in compare view

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.
- [Release notes](https://github.com/PyAV-Org/PyAV/releases)
- [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst)
- [Commits](PyAV-Org/PyAV@v15.0.0...v15.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependency updates label Sep 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2025

Superseded by #96.

@dependabot dependabot bot closed this Oct 7, 2025
@dependabot dependabot bot deleted the dependabot/pip/av-approx-eq-15.1 branch October 7, 2025 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant