<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/ST2052_TextParser.cpp, branch dom-hack-upstream-master</title>
<subtitle>Fork of asdcplib library for low-level DCP handling</subtitle>
<id>https://git.carlh.net/cgit/asdcplib/atom?h=dom-hack-upstream-master</id>
<link rel='self' href='https://git.carlh.net/cgit/asdcplib/atom?h=dom-hack-upstream-master'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/'/>
<updated>2021-06-03T12:21:33Z</updated>
<entry>
<title>Do not export symbols on definitions in cpp. (moved functions and classes to an unnamed namespace and made variables static)</title>
<updated>2021-06-03T12:21:33Z</updated>
<author>
<name>milla</name>
<email>marc.illa@dolby.com</email>
</author>
<published>2021-05-27T10:20:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=9c6e1bc188987558e64f72f1561749ccd20b5379'/>
<id>urn:sha1:9c6e1bc188987558e64f72f1561749ccd20b5379</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replaced openssl dependency with internal SHA-1 API</title>
<updated>2020-07-15T20:23:19Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2020-07-15T20:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=0b6febadb714c3d5a62779fef076d88f066a61ba'/>
<id>urn:sha1:0b6febadb714c3d5a62779fef076d88f066a61ba</id>
<content type='text'>
</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 Improved IMSC-1 profile detection. May not yet be perfect, experimentation</title>
<updated>2016-12-07T18:11:32Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-12-07T18:11:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=dec4ef68baee633aac30f4b3e0aab6553c22f967'/>
<id>urn:sha1:dec4ef68baee633aac30f4b3e0aab6553c22f967</id>
<content type='text'>
   encouraged!
 o Refactored XML element &amp; attribute visitation to KM_xml.h
 o Added km_join() template to KM_util.h
</content>
</entry>
<entry>
<title> o Replaced WIN32 directory scanner with dirent_win.h</title>
<updated>2016-12-02T18:45:14Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-12-02T18:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=5f38f82f9bfc69fdbae47a71f587ab5b7e80e594'/>
<id>urn:sha1:5f38f82f9bfc69fdbae47a71f587ab5b7e80e594</id>
<content type='text'>
 o The NamespaceURI property of AS-02 timed text files has been exposed in the API
   and via as-02-wrap -P. This behavior replaces previous bad behavior, but puts
   responsibility for selecting the correct value on the operator.
 o Exposed CreatePNGNameId and CreateFontNameId subroutines in AS_02::TimedText
 o Adjusted UUID generation based on PNG and font names to exclude paths by
   inserting a call to PathBasename at each Id generation site
</content>
</entry>
<entry>
<title> o The NamespaceURI property of AS-02 timed text files has been exposed in the API</title>
<updated>2016-12-02T18:17:25Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-12-02T18:17:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=6f5cb81faa06f80b07e2d641732b2a8b692e14d8'/>
<id>urn:sha1:6f5cb81faa06f80b07e2d641732b2a8b692e14d8</id>
<content type='text'>
   and via as-02-wrap -P. This behavior replaces previous bad behavior, but puts
   responsibility for selecting the correct value on the operator.
</content>
</entry>
<entry>
<title>Changed default UNIX file permissions to "666"</title>
<updated>2016-03-02T18:57:41Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-03-02T18:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=1bc2108d63e525a45c66d5de6236dbb5037cdb92'/>
<id>urn:sha1:1bc2108d63e525a45c66d5de6236dbb5037cdb92</id>
<content type='text'>
Changed default UNIX file permissions to "777"
Added missing initializer for caltime::offset
Fixed UL values for Aux Data files (per ST 429-14)
Added support for default TTML fonts (ST2052_TextParser)
</content>
</entry>
<entry>
<title> o Moved personal dev environment from older gcc to newer clang.  Many small changes were made to satisfy the new compiler:</title>
<updated>2015-10-07T16:41:23Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2015-10-07T16:41:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=af6a1e4ef13dcf5811ccd9eb6b63d21bdc88dc70'/>
<id>urn:sha1:af6a1e4ef13dcf5811ccd9eb6b63d21bdc88dc70</id>
<content type='text'>
   - Altered many printf format codes to use the correct type for the given integer type
   - Parenthesized some expressions to clarify previously ambiguous expectations of precedence
   - Created macro KM_MACOSX for use in OS-specific code selection
   - Removed last uses of the old C-language abs(), now using Kumu::xabs()
   - Removed last uses of the old C-language atoi()
 o Added platform-independent call Kumu::GetExecutablePath() (test with win32)
 o Fixed a bug that was causing Array properties to be written without the (count, length) header (from PAL)
 o Fixed Win32 build (from Crowe)
 o Added imlementation of SMPTE ST 2092-1 pink noise generator
 o Added pinkwave CLI utility
 o Added font support to the IMF timed-text wrapper
</content>
</entry>
<entry>
<title>compile fixes</title>
<updated>2015-05-21T00:10:39Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2015-05-21T00:10:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=282deda913e656d38df6bb04c685d1e2346cd29b'/>
<id>urn:sha1:282deda913e656d38df6bb04c685d1e2346cd29b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version bump</title>
<updated>2014-10-01T21:27:52Z</updated>
<author>
<name>mschroffel</name>
<email>mschroffel@cinecert.com</email>
</author>
<published>2014-10-01T21:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=80490136d3f872d162670e616827033fdd1be09d'/>
<id>urn:sha1:80490136d3f872d162670e616827033fdd1be09d</id>
<content type='text'>
</content>
</entry>
</feed>
