File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed
Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,22 @@ We are operating with `semantic versioning <https://semver.org>`_.
1616 Note that they these tags will not actually close the issue/PR until they
1717 are merged into the "default" branch.
1818
19+
20+ next
21+ ----
22+
23+ Features:
24+
25+ - Add AMD AMF hardware decoding by :gh-user: `ladaapp2 `.
26+ - Add subtitle encoding support by :gh-user: `skeskinen ` in (:pr: `2050 `).
27+ - Add read/write access to PacketSideData by :gh-user: `skeskinen ` in (:pr: `2051 `).
28+ - Add yuv422p support for video frame to_ndarray and from_ndarray by :gh-user: `wader ` in (:pr: `2054 `).
29+ - Add binding for ``avcodec_find_best_pix_fmt_of_list() `` by :gh-user: `ndeybach ` (:pr: `2058 `).
30+
31+ Fixes:
32+
33+ - Fix #2036, #2053, #2057 by :gh-user: `WyattBlue `.
34+
1935v16.0.1
2036-------
2137
3450Features:
3551
3652- Add ``Filter.Context.process_command() `` method by :gh-user: `caffeinism ` in (:pr: `2000 `).
37- - Add packet side-data handling mechanism by :gh-user: `tikuma-lsuhsc ` in (:pr: `2003 `).
53+ - Add packet side-data handling mechanism by :gh-user: `tikuma-lsuhsc ` in (:pr: `2003 `).
3854- Implemented set_chapters method by :gh-user: `DE-AI ` in (:pr: `2004 `).
3955- Declare free-threaded support and support 3.13t by :gh-user: `ngoldbaum ` in (:pr: `2005 `).
4056- Add writable and copyable attachment and data streams by :gh-user: `skeskinen ` in (:pr: `2026 `).
Original file line number Diff line number Diff line change @@ -24,11 +24,3 @@ Filters
2424 .. autoclass :: FilterLink
2525 :members:
2626
27-
28- .. automodule :: av.filter.pad
29-
30- .. autoclass :: FilterPad
31- :members:
32-
33- .. autoclass :: FilterContextPad
34- :members:
You can’t perform that action at this time.
0 commit comments