Skip to content

Releases: videojs/mux.js

v7.0.3

12 Mar 18:24
Compare
Choose a tag to compare

7.0.3 (2024-03-12)

Bug Fixes

Chores

  • change code example transmuxer event listeners (#438) (2d61f49)

netlify preview for this version

v7.0.2

27 Nov 18:33
Compare
Choose a tag to compare

7.0.2 (2023-11-27)

Bug Fixes

  • Ignore non-PES packets in the rollover stream (#440) (2015be8)

netlify preview for this version

v7.0.1

12 Oct 16:58
Compare
Choose a tag to compare

7.0.1 (2023-10-12)

Bug Fixes

Chores

netlify preview for this version

v7.0.0

21 Jul 19:43
Compare
Choose a tag to compare

7.0.0 (2023-07-21)

Features

Chores

  • add npm publish step to the release workflow (a8306cd)
  • rename workflow name from github-release to release and add discussion category name for github releases (4ba1607)
  • Update CI and release workflows (#431) (dc56f1b)
  • update collaborator guide md (51b3ed4)
  • update git push suggestion in collaborator guide md (73a5b60)

netlify preview for this version

v6.3.0

22 Feb 02:38
Compare
Choose a tag to compare

6.3.0 (2023-02-22)

Features

  • support emsg box parsing (2e77285)

Bug Fixes

  • emsg ie11 test failures (528e9ed)

netlify preview for this version

v6.2.0

08 Jul 14:58
Compare
Choose a tag to compare

6.2.0 (2022-07-08)

Features

  • add ID3 parsing for text, link, and APIC frames (#412) (5454bdd)

Bug Fixes

  • replace indexOf with typedArrayIndexOf for IE11 support (#417) (4e1b195)

netlify preview for this version

v6.1.0

26 May 19:32
Compare
Choose a tag to compare

6.1.0 (2022-05-26)

Features

  • send ID3 tag even when a frame has malformed content (#408) (1da5d23)

netlify preview for this version

v6.0.1

20 Dec 21:36
Compare
Choose a tag to compare

6.0.1 (2021-12-20)

Bug Fixes

  • fix IE11 by replacing arrow function (#406) (47302fe)

netlify preview for this version

v6.0.0

29 Nov 22:58
Compare
Choose a tag to compare

6.0.0 (2021-11-29)

Features

  • use bigint for 64 bit ints if needed and available. (#383) (83779b9)

Chores

BREAKING CHANGES

  • In some cases, mux.js will now be returning a BigInt rather than a regular Number value. This means that consumers of this library will need to add checks for BigInt for optimal operation.

netlify preview for this version

v5.14.1

14 Oct 20:04
Compare
Choose a tag to compare

5.14.1 (2021-10-14)

Bug Fixes

  • avoid mismatch with avc1 and hvc1 codec (#400) (8a58d6e)
  • prevent adding duplicate log listeners on every push after a flush (#402) (eb332c1)

netlify preview for this version