Skip to content

Bump av from 17.0.1 to 17.1.0#57

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/av-17.1.0
Closed

Bump av from 17.0.1 to 17.1.0#57
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/av-17.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor

Bumps av from 17.0.1 to 17.1.0.

Release notes

Sourced from av's releases.

v17.1.0

Breaking

  • Remove the undertested av.option and av.descriptor APIs, along with the related Codec and Filter descriptor accessors.

Features

  • Use FFmpeg 8.1.1 in the binary wheels by @​WyattBlue.
  • Build Linux ARMv7 binary wheels by @​WyattBlue.
  • Expose AVCodecContext.global_quality by @​WyattBlue in #2246.
  • Expose Stream.discard so demuxing and seeking can skip unwanted streams by @​WyattBlue (#2272).
  • Add Stream.set_display_matrix() and Stream.set_display_rotation() to write the container display (rotation) matrix on output streams by @​hmaarrfk in #2287.
  • Add Container.video_codec_id to force a specific video codec on a container by @​WyattBlue (#2243).

Fixes

  • Add cython.final to leaf classes, ensuring that they are not subclassed by @​WyattBlue.
  • Warn that CodecContext.decode() is not memory safe in some cases.
  • Fix memory leaks in FFmpegError, AudioLayout channel layouts, and Frame.opaque, and break a reference cycle between FilterLink and Graph by @​lgeiger.
  • Reduce excessive logging lock contention by @​WyattBlue (#2276).
  • Fix a crash when accessing Stream from multiple threads under FFmpeg 8.1 by @​WyattBlue (#2247).
  • Fix a crash during InputContainer initialization by @​WyattBlue (#2010).
  • Fix enumerate_input_devices and enumerate_output_devices raising AttributeError by @​WyattBlue and @​kazuki (#2264).
  • Map HTTP 429 to HTTPTooManyRequestsError instead of UndefinedError by @​WyattBlue (#2267).
  • Fix crash in VideoFrame.to_ndarray() and to_image() on bottom-up frames with a negative line_size by @​WyattBlue (#2213).
  • Make Disposition an IntFlag so Stream.disposition can be assigned without raising TypeError by @​HotariTobu.
  • Assign parser-inferred pts, dts, and duration to packets from CodecContext.parse() by @​WyattBlue (#1919).
  • Copy time_base in add_stream_from_template() by @​daveisfera in #2249.
  • Fix the remux examples dropping keyframes that demux with no DTS, which produced audio-only output by @​WyattBlue (#1917).
  • Fix subtitle UTF-8 handling by @​jbree in #2271.
  • Fix several incorrect malloc size calculations by @​WyattBlue.

New Contributors

Full Changelog: PyAV-Org/PyAV@v17.0.1...v17.1.0

Changelog

Sourced from av's changelog.

v17.1.0

Breaking:

  • Remove the undertested av.option and av.descriptor APIs, along with the related Codec and Filter descriptor accessors.

Features:

  • Use FFmpeg 8.1.1 in the binary wheels by :gh-user:WyattBlue.
  • Build Linux ARMv7 binary wheels by :gh-user:WyattBlue.
  • Expose AVCodecContext.global_quality by :gh-user:WyattBlue in (:pr:2246).
  • Expose Stream.discard so demuxing and seeking can skip unwanted streams by :gh-user:WyattBlue (:issue:2272).
  • Add Stream.set_display_matrix() and Stream.set_display_rotation() to write the container display (rotation) matrix on output streams by :gh-user:hmaarrfk in (:pr:2287).
  • Add Container.video_codec_id to force a specific video codec on a container by :gh-user:WyattBlue (:issue:2243).

Fixes:

  • Add cython.final to leaf classes, ensuring that they are not subclassed by :gh-user:WyattBlue.
  • Warn that CodecContext.decode() is not memory safe in some cases.
  • Fix memory leaks in FFmpegError, AudioLayout channel layouts, and Frame.opaque, and break a reference cycle between FilterLink and Graph by :gh-user:lgeiger.
  • Reduce excessive logging lock contention by :gh-user:WyattBlue (:issue:2276).
  • Fix a crash when accessing Stream from multiple threads under FFmpeg 8.1 by :gh-user:WyattBlue (:issue:2247).
  • Fix a crash during InputContainer initialization by :gh-user:WyattBlue (:issue:2010).
  • Fix enumerate_input_devices and enumerate_output_devices raising AttributeError by :gh-user:WyattBlue and :gh-user:kazuki (:issue:2264).
  • Map HTTP 429 to HTTPTooManyRequestsError instead of UndefinedError by :gh-user:WyattBlue (:issue:2267).
  • Fix crash in VideoFrame.to_ndarray() and to_image() on bottom-up frames with a negative line_size by :gh-user:WyattBlue (:issue:2213).
  • Make Disposition an IntFlag so Stream.disposition can be assigned without raising TypeError by :gh-user:HotariTobu.
  • Assign parser-inferred pts, dts, and duration to packets from CodecContext.parse() by :gh-user:WyattBlue (:issue:1919).
  • Copy time_base in add_stream_from_template() by :gh-user:daveisfera in (:pr:2249).
  • Fix the remux examples dropping keyframes that demux with no DTS, which produced audio-only output by :gh-user:WyattBlue (:issue:1917).
  • Fix subtitle UTF-8 handling by :gh-user:jbree in (:pr:2271).
  • Fix several incorrect malloc size calculations by :gh-user:WyattBlue.
Commits
  • 9724159 Release 17.1.0
  • ef72887 Update Authors
  • 5f5535c Fix remux examples dropping keyframes with no DTS (#1917)
  • 7edf3fc Remove stale autodoc directives for deleted attributes
  • 1940fd4 Fix #2264 (Re-revised)
  • 28d50dd Allow setting the rotation sidedata via new FFMPEG APIs (#2287)
  • 4af11a2 Break reference cycle between FilterLink and Graph
  • 75e6854 Fix memory leak when setting opaque on Frame
  • 209388f Fix memory leak in AudioLayout by uninitializing channel layout
  • 870dd70 Fix FFmpegError memory leak
  • 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 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 [av](https://github.com/PyAV-Org/PyAV) from 17.0.1 to 17.1.0.
- [Release notes](https://github.com/PyAV-Org/PyAV/releases)
- [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst)
- [Commits](PyAV-Org/PyAV@v17.0.1...v17.1.0)

---
updated-dependencies:
- dependency-name: av
  dependency-version: 17.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automated Created by a bot dependencies Dependency updates labels Jun 7, 2026
@dependabot dependabot Bot added dependencies Dependency updates automated Created by a bot labels Jun 7, 2026
@cjackett

cjackett commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Superseded by #60, which batches all five Dependabot bumps into one branch with the test/lint fixes required by the typer 0.26 and ruff 0.15.16 upgrades. Closing in favour of that PR.

@cjackett cjackett closed this Jun 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/av-17.1.0 branch June 7, 2026 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Created by a bot dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant