Skip to content

v1.3.1

Compare
Choose a tag to compare
@kqyang kqyang released this 23 Jan 02:45

[1.3.1] - 2016-01-22

This release fixes and improves WebM parsing and packaging.

Added

  • Added 'cenc:default_KID' attribute in ContentProtection element for non-MP4,
    i.e. WebM mpd too #69.
  • Added WebM content decryption support #72.

Fixed

  • Fixed decoding timestamp always being 0 when trasmuxing from WebM to MP4 #67.
  • Improved sample duration computation for WebM content to get rid of possible
    gaps due to accumulated errors #68.
  • Fixed possible audio sample loss in WebM parser, which could happen if there
    are audio blocks before the first video block #71.