<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/asdcp-test.cpp, branch nu</title>
<subtitle>Fork of asdcplib library for low-level DCP handling</subtitle>
<id>https://git.carlh.net/cgit/asdcplib/atom?h=nu</id>
<link rel='self' href='https://git.carlh.net/cgit/asdcplib/atom?h=nu'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/'/>
<updated>2016-11-22T17:58:19Z</updated>
<entry>
<title> o Added optional Generic Partition to IMF Aux Data prototype, used to carry global metadata</title>
<updated>2016-11-22T17:58:19Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2016-11-22T17:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=8fd602770d89acb171dbd878d8737ead85aa35d3'/>
<id>urn:sha1:8fd602770d89acb171dbd878d8737ead85aa35d3</id>
<content type='text'>
 o Added support for 192, 200 and 240 fps images, includes 96, 100 and 120 fpe stereo
 o Fixed raw essence detector for IMF Aux Data files
 o Added missing MCA properties to MCALabelSubDescriptor (contributed by Ruppel)
 o New MXF data type: LineMapPair
 o Added default 0,0 VideoLineMap value when wrapping CDCI with as-02-wrap
 o Added VideoLineMap property to GenericPictureEssenceDescriptor
 o Added timed text unwrap support to as-02-unwrap (contributed by Ruppel)
</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>
<entry>
<title>  o Fixed missing-index-partion bugs for AS-02 files.</title>
<updated>2014-01-02T23:29:22Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2014-01-02T23:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=7ff636405a6bff37432e1c70123f0e6936186166'/>
<id>urn:sha1:7ff636405a6bff37432e1c70123f0e6936186166</id>
<content type='text'>
  o Improved integration of ST 377-4 MCA concepts with ST 429-2 static
    labels.
  o Added new EssenceType_t values for IMF/AS-02 track files.
  o Added detection for AS-02 track files to ASDCP::EssenceType()
  o Changed lots of "const char*" to "const std::string&amp;" in the
    APIs defined by KM_fileio.h and AS_DCP.h.
  o Fixed VBR Delta Segment entries to correctly flag progressive
    material.
  o Fixed PCM unwrapping bugs in as-02-unwrap.
</content>
</entry>
<entry>
<title>finished optional properties</title>
<updated>2013-07-02T15:35:41Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2013-07-02T15:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=2f6f8dbb08b63351bfa25d3a008a41dec78f7dde'/>
<id>urn:sha1:2f6f8dbb08b63351bfa25d3a008a41dec78f7dde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>the big-pre-as-02-refactor</title>
<updated>2013-06-03T00:12:31Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2013-06-03T00:12:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=f285ea055151fae2e13d71c2d0282201197a9143'/>
<id>urn:sha1:f285ea055151fae2e13d71c2d0282201197a9143</id>
<content type='text'>
</content>
</entry>
<entry>
<title>big change rollup</title>
<updated>2013-02-08T19:11:58Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2013-02-08T19:11:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=9998b893b47f111f41c4f0fcf1067efe5b7a62f3'/>
<id>urn:sha1:9998b893b47f111f41c4f0fcf1067efe5b7a62f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>megachanges</title>
<updated>2012-02-03T19:49:57Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2012-02-03T19:49:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=e0f46a5384974afa6f0be8a738e4989853323fbe'/>
<id>urn:sha1:e0f46a5384974afa6f0be8a738e4989853323fbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>high frame rate stereo</title>
<updated>2011-07-27T21:01:49Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2011-07-27T21:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=23f5d8c9bae5c51cfa084a006a6f589cf97ae001'/>
<id>urn:sha1:23f5d8c9bae5c51cfa084a006a6f589cf97ae001</id>
<content type='text'>
</content>
</entry>
</feed>
