Releases: Comcast/scte35-go
Releases · Comcast/scte35-go
1.3.1
Changed
- Omit optional
SegmentationDescriptor
attribute.
1.3.0
Fixed
- Fixed overflow when building with
GOARCH=386
.
Changed
- Changed encode command to also read from stdin.
1.2.2
Fixed
- #3 - Fix overflow when binary contains alignment stuffing.
1.2.1
Fixed
Fixed case where unencrypted signals with alignment_stuffing
returned ErrBufferUnderflow
.
1.2.0
Fixed
- Fixed nil pointer in
SpliceInsert.TimeSpecifiedFlag
Added
- Added additional methods for computing
_flag
values.
1.1.0
Added
-
Added SpliceInfoSection.Table(prefix, indent)
to format tabular output.
-
Added methods for computing _flag
values.
-
Added latest specification and XML schema to /docs
1.0.0
Initial open source release after migrating from internal repo