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,
version
must now be0
or1
._reserved1
key has been replaced with its actual definition of default byte block information.is_encrypted
must now be0
or1
.iv_size
must now be0
,8
, or16
.
- Fixed the
test_tenc_parse
test. - 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