You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Changelog
4
4
We are operating with `semantic versioning <https://semver.org>`_.
5
5
6
6
..
7
-
Update this file in your commit that makes a change (besides maintainence).
7
+
Update this file in your commit that makes a change (besides maintenance).
8
8
9
9
To make merging/rebasing easier, don't manually break lines in here when they are too long.
10
10
To make tracking easier, please add either ``closes #123`` or ``fixes #123`` to the first line of the commit message, when closing/fixing a GitHub issue.
@@ -33,7 +33,18 @@ Major:
33
33
- Limited API binary wheels are now built.
34
34
- 3.13t (free-threading) will be dropped because of storage limitations.
35
35
- When an FFmpeg C function indicates an error, raise av.ArgumentError instead of ValueError/av.ValueError. This helps disambiguate why an exception is being thrown.
36
-
- Save space by removing libaom (av1 encoder/decoder); dav1d, stvav1, and hardware, are available.
36
+
- Save space by removing libaom (av1 encoder/decoder); dav1d, stvav1, and hardware, are available alternatives.
37
+
38
+
Features:
39
+
40
+
- Use zero-copy for Packet init from buffer data by :gh-user:`WyattBlue` in (:pr:`2199`).
41
+
- Expose AVIndexEntry by :gh-user:`Queuecumber` in (:pr:`2136`).
42
+
- Preserving hardware memory during cuvid decoding, exporting/importing via dlpack by :gh-user:`WyattBlue` in (:pr:`2155`).
43
+
44
+
Fixes:
45
+
46
+
- Fix :issue:`2149` by :gh-user:`WyattBlue` in (:pr:`2155`).
47
+
- Fix packet typing based on stream and specify InputContainer.demux based on incoming stream by :gh-user:`ntjohnson1` in (:pr:`2134`).
37
48
38
49
v16.1.0
39
50
-------
@@ -45,7 +56,7 @@ Features:
45
56
- Add subtitle encoding support by :gh-user:`skeskinen` in (:pr:`2050`).
46
57
- Add read/write access to PacketSideData by :gh-user:`skeskinen` in (:pr:`2051`).
47
58
- Add yuv422p support for video frame to_ndarray and from_ndarray by :gh-user:`wader` in (:pr:`2054`).
48
-
- Add binding for ``avcodec_find_best_pix_fmt_of_list()`` by :gh-user:`ndeybach` (:pr:`2058`).
59
+
- Add binding for ``avcodec_find_best_pix_fmt_of_list()`` by :gh-user:`ndeybach` in (:pr:`2058`).
0 commit comments