Skip to content

Commit e0f0ef4

Browse files
committed
Release 14.0.0
1 parent e861bdd commit e0f0ef4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,21 @@ Major:
2323

2424
- Drop FFmpeg 6.
2525
- Drop support for MacOS <11 in our binary wheels.
26-
- Change many instances ``EnumItem`` s (our custom enum class) with Python's standard Enums.
27-
- Remove the `template` arg from ``OutputContainer.add_stream()``.
28-
- Remove ``CodecContext.close()`` because it's deprecated in ffmpeg.
26+
- Deleted PyAV's custom Enum class in favor of Python's standard Enums.
27+
- Remove ``CodecContext.close()`` and ``Stream.side_data`` because it's deprecated in ffmpeg.
2928
- Remove ``AVError`` alias (use ``FFmpegError`` directly instead).
29+
- Remove the `template` arg from ``OutputContainer.add_stream()``.
3030

3131
Features:
3232

3333
- Add ``OutputContainer.add_stream_from_template()`` by :gh-user:`WyattBlue` and :gh-user:`cdce8p`.
3434
- Add ``OutputContainer.add_data_stream()`` by :gh-user:`WyattBlue`.
3535
- Add ``filter.loudnorm.stats()`` function that returns the stats of loudnorm for 2-pass filtering by :gh-user:`WyattBlue`.
3636
- Add ``qmin`` and ``qmax`` parameters to the ``VideoCodecContext`` by :gh-user:`davidplowman` in (:pr:`1618`).
37+
- Allow the profile of a codec to be set as well as queried by :gh-user:`davidplowman` in (:pr:`1625`).
3738

3839
Fixes:
39-
40+
- Make ``VideoFrame.from_numpy_buffer()`` support buffers with padding by :gh-user:`davidplowman` in (:pr:`1635`).
4041
- Correct ``Colorspace``'s lowercase enums.
4142
- Updated ``sidedata.Type`` enum.
4243
- Ensure streams in StreamContainer are released. Fixes :issue:`1599`.

av/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "14.0.0rc2"
1+
__version__ = "14.0.0"

0 commit comments

Comments
 (0)