Skip to content

Release v15 Release Candidate 1 #1937

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

Merged
merged 1 commit into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,26 @@ We are operating with `semantic versioning <https://semver.org>`_.
Note that they these tags will not actually close the issue/PR until they
are merged into the "default" branch.

v15.0.0 (Unreleased)
--------------------
v15.0.0rc1
----------

Major:

- Make ``SubtitleStream.decode()`` return the list of subtitles directly, without the intermediate ``SubtitleSet``.
- Make ``SubtitleStream.decode()`` return the list of subtitles directly, making the API nicer.
- 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
-------
Expand Down
2 changes: 1 addition & 1 deletion av/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "14.4.0"
__version__ = "15.0.0rc1"
Loading