Skip to content

Releases: Comcast/scte35-go

v1.4.5

25 Aug 14:58
9ad7dfa
Compare
Choose a tag to compare

What's Changed

  • fix: correct AudioDescriptor.Tag()
  • chore(deps): update pre-commit hook compilerla/conventional-pre-commit to v2.4.0 by @blahspambot in #37
  • chore(deps): update pre-commit hook zricethezav/gitleaks to v8.18.0 by @blahspambot in #38

Full Changelog: v1.4.4...v1.4.5

v1.4.4

11 Aug 00:50
a054f7c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update module golang.org/x/text to v0.11.0 by @blahspambot in #33
  • chore(deps): update module golang.org/x/text to v0.12.0 by @blahspambot in #34
  • fix: panic when calling SegmentationUPID.ASCIIValue by @blahspam in #36

Full Changelog: v1.4.3...v1.4.4

v1.4.3

02 Aug 16:47
377cee5
Compare
Choose a tag to compare

Fixed

  • XML/JSON payloads without SAPType defaulting to incorrect value by @blahspam in #31
  • Handle ASCII-encoded segmentation UPIDs correctly by @blahspam in #32

1.4.2

09 Feb 16:22
Compare
Choose a tag to compare

Fixed

  • Fixed formatting inconsistencies when calling SpliceInfoSection.Table().

1.4.1

08 Feb 17:20
Compare
Choose a tag to compare

Deprecated

  • SegmentationUPID.Format is no longer used and will be removed from a future release.

1.4.0

08 Feb 16:09
c36c3dc
Compare
Choose a tag to compare

Added

  • Add support for SegmentationUPIDTypeSCR
  • Add preRollMilliSeconds XML attribute (informative only; not carried by binary)

Changed

  • Simplify rendering of splice_info_section table, correcting some minor inconsistencies.

1.3.1

02 Sep 23:13
76081fe
Compare
Choose a tag to compare

Changed

  • Omit optional SegmentationDescriptor attribute.

1.3.0

22 Aug 14:52
Compare
Choose a tag to compare

Fixed

  • Fixed overflow when building with GOARCH=386.

Changed

  • Changed encode command to also read from stdin.

1.2.2

20 Jan 15:43
Compare
Choose a tag to compare

Fixed

  • #3 - Fix overflow when binary contains alignment stuffing.

1.2.1

09 Sep 21:33
Compare
Choose a tag to compare

Fixed

Fixed case where unencrypted signals with alignment_stuffing returned ErrBufferUnderflow.