Releases: beardypig/pymp4
Releases · beardypig/pymp4
v1.4.0
Added
- The WebVTT-related box definitions by TrueDread were pulled over to the main repository.
Changed
- Replaced Setuptools with Poetry for a better dependency management experience.
Fixed
- Fixed multiple issues with the TrackEncryptionBox definition,
versionmust now be0or1._reserved1key has been replaced with its actual definition of default byte block information.is_encryptedmust now be0or1.iv_sizemust now be0,8, or16.
- Fixed the
test_tenc_parsetest. - All tests now successfully complete again on Python 3.9 and older. They fail on 3.10 and newer due to breaking
changes in Python breaking compatibility with construct 2.8.8. Newer versions of construct break fundamentals
of pymp4. See #23.
pymp4 1.3.2
What's Changed
- Update util.py by @orca-eaa5a in #17
New Contributors
- @orca-eaa5a made their first contribution in #17
Full Changelog: 1.2.0...1.3.2
pymp4 1.2.0
Full Changelog: 1.1.0...1.2.0