Skip to content

Releases: beardypig/pymp4

v1.4.0

07 May 15:01
Compare
Choose a tag to compare

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 be 0 or 1.
    • _reserved1 key has been replaced with its actual definition of default byte block information.
    • is_encrypted must now be 0 or 1.
    • iv_size must now be 0, 8, or 16.
  • 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

28 Mar 07:44
119fb0f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.2

pymp4 1.2.0

28 Mar 07:33
77d1d0e
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.2.0