Skip to content

Commit 82bc94f

Browse files
committed
Write v17 changelog
1 parent 25ee779 commit 82bc94f

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ All contributors (by number of commits):
1515
* Billy Shambrook <billy.shambrook@gmail.com>; `@billyshambrook <https://github.com/billyshambrook>`_
1616
* Casper van der Wel <caspervdw@gmail.com>
1717
* Philip de Nier <philipn@rd.bbc.co.uk>
18+
* Lukas Geiger <lukas.geiger94@gmail.com>
1819
* Tadas Dailyda <tadas@dailyda.com>
1920
* Dave Johansen <davejohansen@gmail.com>
2021
* JoeUgly <41972063+JoeUgly@users.noreply.github.com>
2122
* Justin Wong <46082645+uvjustin@users.noreply.github.com>
22-
* Lukas Geiger <lukas.geiger94@gmail.com>
2323
* Mark Harfouche <mark.harfouche@gmail.com>
2424
* Santtu Keskinen <santtu.keskinen@gmail.com>
2525

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ We are operating with `semantic versioning <https://semver.org>`_.
2525
- Bug fixes (PATCH) go here.
2626
- $CHANGE by :gh-user:`mikeboers` in (:pr:`1`).
2727

28-
v17.0.0 (Next)
29-
--------------
28+
v17.0.0
29+
-------
3030

3131
Major:
3232

@@ -43,12 +43,16 @@ Features:
4343
- Preserving hardware memory during cuvid decoding, exporting/importing via dlpack by :gh-user:`WyattBlue` in (:pr:`2155`).
4444
- Add enumerate_input_devices and enumerate_output_devices API by :gh-user:`WyattBlue` in (:pr:`2174`).
4545
- Add ``ColorTrc`` and ``ColorPrimaries`` enums; add ``color_trc`` and ``color_primaries`` properties to ``VideoFrame``; add ``dst_color_trc`` and ``dst_color_primaries`` parameters to ``VideoFrame.reformat()``, addressing :issue:`1968` by :gh-user:`WyattBlue` in (:pr:`2175`).
46+
- Add multithreaded reformatting and reduce Python overhead by replacing ``sws_scale`` with ``sws_scale_frame``, skipping unnecessary reformats, and minimizing Python interactions by :gh-user:`lgeiger`.
47+
- Prevent data copy in ``VideoFrame.to_ndarray()`` for padded frames by :gh-user:`lgeiger` in (:pr:`2190`).
4648

4749
Fixes:
4850

4951
- Fix :issue:`2149` by :gh-user:`WyattBlue` in (:pr:`2155`).
5052
- Fix packet typing based on stream and specify InputContainer.demux based on incoming stream by :gh-user:`ntjohnson1` in (:pr:`2134`).
53+
- Fix memory growth when remuxing with ``add_stream_from_template`` by skipping ``avcodec_open2`` for template-initialized codec contexts, addressing :issue:`2135` by :gh-user:`WyattBlue`.
5154
- Explicitly disable OpenSSL in source builds (``scripts/build-deps``) to prevent accidental OpenSSL linkage that breaks FIPS-enabled systems, addressing :issue:`1972`.
55+
- Add missing ``SWS_SPLINE`` interpolation by :gh-user:`lgeiger` in (:pr:`2188`).
5256

5357
v16.1.0
5458
-------

0 commit comments

Comments
 (0)