Skip to content

Releases: at-wat/ebml-go

v0.9.2

20 Dec 13:04
b80e73d
Compare
Choose a tag to compare
Fix short unknown data size read (#113)

v0.9.1

20 Dec 10:04
cb2a64f
Compare
Choose a tag to compare
Fix marshaling master element from chan (#111)

v0.9.0

20 Dec 07:15
5acd530
Compare
Choose a tag to compare
Validate input type of Marshal/Unmarshal (#110)

v0.8.1

19 Dec 12:25
8676cf5
Compare
Choose a tag to compare
Add EBML elements (#103)

- SegmentUID
- SegmentFilename
- Position
- Tags
- Tag
- SimpleTag
- TagName
- TagString
- TagBinary

v0.8.0

18 Dec 07:03
4c648e0
Compare
Choose a tag to compare
Minor refactoring (#98)

v0.7.1

16 Dec 03:33
de19aaf
Compare
Choose a tag to compare
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

15 Dec 09:47
637c037
Compare
Choose a tag to compare
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

11 Dec 03:20
8de92b7
Compare
Choose a tag to compare
Add interface for WebM Block writer (#67)

v0.5.0

07 Dec 07:04
dd460db
Compare
Choose a tag to compare
Simplify test data init (#66)

v0.4.0

06 Dec 07:50
e612199
Compare
Choose a tag to compare
Separately define webm.Seek struct (#56)