Skip to content

Releases: at-wat/ebml-go

v0.3.0

02 Dec 04:29
Compare
Choose a tag to compare
Add an element "CueBlockNumber" (#48)

v0.2.0

28 Nov 06:58
Compare
Choose a tag to compare
Add UnmarshalHook (#47)

* Return bytesRead in "readVInt"

* Add UnmarshalHook and a hook "WithElementMap"

* Make hooks functional options

* Fix design of options

* WithElementHooks -> WithElementReadHooks

* Fix comment

v0.1.0

11 Nov 03:43
Compare
Choose a tag to compare
Support Cues (#44)

v0.0.3

05 Nov 08:31
Compare
Choose a tag to compare
Fix boundary condition of encodeVInt (#43)

* Fix boundary condition of encodeVInt and create a func "encodeTrackNumber"

* encodeVInt -> encodeDataSize

* encodeTrackNumber -> encodeElementID

* Add tests for encodeDataSize and encodeElementID

v0.0.2

11 Sep 07:58
790941a
Compare
Choose a tag to compare
Run test on Go 1.13 (#39)

v0.0.1

31 Aug 16:33
fffb51e
Compare
Choose a tag to compare
Fix omitempty (#22)

v0.0.0

31 Aug 09:05
fcd4ca2
Compare
Choose a tag to compare
Update example to roundtrip webm (#14)