<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/AS_DCP_TimedText.cpp, branch master</title>
<subtitle>Fork of asdcplib library for low-level DCP handling</subtitle>
<id>https://git.carlh.net/cgit/asdcplib/atom?h=master</id>
<link rel='self' href='https://git.carlh.net/cgit/asdcplib/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/'/>
<updated>2019-08-15T16:06:41Z</updated>
<entry>
<title>Clear ResourceList before filling it</title>
<updated>2019-08-15T16:06:41Z</updated>
<author>
<name>Brogan</name>
<email>broganross@gmail.com</email>
</author>
<published>2019-08-15T16:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=e00923e06c7344fe1e9ea0195b84472f73714d63'/>
<id>urn:sha1:e00923e06c7344fe1e9ea0195b84472f73714d63</id>
<content type='text'>
If the same TimedTextReader is opened more than once the descriptor's resource list isn't cleared before it is populated.  This causes duplicate resources within the list.</content>
</entry>
<entry>
<title>Added BER length minimum value</title>
<updated>2018-10-13T21:50:44Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-10-13T21:50:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=d25eed5c922ac911a92fb568099f8f507d6fca98'/>
<id>urn:sha1:d25eed5c922ac911a92fb568099f8f507d6fca98</id>
<content type='text'>
</content>
</entry>
<entry>
<title> o Oops, mistakenly turned off timed-text ancillary resource decryption</title>
<updated>2018-08-12T22:35:09Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-08-12T22:35:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=79912d9558b67fb75dfad8bca29d2db1fa58a769'/>
<id>urn:sha1:79912d9558b67fb75dfad8bca29d2db1fa58a769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Added support for SMPTE RDD 47 "ISXD Track File"</title>
<updated>2018-08-06T22:07:03Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-08-06T22:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=f4061a21fffad4fdf8dbb2f193f0f0960b25421c'/>
<id>urn:sha1:f4061a21fffad4fdf8dbb2f193f0f0960b25421c</id>
<content type='text'>
o Added generic support for SMPTE RP 2057 "Text-Based Metadata Carriage in MXF"
o Re-factored AS-02 frame-wrap index write to use a common implementation
o Re-factored support for SMPTE ST 410 to use a common implementation (affects
o   AS-DCP and AS-02 timed-text MXF (SMPTE 429-5)
o Patched several ambiguous integer casts.
o Added new essence type identifiers ESS_AS02_ISXD and ESS_AS02_ACES
o Fixed a bug wherein the Generic Container data tarck clip was instead being
o   written as a DM track
o Fixed UL values DCDataDescriptor and ContainerConstraintSubDescriptor to have
o   a byte 6 value of 0x53 (Tag Set) instead of 0x07 (coding sentinel)
o Added UL values 492 - 511 to the dictionary
o Added ApplicationSchemes and ConformsToSpecifications to the Preface set
o Added default initializer to MXF::LineMapPair
o Added sets DescriptiveFramework, DescriptiveObject, TextBasedDMFramework,
o   TextBasedObject, GenericStreamTextBasedSet and ISXDDataEssenceDescriptor
o Added ISXD support and options '-G', '-u' to as-02-wrap
o Added ISXD support and option '-g' to as-02-unwrap
</content>
</entry>
<entry>
<title> o Fixed MinorVersion error (was "2", is now "3") when writing BodyPartition packs preceding partitions in AS-02 files.</title>
<updated>2018-03-25T22:54:20Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-03-25T22:54:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=ffc88e36d1b15a863bad6577dee7d59254edfa22'/>
<id>urn:sha1:ffc88e36d1b15a863bad6577dee7d59254edfa22</id>
<content type='text'>
 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
</content>
</entry>
<entry>
<title> o Fixed Partiton and Preface version numbers in AS-02 files</title>
<updated>2016-12-02T23:28:26Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-12-02T23:28:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=779d581d1176e0d09ae13a65d8047509bfa11eeb'/>
<id>urn:sha1:779d581d1176e0d09ae13a65d8047509bfa11eeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title> o Fixed AS-02 timed-text index partition .</title>
<updated>2016-12-02T17:23:14Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-12-02T17:23:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=65c102640dea51a709bd4c25ef6ca006edcbee71'/>
<id>urn:sha1:65c102640dea51a709bd4c25ef6ca006edcbee71</id>
<content type='text'>
 o Fixed contents of generic partiton EssenceContainers property in AS-DCP timed
   text files
</content>
</entry>
<entry>
<title>included CMakelists.txt into dist</title>
<updated>2016-03-17T23:58:13Z</updated>
<author>
<name>mschroffel</name>
<email>mschroffel@cinecert.com</email>
</author>
<published>2016-03-17T23:58:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=ed84256d7687b8255991308361e26013b7071dd9'/>
<id>urn:sha1:ed84256d7687b8255991308361e26013b7071dd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title> o General review of Batch/Array distinction throughout the project</title>
<updated>2015-10-09T23:41:11Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2015-10-09T23:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=f758bec505d45084d2563f20514ab4a81b27283a'/>
<id>urn:sha1:f758bec505d45084d2563f20514ab4a81b27283a</id>
<content type='text'>
 o Fixed a bug that caused incorrect failure when parsing JPEG 2000 codestreams having fewer than five decomposition levels.
 o Fixed missing UUID generation in some instances of the MCALinkID property
 o Added -w option to asdcp-wrap to support use of WTF label with MCA
</content>
</entry>
<entry>
<title>megasubs</title>
<updated>2015-02-22T20:16:28Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2015-02-22T20:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=cc15da3e3cb47333f92d8701b03b0ef87a88bea4'/>
<id>urn:sha1:cc15da3e3cb47333f92d8701b03b0ef87a88bea4</id>
<content type='text'>
</content>
</entry>
</feed>
