<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/TimedText_Parser.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>2015-11-10T19:40:55Z</updated>
<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>compile fixes</title>
<updated>2015-05-21T00:10:39Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2015-05-21T00:10:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=282deda913e656d38df6bb04c685d1e2346cd29b'/>
<id>urn:sha1:282deda913e656d38df6bb04c685d1e2346cd29b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>comment insensitivity</title>
<updated>2014-10-14T00:14:39Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2014-10-14T00:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=9b450aad2327719d051e986549f0416e17b5dbff'/>
<id>urn:sha1:9b450aad2327719d051e986549f0416e17b5dbff</id>
<content type='text'>
</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>  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>buggy</title>
<updated>2013-10-22T22:21:31Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2013-10-22T22:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=eee42b6d7ce3d0857f96612919a1852e8c45283b'/>
<id>urn:sha1:eee42b6d7ce3d0857f96612919a1852e8c45283b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed duplicate entries in TT wrapping</title>
<updated>2013-08-20T21:21:06Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2013-08-20T21:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=0736102a4f1eaa29b6b0b4aaabc1e360922e9385'/>
<id>urn:sha1:0736102a4f1eaa29b6b0b4aaabc1e360922e9385</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release!</title>
<updated>2010-11-15T17:04:13Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2010-11-15T17:04:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=87d8df7af62597f68645cbb7b07cb130ab2a1adb'/>
<id>urn:sha1:87d8df7af62597f68645cbb7b07cb130ab2a1adb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed blind willingness to truncate large items</title>
<updated>2009-12-18T20:01:11Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2009-12-18T20:01:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=c063fb19776c6f3f650698e47b27e219958d40fb'/>
<id>urn:sha1:c063fb19776c6f3f650698e47b27e219958d40fb</id>
<content type='text'>
</content>
</entry>
</feed>
