File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,19 @@ We are operating with `semantic versioning <https://semver.org>`_.
17
17
are merged into the "default" branch.
18
18
19
19
20
- v14.2.1
20
+ v14.3.0
21
21
-------
22
22
23
23
Features:
24
24
25
+ - Support yuv420p10le in numpy conversion by :gh-user: `tsnl ` in (:pr: `1833 `).
26
+ - Add typing overloads for ``CodecContext.create `` by :gh-user: `jlaine ` in (:pr: `1853 `).
25
27
- Provide binary wheels for musl-based distros such as Alpine by :gh-user: `jlaine ` in (:pr: `1856 `).
26
28
27
29
Fixes:
28
30
31
+ - Fix ``Packet.dts `` typing by :gh-user: `daveisfera ` in (:pr: `1815 `).
32
+ - Use Python 3 compatible stderr logging by :gh-user: `pmarcelll ` in (:pr: `1832 `).
29
33
- Uses ffmpeg 7.1.1, fixes deadlocks.
30
34
31
35
v14.2.0
@@ -53,8 +57,8 @@ Features:
53
57
- Add hardware decoding by :gh-user: `matthewlai ` and :gh-user: `WyattBlue ` in (:pr: `1685 `).
54
58
- Add ``Stream.disposition `` and ``Disposition `` enum by :gh-user: `WyattBlue ` in (:pr: `1720 `).
55
59
- Add ``VideoFrame.rotation `` by :gh-user: `lgeiger ` in (:pr: `1675 `).
56
- - Support grayf32le and gbrapf32le in numpy convertion by :gh-user: `robinechuca ` in (:pr: `1712 `).
57
- - Support yuv[a]p16 formats in numpy convertion by :gh-user: `robinechuca ` in (:pr: `1722 `).
60
+ - Support grayf32le and gbrapf32le in numpy conversion by :gh-user: `robinechuca ` in (:pr: `1712 `).
61
+ - Support yuv[a]p16 formats in numpy conversion by :gh-user: `robinechuca ` in (:pr: `1722 `).
58
62
59
63
v14.0.1
60
64
-------
Original file line number Diff line number Diff line change 1
- __version__ = "14.2 .0"
1
+ __version__ = "14.3 .0"
You can’t perform that action at this time.
0 commit comments