Skip to content

v2.3.0

Compare
Choose a tag to compare
@gkozlenko gkozlenko released this 20 Apr 14:23
· 8 commits to master since this release

Version 2.3.0

Basic implementation of empty edits

Add an ability to support empty edits at the beginning of audio and video tracks. If a track is started with a delay, it's reflected in the edts and elst atoms. This is a basic implementation of these atoms support in MP4 parser and builder classes.

MDHD atom improvement

  • Take into account version 1 in the build method.
  • Cover this atom with unit tests.