Skip to content

Commit

Permalink
Start preparing changelog for v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Mar 7, 2022
1 parent 9a7b7b0 commit 895bcf2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,29 @@ We are operating with `semantic versioning <http://semver.org>`_.
Note that they these tags will not actually close the issue/PR until they
are merged into the "default" branch, currently "develop").

v8.1.1.dev0
v9.0.0.dev0
------

Major:

- Re-implement AudioResampler with aformat and buffersink (:issue:`761`).
AudioResampler.resample() now returns a list of frames.
- Remove deprecated methods: AudioFrame.to_nd_array, VideoFrame.to_nd_array and Stream.seek.

Minor:

- Provide binary wheels for macOS/arm64 and Linux/aarch64.
- Simplify setup.py, require Cython.
- Update the installation instructions to in favor of PyPI.
- Fix VideoFrame.to_image with height & width (:issue:`878`).
- Fix setting Stream time_base (:issue:`784`).
- Replace deprecated av_init_packet with av_packet_alloc (:issue:`872`).
- Validate pixel format in VideoCodecContext.pix_fmt setter (:issue:`815`).
- Fix AudioFrame ndarray conversion endianness (:issue:`833`).
- Improve time_base support with filters (:issue:`765`).
- Allow flushing filters by sending `None` (:issue:`886`).
- Avoid unnecessary vsnprintf() calls in log_callback() (:issue:`877`).
- Make Frame.from_ndarray ValueError instead of AssertionError.

v8.1.0
------
Expand Down
2 changes: 1 addition & 1 deletion av/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.1.1.dev0"
__version__ = "9.0.0.dev0"

0 comments on commit 895bcf2

Please sign in to comment.