Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ We are operating with `semantic versioning <https://semver.org>`_.
- Bug fixes (PATCH) go here.
- $CHANGE by :gh-user:`mikeboers` in (:pr:`1`).

v17.0.2 (next)
v17.1.0 (next)
--------------

Features:
- Use FFmpeg 8.1.1 in the binary wheels.
- Expose ``AVCodecContext.global_quality`` by :gh-user:`WyattBlue` in (:pr:`2246`).

Fixes:

- Add ``cython.final`` to leaf classes, ensuring that they are not subclassed.
- Warn that ``CodecContext.decode()`` is not memory safe in some cases.

v17.0.1
-------
Expand Down
2 changes: 1 addition & 1 deletion av/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "17.0.2pre"
__version__ = "17.1.0pre"
Loading