<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/AS_02_ISXD.cpp, branch fixlibdir</title>
<subtitle>Fork of asdcplib library for low-level DCP handling</subtitle>
<id>https://git.carlh.net/cgit/asdcplib/atom?h=fixlibdir</id>
<link rel='self' href='https://git.carlh.net/cgit/asdcplib/atom?h=fixlibdir'/>
<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 Added a Clone() method to InterchangeObject and derivatives</title>
<updated>2021-04-13T22:50:50Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2021-04-13T22:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=b14d706a72c706c9c59dbdf64a9e41f32465e060'/>
<id>urn:sha1:b14d706a72c706c9c59dbdf64a9e41f32465e060</id>
<content type='text'>
   that allows making a descriptor copy that is not owned by
   any other strucure. The caller must arrange to delete the
   object pointer returned.

 o While implementing the above it became obvious that the
   reference-to-a-pointer-to-the-dictionary idiom that is used
   throughout the lower levels of the MXF library was the
   cause of much more grief than it was originally designed to
   prevent. This was made even more obvious when I replaced all
   of it with simple pointers, which revealed several shadow
   instances of m_Dict that were only reliable while the object
   that held them was valid.
</content>
</entry>
<entry>
<title>Die timecode! Die!</title>
<updated>2020-02-14T19:46:52Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2020-02-14T19:46:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=610e14eb3cc8d3a7b9223646695e900b0acde132'/>
<id>urn:sha1:610e14eb3cc8d3a7b9223646695e900b0acde132</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replaced in comment jpeg codestream with ISXD data fragment</title>
<updated>2019-05-24T05:06:12Z</updated>
<author>
<name>Dan Tatut</name>
<email>30796636+dtatut@users.noreply.github.com</email>
</author>
<published>2019-05-24T05:06:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=78471c16719d186dc40160c78b6842ffd6e9527d'/>
<id>urn:sha1:78471c16719d186dc40160c78b6842ffd6e9527d</id>
<content type='text'>
</content>
</entry>
<entry>
<title> o Fixed ISXD bugs:</title>
<updated>2019-02-12T17:13:35Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2019-02-12T17:13:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=260692554632887d4e978775001081add386b909'/>
<id>urn:sha1:260692554632887d4e978775001081add386b909</id>
<content type='text'>
   o Incorrect UTF_8_Text_DataEssenceCoding UL
   o Incorrect ISXDDataEssenceDescriptor_NamespaceURI UL
   o Incorrect use of FrameWrappedISXDData UL
   o Incorrect use of FrameWrappedISXDContainer UL
 o Added KM_WIN32_UTF8 macro to protect old users from new ideas
</content>
</entry>
<entry>
<title>Added BER length minimum value</title>
<updated>2018-10-13T21:50:44Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-10-13T21:50:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=d25eed5c922ac911a92fb568099f8f507d6fca98'/>
<id>urn:sha1:d25eed5c922ac911a92fb568099f8f507d6fca98</id>
<content type='text'>
</content>
</entry>
<entry>
<title> o Fixed bugs reported by Dolby:</title>
<updated>2018-10-03T18:15:32Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-10-03T18:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=2102a29cb047b761ead7cd7e5941e7ef393e4c29'/>
<id>urn:sha1:2102a29cb047b761ead7cd7e5941e7ef393e4c29</id>
<content type='text'>
    bad assert test when writing GS partition
    unset frame count in ISXD unwrap
    bad UL when writing ISXF content packages
</content>
</entry>
<entry>
<title> o Oops, mistakenly turned off timed-text ancillary resource decryption</title>
<updated>2018-08-12T22:35:09Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-08-12T22:35:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=79912d9558b67fb75dfad8bca29d2db1fa58a769'/>
<id>urn:sha1:79912d9558b67fb75dfad8bca29d2db1fa58a769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ISXD CLI touchups, ISXDDataEssenceDescriptor.NamespaceURI is now correct</title>
<updated>2018-08-06T22:58:44Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-08-06T22:58:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=5e84f9da56706a2cd8a5eef19b98a67d09ae3371'/>
<id>urn:sha1:5e84f9da56706a2cd8a5eef19b98a67d09ae3371</id>
<content type='text'>
</content>
</entry>
</feed>
