<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/KM_util.h, 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-12-30T22:03:32Z</updated>
<entry>
<title>Merge branch 'master' into htj2c</title>
<updated>2019-12-30T22:03:32Z</updated>
<author>
<name>John Hurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2019-12-30T22:03:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=39d533e10e9f5248c557caa0777c8c10ed5d737c'/>
<id>urn:sha1:39d533e10e9f5248c557caa0777c8c10ed5d737c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented J2K desc to/from MD</title>
<updated>2019-11-30T22:32:56Z</updated>
<author>
<name>Pierre-Anthony Lemieux</name>
<email>pal@palemieux.com</email>
</author>
<published>2019-11-30T22:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=dd3acfff947ca52e1a3260243cb38f7035626282'/>
<id>urn:sha1:dd3acfff947ca52e1a3260243cb38f7035626282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed m_Value as value, made it public</title>
<updated>2019-11-30T16:26:44Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2019-11-30T16:26:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=fbb01f302c8fda1f58d27715d4e5e90815d83725'/>
<id>urn:sha1:fbb01f302c8fda1f58d27715d4e5e90815d83725</id>
<content type='text'>
</content>
</entry>
<entry>
<title>created new type ArchivableUi16</title>
<updated>2019-11-28T18:14:27Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2019-11-28T18:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=7ce81497e2592d5787b9a4285d6a89ae09f79022'/>
<id>urn:sha1:7ce81497e2592d5787b9a4285d6a89ae09f79022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added greater-than operator to Kumu::Identifier</title>
<updated>2019-08-20T06:15:42Z</updated>
<author>
<name>Matthew Sheby</name>
<email>matthew.sheby@eikongroup.co.uk</email>
</author>
<published>2019-08-20T06:15:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=75ca93c530e1f2531c66f7027213ec7514918508'/>
<id>urn:sha1:75ca93c530e1f2531c66f7027213ec7514918508</id>
<content type='text'>
</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>release</title>
<updated>2015-11-10T19:40:55Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2015-11-10T19:40:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=02915821cfb49cb6851086f5d991cee58328102b'/>
<id>urn:sha1:02915821cfb49cb6851086f5d991cee58328102b</id>
<content type='text'>
</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>banner updates to 2015</title>
<updated>2015-02-19T22:42:18Z</updated>
<author>
<name>mschroffel</name>
<email>mschroffel@cinecert.com</email>
</author>
<published>2015-02-19T22:42:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=528cacb6122b33f73a805fbb47b4ae83a46db418'/>
<id>urn:sha1:528cacb6122b33f73a805fbb47b4ae83a46db418</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added a note about AS-02 support.</title>
<updated>2014-04-29T15:31:21Z</updated>
<author>
<name>mikey</name>
<email>mikey@cinecert.com</email>
</author>
<published>2014-04-29T15:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=dd03f3ae2c71df2c4eb89804293e621777a050cf'/>
<id>urn:sha1:dd03f3ae2c71df2c4eb89804293e621777a050cf</id>
<content type='text'>
</content>
</entry>
</feed>
