Releases: WyattBlue/pyav
Releases · WyattBlue/pyav
12.1.0
Full Changelog: 12.0.5...12.1.0
12.0.5
Full Changelog: 12.0.4...12.0.5
12.0.4
Full Changelog: 12.0.3...12.0.4
12.0.3
pyav
has been merged with upstream av
. This "re-deprecates" some removed methods/attributes, but also adds a lot of new improvements, including fixed getters, and better type hints. This release still builds with LGPLv3, which is the main reason to use pyav
instead of av
.
Full Changelog: 12.0.2...12.0.3
12.0.2
Preserve underlying format for to_ndarray
Full Changelog: 12.0.1...12.0.2
12.0.1
Fix source build, improve type hints
Full Changelog: 12.0.0...12.0.1
12.0.0
What's Changed
- Add color_range to CodecContext/Frame by @WyattBlue in #17
- Upgrade ffmpeg to 6.1
- Add type stubs (Edit, mypy is not recognizing them because there's no py.typed??)
Full Changelog: 11.4.1...12.0.0
11.4.1
11.4.0
What's Changed
- Allow setting is_keyframe, is_corrupt and its by @daveisfera in #10
- Set time_base for AudioResampler by @daveisfera in #11
- Add codec parameters by @daveisfera in #15
- Cleanup by @daveisfera in #16
- Upgrade libvpx, and a few others to the latest release
Breaking Changes
- The deprecated
VideoStream.framerate
andVideoStream.rate
has now been removed, useVideoStream.average_rate
instead. - The deprecated method
Packet.decode_one
has been removed av.utils
no longer importsAVError
anderr_check
New Contributors
- @daveisfera made their first contribution in #13
Full Changelog: 11.3.0...11.4.0