Skip to content

v2.2.3

Compare
Choose a tag to compare
@gkozlenko gkozlenko released this 14 Feb 08:10
· 25 commits to master since this release

Version 2.2.3

Fix a bug in the MP4 Builder

HDLR atom:

  • Use the correct atom size
  • Use the correct position for the component name
  • Correctly parse the component name

FTYP atom:

  • Set minor version to 0x200

Video sample atom:

  • Get rid of the useless encoder name

Clean dev dependencies

Replace unnecessary dev dependencies with self-written code:

  • tempy
  • lodash
  • faker

Improvements

  • Replace deprecated Buffer.slice by Buffer.subarray
  • Require all atom classes statically instead of require them dynamically