Skip to content

Commit bc95b9e

Browse files
committed
Release v15 Release Candidate 1
1 parent 8346c20 commit bc95b9e

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,26 @@ We are operating with `semantic versioning <https://semver.org>`_.
1616
Note that they these tags will not actually close the issue/PR until they
1717
are merged into the "default" branch.
1818

19-
v15.0.0 (Unreleased)
20-
--------------------
19+
v15.0.0rc1
20+
----------
2121

2222
Major:
2323

24-
- Make ``SubtitleStream.decode()`` return the list of subtitles directly, without the intermediate ``SubtitleSet``.
24+
- Make ``SubtitleStream.decode()`` return the list of subtitles directly, making the API nicer.
25+
- Binary wheels: Remove libxml2 because of security concerns.
26+
- Binary wheels: Remove xz because lzma encoding is very niche in media decoding and lesser security concerns.
27+
28+
Features:
29+
30+
- Add GBRP, GBRAP, RGBA formats by :gh-user:`z-khan`.
31+
- Add ``VideoFrame.save()``, a convenient way to save frames to PNGs or JPEGs, by :gh-user:`WyattBlue`.
32+
33+
Fixes:
34+
35+
- Binary wheels: Re-enable libx265, use version 4.1 by :gh-user:`WyattBlue`.
36+
- Fix memory error for AudioFifo properties by :gh-user:`zzjjbb`.
37+
- Copy template flags if creating a new Codec object by :gh-user:`WyattBlue`
38+
- ``AudioFrame.from_ndarray()``: Support python classes for parameters too, by :gh-user:`WyattBlue`.
2539

2640
v14.4.0
2741
-------

av/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "14.4.0"
1+
__version__ = "15.0.0rc1"

0 commit comments

Comments
 (0)