Skip to content

Releases: alfg/mp4-rust

0.14.0

01 Aug 03:56
18f1718
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.0...0.14.0

0.13.0

02 Feb 05:27
Compare
Choose a tag to compare

What's Changed

  • fix "mdat size too large" by @rolleifx in #80
  • Fix clippy warnings by @alfg in #88
  • Fix TfhdBox optional fields by @jensenn in #86
  • Don't subtract overflow when 64-bit box size is less than 8 by @jessa0 in #89
  • Feature/tfdt box by @jensenn in #90
  • Parse unknown metadata and write metadata by @jessa0 in #91
  • clippy: fix warnings from latest stable rust 1.67.0 by @alfg in #93

New Contributors

Full Changelog: 0.12.0...0.13.0

0.12.0

30 Jul 08:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.0...0.12.0

0.11.0

02 Jun 04:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.0...0.11.0

0.10.0

26 Mar 03:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.2...0.10.0

0.9.2

24 Dec 03:42
Compare
Choose a tag to compare
  • Fix dead-loop when BoxHeader is size 0. #64 #65

0.9.1

22 Dec 04:13
Compare
Choose a tag to compare
  • Upgrade dependencies bytes and num-rational #62

0.9.0

31 Jul 03:52
Compare
Choose a tag to compare
  • Allow non-continuous track IDs #43
  • Emsg box #60

0.8.3

13 Jul 01:16
Compare
Choose a tag to compare
  • Minimize assertions in non-test code #56

0.8.2

04 Apr 19:03
Compare
Choose a tag to compare
  • Support more Audio Object Types #52