<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/asdcp-info.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-03T11:50:11Z</updated>
<entry>
<title>FileReader pluggable at runtime</title>
<updated>2021-06-03T11:50:11Z</updated>
<author>
<name>milla</name>
<email>marc.illa@dolby.com</email>
</author>
<published>2021-05-26T11:32:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=facf4f4c7a8ed65d59baed9020d5fa061b952874'/>
<id>urn:sha1:facf4f4c7a8ed65d59baed9020d5fa061b952874</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>version</title>
<updated>2014-06-05T16:33:46Z</updated>
<author>
<name>mikey</name>
<email>mikey@cinecert.com</email>
</author>
<published>2014-06-05T16:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=1f52a9a7e5a8895389e0daa098dabb960735ed13'/>
<id>urn:sha1:1f52a9a7e5a8895389e0daa098dabb960735ed13</id>
<content type='text'>
</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>
<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 Added preliminary support for timed-text wrapping for AS-02. This</title>
<updated>2013-12-15T23:34:13Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2013-12-15T23:34:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=7f373b689817ee70fbe5d6a14cb0512b5260f77c'/>
<id>urn:sha1:7f373b689817ee70fbe5d6a14cb0512b5260f77c</id>
<content type='text'>
    work will require changes in SMPTE ST 429-5 and perhaps other
    standards work, so files created with this implementation are
    "speculative".  Publication of the revised ST 429-5 may not occur
    until early 2015.
  o Moved LocalFilenameResolver into the AS_DCP public API so that it
    can be used by other modules including AS-02.
  o Fixed wave wrapping UL in clip-wrapped AS-02 files.  Renamed some
    UL constants to reflect "clip" or "frame" wrapping.
  o Re-factored JP2K_PDesc_to_MD() and MD_to_JP2K_PDesc() to work
    with GenericPictureEssenceDescriptor objects.
  o Fixed a bug that was suppressing PictureComponentSizing,
    CodingStyleDefault and QuantizationDefault when writing the
    essence descriptor in a JP2K file (AS-DCP and AS-02).
  o Fixed the version byte on the following UL values:
    	  StereoscopicPictureSubDescriptor
	  GenericPictureEssenceDescriptor_ColorPrimaries
	  GenericPictureEssenceDescriptor_ActiveHeight
	  GenericPictureEssenceDescriptor_ActiveWidth
	  GenericPictureEssenceDescriptor_ActiveXOffset
	  GenericPictureEssenceDescriptor_ActiveYOffset
  o Added some essence descriptor options to as-02-wrap.
  o Added TTML timed-text wrapping option to as-02-wrap.
  o Changed bit rate display in asdcp-info from mebi-bits/s to
    mega-bits/s.
  o Added "SMPTE" / "Interop" format type display to asdcp-info.
  o Modified asdcp-wrap to assume -L when wrapping timed-text (since
    there is no MXF text wrapping for Interop.)
  o Fixed missing-index-partion bugs for AS-02 files.
</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>Added atmos support and new ULs per SMPTE 429-2:2013 - see README for deets.</title>
<updated>2013-04-12T23:39:31Z</updated>
<author>
<name>mikey</name>
<email>mikey@cinecert.com</email>
</author>
<published>2013-04-12T23:39:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=252740d6f7d8924c6af30e55d2da487356a0acdc'/>
<id>urn:sha1:252740d6f7d8924c6af30e55d2da487356a0acdc</id>
<content type='text'>
</content>
</entry>
</feed>
