File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 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>`_.
1717 are merged into the "default" branch.
1818
1919
20- v14.2.1
20+ v14.3.0
2121-------
2222
2323Features:
2424
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 `).
2527- Provide binary wheels for musl-based distros such as Alpine by :gh-user: `jlaine ` in (:pr: `1856 `).
2628
2729Fixes:
2830
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 `).
2933- Uses ffmpeg 7.1.1, fixes deadlocks.
3034
3135v14.2.0
@@ -53,8 +57,8 @@ Features:
5357- Add hardware decoding by :gh-user: `matthewlai ` and :gh-user: `WyattBlue ` in (:pr: `1685 `).
5458- Add ``Stream.disposition `` and ``Disposition `` enum by :gh-user: `WyattBlue ` in (:pr: `1720 `).
5559- 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 `).
5862
5963v14.0.1
6064-------
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