o Fixed MinorVersion error (was "2", is now "3") when writing BodyPartition packs...
authorjhurst <jhurst@cinecert.com>
Sun, 25 Mar 2018 22:54:20 +0000 (22:54 +0000)
committerjhurst <>
Sun, 25 Mar 2018 22:54:20 +0000 (22:54 +0000)
commitffc88e36d1b15a863bad6577dee7d59254edfa22
treef46ee12919d9eb6690815eb01f48e3fae73ddfbb
parent40ecb821a29d1049e0a69149b20e552c7fbb0ae0
 o Fixed MinorVersion error (was "2", is now "3") when writing BodyPartition packs preceding partitions in AS-02 files.
 o Fixed AS-DCP timed text writer, was creating DM Segment instead of SourceClip in the source package.
 o Changed SourcePackage timecode track start to 00:00:00:00 (was 01:00:00:00)
 o Fixed reference counting errors in asdcp.MXFWriter and asdcp.TimedTextWriter that were causing asdcp.MXFReader and asdcp.TimedTextReader (respectively) to remain allocated after all references had been deleted, thus leaking file handles and memory.
 o Fixed broken arg parser (missing format token in format string for "EssenceType" argument) in TimedTextWriter
src/AS_02.h
src/AS_02_internal.h
src/AS_DCP_TimedText.cpp
src/AS_DCP_internal.h
src/ST2052_TextParser.cpp
src/as-02-wrap.cpp