<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/h__02_Reader.cpp, branch macos</title>
<subtitle>Fork of asdcplib library for low-level DCP handling</subtitle>
<id>https://git.carlh.net/cgit/asdcplib/atom?h=macos</id>
<link rel='self' href='https://git.carlh.net/cgit/asdcplib/atom?h=macos'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/'/>
<updated>2019-12-03T15:44:25Z</updated>
<entry>
<title>Remove some unused variables.</title>
<updated>2019-12-03T15:44:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-01-11T11:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=3ac58e7f18a14d9950fcc9fe5c19a3ddc8aed571'/>
<id>urn:sha1:3ac58e7f18a14d9950fcc9fe5c19a3ddc8aed571</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix constructor initializer order.</title>
<updated>2019-12-03T15:44:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-01-11T11:01:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=418bff64af4f429c019d9f51ae91e85205a6b513'/>
<id>urn:sha1:418bff64af4f429c019d9f51ae91e85205a6b513</id>
<content type='text'>
</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 General review of Batch/Array distinction throughout the project</title>
<updated>2015-10-09T23:41:11Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2015-10-09T23:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=f758bec505d45084d2563f20514ab4a81b27283a'/>
<id>urn:sha1:f758bec505d45084d2563f20514ab4a81b27283a</id>
<content type='text'>
 o Fixed a bug that caused incorrect failure when parsing JPEG 2000 codestreams having fewer than five decomposition levels.
 o Fixed missing UUID generation in some instances of the MCALinkID property
 o Added -w option to asdcp-wrap to support use of WTF label with MCA
</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>version bump</title>
<updated>2014-10-23T23:31:24Z</updated>
<author>
<name>mschroffel</name>
<email>mschroffel@cinecert.com</email>
</author>
<published>2014-10-23T23:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=c37d749945eba6b8922ecf58ef886f32ee55b38e'/>
<id>urn:sha1:c37d749945eba6b8922ecf58ef886f32ee55b38e</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>  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>in AS02-land, don't twice-over instantiate objects declared already in AS_DCP_internal</title>
<updated>2013-06-26T19:29:30Z</updated>
<author>
<name>msheby</name>
<email>msheby@cinecert.com</email>
</author>
<published>2013-06-26T19:29:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=66944298af1e72b4e517787a3cc644628511b1c1'/>
<id>urn:sha1:66944298af1e72b4e517787a3cc644628511b1c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tweezes</title>
<updated>2013-06-17T17:55:54Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2013-06-17T17:55:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=ba6e57635ce6482fa9dcd6a824b579edb459b834'/>
<id>urn:sha1:ba6e57635ce6482fa9dcd6a824b579edb459b834</id>
<content type='text'>
</content>
</entry>
</feed>
