Skip to content

Bump av from 13.0.0 to 14.1.0#607

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/av-14.1.0
Closed

Bump av from 13.0.0 to 14.1.0#607
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/av-14.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps av from 13.0.0 to 14.1.0.

Changelog

Sourced from av's changelog.

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:

  • Add OutputContainer.add_stream_from_template() by :gh-user:WyattBlue and :gh-user:cdce8p.
  • Add OutputContainer.add_data_stream() by :gh-user:WyattBlue.
  • Add filter.loudnorm.stats() function that returns the stats of loudnorm for 2-pass filtering by :gh-user:WyattBlue.
  • Add qmin and qmax parameters to the VideoCodecContext by :gh-user:davidplowman in (:pr:1618).
  • Allow the profile of a codec to be set as well as queried by :gh-user:davidplowman in (:pr:1625).

Fixes:

  • Make VideoFrame.from_numpy_buffer() support buffers with padding by :gh-user:davidplowman in (:pr:1635).
  • Correct Colorspace's lowercase enums.
  • Updated sidedata.Type enum.
  • Ensure streams in StreamContainer are released. Fixes :issue:1599.

v13.1.0

... (truncated)

Commits
  • cc06a6c Release 14.1.0
  • b073eef Disable building pypy wheels
  • 787917b Make parameters same, test channel_last
  • 73baa3d Add support for yuv[a]p16 pix_fmt
  • c63aede Build aarch64 natively
  • fdcb032 Use new ffmpeg build
  • 1c71605 Add stream.disposition and enum
  • c216de3 Change copyright year
  • 6bee799 Support grayf32le and gbrapf32le in numpy convertion
  • d527571 Use new template function
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 27, 2025
@dependabot dependabot bot requested a review from briemla January 27, 2025 17:21
@dependabot dependabot bot force-pushed the dependabot/pip/av-14.1.0 branch 3 times, most recently from 302e242 to d71cab5 Compare January 28, 2025 11:46
@dependabot dependabot bot force-pushed the dependabot/pip/av-14.1.0 branch 4 times, most recently from c147d03 to ee86427 Compare February 7, 2025 10:24
@dependabot dependabot bot force-pushed the dependabot/pip/av-14.1.0 branch 2 times, most recently from d33a71a to 7e55ab7 Compare February 18, 2025 14:22
Bumps [av](https://github.com/PyAV-Org/PyAV) from 13.0.0 to 14.1.0.
- [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst)
- [Commits](PyAV-Org/PyAV@v13.0.0...v14.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/av-14.1.0 branch from 7e55ab7 to 2c2b40c Compare February 18, 2025 14:36
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2025

Superseded by #650.

@dependabot dependabot bot closed this Mar 2, 2025
@dependabot dependabot bot deleted the dependabot/pip/av-14.1.0 branch March 2, 2025 17:27
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

Development

Successfully merging this pull request may close these issues.

1 participant