File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
3131Features:
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
3839Fixes:
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 `.
Original file line number Diff line number Diff line change 1- __version__ = "14.0.0rc2 "
1+ __version__ = "14.0.0 "
You can’t perform that action at this time.
0 commit comments