We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82546f commit e50b0fbCopy full SHA for e50b0fb
1 file changed
CHANGELOG.rst
@@ -31,6 +31,13 @@ v17.0.1 (next)
31
Fixes:
32
33
- A cdivision decorator for faster division.
34
+- Make VideoFormat.components lazy by :gh-user:`WyattBlue`.
35
+- Break reference cycle ``StreamContainer.get()`` by :gh-user:`lgeiger`.
36
+- Expose threads in filter graph by :gh-user:`lgeiger`.
37
+- Fix crash with container closing with GC by :gh-user:`WyattBlue`.
38
+- Fix regression in 17.0.0 :issue:`2223`.
39
+- Remove ``_send_packet_and_recv`` to simplify ``decode()`` by :gh-user:`lgeiger`.
40
+- Reuse a ``AVPacket`` read buffer when demuxing by :gh-user:`lgeiger` and :gh-user:`WyattBlue`.
41
42
v17.0.0
43
-------
0 commit comments