Releases: at-wat/ebml-go
Releases · at-wat/ebml-go
v0.9.2
Fix short unknown data size read (#113)
v0.9.1
Fix marshaling master element from chan (#111)
v0.9.0
Validate input type of Marshal/Unmarshal (#110)
v0.8.1
Add EBML elements (#103)
- SegmentUID
- SegmentFilename
- Position
- Tags
- Tag
- SimpleTag
- TagName
- TagString
- TagBinary
v0.7.1
Fix WebM SeekHead (#89)
Disable SeekHead calculation by default and remove SeekPosition to Cluster
according to Matroska File Format section 5.3. (2009 version)
(draft-lhomme-cellar-matroska-04 says that SeekHead must have
all top-level elements.)
Having only first Cluster SeekPosition looks causing problem on some player.
v0.7.0
Add original element names of WebM aliases (#88)
Matroska: Timestamp (https://matroska.org/technical/specs/index.html#Timestamp)
WebM: Timecode (https://www.webmproject.org/docs/container/#Timecode)
v0.6.0
Add interface for WebM Block writer (#67)
v0.5.0
Simplify test data init (#66)
v0.4.0
Separately define webm.Seek struct (#56)