Skip to content

Releases: Comcast/scte35-go

1.4.2

Choose a tag to compare

@blahspam blahspam released this 09 Feb 16:22

Fixed

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

1.4.1

Choose a tag to compare

@blahspam blahspam released this 08 Feb 17:20

Deprecated

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

1.4.0

Choose a tag to compare

@blahspam blahspam released this 08 Feb 16:09
c36c3dc

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

Choose a tag to compare

@blahspam blahspam released this 02 Sep 23:13
76081fe

Changed

  • Omit optional SegmentationDescriptor attribute.

1.3.0

Choose a tag to compare

@blahspam blahspam released this 22 Aug 14:52

Fixed

  • Fixed overflow when building with GOARCH=386.

Changed

  • Changed encode command to also read from stdin.

1.2.2

Choose a tag to compare

@blahspam blahspam released this 20 Jan 15:43

Fixed

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

1.2.1

Choose a tag to compare

@blahspam blahspam released this 09 Sep 21:33

Fixed

Fixed case where unencrypted signals with alignment_stuffing returned ErrBufferUnderflow.

1.2.0

Choose a tag to compare

@blahspam blahspam released this 08 Jul 15:21

Fixed

  • Fixed nil pointer in SpliceInsert.TimeSpecifiedFlag

Added

  • Added additional methods for computing _flag values.

1.1.0

Choose a tag to compare

@blahspam blahspam released this 07 Jul 16:08
6bdbb29

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

Choose a tag to compare

@blahspam blahspam released this 02 Jul 22:59

Initial open source release after migrating from internal repo