File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff 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
2222Major:
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
2640v14.4.0
2741-------
Original file line number Diff line number Diff line change 1- __version__ = "14.4.0 "
1+ __version__ = "15.0.0rc1 "
You can’t perform that action at this time.
0 commit comments