<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/AS_DCP_JP2K.cpp, branch carl-2</title>
<subtitle>Fork of asdcplib library for low-level DCP handling</subtitle>
<id>https://git.carlh.net/cgit/asdcplib/atom?h=carl-2</id>
<link rel='self' href='https://git.carlh.net/cgit/asdcplib/atom?h=carl-2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/'/>
<updated>2020-11-23T22:54:16Z</updated>
<entry>
<title>Set up MXF header value DisplayHeight.  Otherwise mediainfo reports</title>
<updated>2020-11-23T22:54:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-01-31T23:30:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=2d5e60c550d373f4e109f2098e2904b45c85a9e5'/>
<id>urn:sha1:2d5e60c550d373f4e109f2098e2904b45c85a9e5</id>
<content type='text'>
0 height for DCP-o-matic's MXFs.  See DoM bug #1325 for more discussion.
</content>
</entry>
<entry>
<title>Allow &gt; 60 fps 3D.</title>
<updated>2020-11-23T22:54:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-10-23T23:52:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=e17d655542702a24b151417403533de7637b505d'/>
<id>urn:sha1:e17d655542702a24b151417403533de7637b505d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support hashing while writing MXFs.</title>
<updated>2020-11-23T22:29:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-01-14T22:05:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=c4422a2f605c105f4547194aea7760a23017ea44'/>
<id>urn:sha1:c4422a2f605c105f4547194aea7760a23017ea44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow overwrite (i.e. continue) when writing JPEG2000 MXFs.</title>
<updated>2020-11-23T22:29:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-23T22:29:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=32db44bff3fe426b17db7db0e8ca3e87a4b2403a'/>
<id>urn:sha1:32db44bff3fe426b17db7db0e8ca3e87a4b2403a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a type-punning warning.</title>
<updated>2020-11-23T22:24:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-23T22:24:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=e2839443a595c9094d119d3554e4866015ed4cce'/>
<id>urn:sha1:e2839443a595c9094d119d3554e4866015ed4cce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused parameters to methods.</title>
<updated>2020-11-23T21:56:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-23T21:56:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=6ca2dcd3f3509967727db480c3cd41ef3327a086'/>
<id>urn:sha1:6ca2dcd3f3509967727db480c3cd41ef3327a086</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>win32 compiler fixes</title>
<updated>2014-09-22T16:17:05Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2014-09-22T16:17:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=4e702586c01e263e547c0a2a64859326d37fc022'/>
<id>urn:sha1:4e702586c01e263e547c0a2a64859326d37fc022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>imf bugs</title>
<updated>2014-09-21T13:27:43Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2014-09-21T13:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=ab3e3df49a9d4a44a3bf11211e31bdeac3ef7bcf'/>
<id>urn:sha1:ab3e3df49a9d4a44a3bf11211e31bdeac3ef7bcf</id>
<content type='text'>
date parse bug
timed-text transform removed
</content>
</entry>
<entry>
<title>less strict UL checking ignores version byte</title>
<updated>2014-05-14T20:21:00Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2014-05-14T20:21:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=6de07d0a33aec56c8a650054b1b747768d696416'/>
<id>urn:sha1:6de07d0a33aec56c8a650054b1b747768d696416</id>
<content type='text'>
</content>
</entry>
</feed>
