Skip to content

Releases: handy-common-utils/media-utils

v1.17.0

07 Mar 02:51

Choose a tag to compare

1.17.0 (2026-03-07)

Features

v1.16.2

06 Mar 09:56

Choose a tag to compare

1.16.2 (2026-03-06)

Bug Fixes

  • all binary read and write functions are now in binary.ts (b2c7605)

v1.16.1

06 Mar 09:17

Choose a tag to compare

1.16.1 (2026-03-06)

Bug Fixes

  • don't use Buffer because it is not available in browsers (e62a784)

v1.16.0

06 Mar 08:39

Choose a tag to compare

1.16.0 (2026-03-06)

Features

v1.15.0

05 Mar 11:44

Choose a tag to compare

1.15.0 (2026-03-05)

Features

  • Support PCM s16le in mov (f51488f)

v1.14.0

26 Jan 12:08

Choose a tag to compare

1.14.0 (2026-01-26)

Features

  • support MXF better (9714515)
  • support MXF better (a9c8d81)
  • Support parsing and extracting audio of MXF (80a083d)

v1.13.0

10 Jan 11:53

Choose a tag to compare

1.13.0 (2026-01-10)

Features

  • handle mono audio correctly (6e66dd6)

v1.12.1

10 Jan 00:06

Choose a tag to compare

1.12.1 (2026-01-10)

Bug Fixes

  • make sure that streams are all closed (607af16)
  • more robust closing of the writable stream (95edcdb)

v1.12.0

05 Jan 14:30

Choose a tag to compare

1.12.0 (2026-01-05)

Features

  • allow bytesRead to be returned by parsers (02192e3)
  • return bytesRead (a5ca538)

v1.11.3

10 Dec 10:42

Choose a tag to compare

1.11.3 (2025-12-10)

  • Now there's no need for 3rd party parsers. All supported formats/codecs can be parsed by media-utils.
  • Tables of verified combinations are now generated by code based on the outcomes from test cases.