Releases: at-wat/ebml-go
Releases · at-wat/ebml-go
v0.3.0
Add an element "CueBlockNumber" (#48)
v0.2.0
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.0.3
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
Run test on Go 1.13 (#39)
v0.0.0
Update example to roundtrip webm (#14)