<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/AS_DCP_JP2K.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>2022-12-16T22:17:51Z</updated>
<entry>
<title>Hack to make DoM/libdcp build.</title>
<updated>2022-12-16T22:17:51Z</updated>
<author>
<name>cah</name>
<email>cah@ableton.com</email>
</author>
<published>2022-12-16T22:17:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=30b1a7cb4983a0e95056969ed64bddc8f3494a2d'/>
<id>urn:sha1:30b1a7cb4983a0e95056969ed64bddc8f3494a2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2 from DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/as02info_as02unwrap_iab</title>
<updated>2021-08-27T14:44:04Z</updated>
<author>
<name>John Hurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2021-08-27T14:44:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=b8dea7232f134cc54f516e1f0f914d626594eaa4'/>
<id>urn:sha1:b8dea7232f134cc54f516e1f0f914d626594eaa4</id>
<content type='text'>
 Merge dolby/atmos_storage/asdcplib_integration/as02info_as02unwrap_iab (contains also FileReader pluggable at runtime) to master</content>
</entry>
<entry>
<title>Put definitions inside their corresponding namespaces</title>
<updated>2021-06-03T12:05:45Z</updated>
<author>
<name>milla</name>
<email>marc.illa@dolby.com</email>
</author>
<published>2021-05-26T11:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=fdd28f8bb3608978e75b27c5410db447396f361b'/>
<id>urn:sha1:fdd28f8bb3608978e75b27c5410db447396f361b</id>
<content type='text'>
</content>
</entry>
<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>merge origin/master</title>
<updated>2021-05-11T21:58:22Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2021-05-11T21:58:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=e5b0a7dbeaaa2b16ea63d7265ed7413f8de2df10'/>
<id>urn:sha1:e5b0a7dbeaaa2b16ea63d7265ed7413f8de2df10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #32 from cth103/warning-fixes</title>
<updated>2021-05-11T21:14:01Z</updated>
<author>
<name>John Hurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2021-05-11T21:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=b71135239b4710bcdccd88adde161acf954706cb'/>
<id>urn:sha1:b71135239b4710bcdccd88adde161acf954706cb</id>
<content type='text'>
Warning fixes</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>check values for ContainerDuration.</title>
<updated>2020-10-09T00:29:11Z</updated>
<author>
<name>jelkins</name>
<email>jelkins@cinecert.com</email>
</author>
<published>2020-10-09T00:29:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=1d4a906682d19207b0885d90f25fe3e5fd9bb844'/>
<id>urn:sha1:1d4a906682d19207b0885d90f25fe3e5fd9bb844</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix overflow read</title>
<updated>2020-08-05T12:49:11Z</updated>
<author>
<name>Arnaud Bienner</name>
<email>abien@dolby.com</email>
</author>
<published>2020-08-05T09:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=13d6dc091c81e29b12d35b1fa578a65689e92a4d'/>
<id>urn:sha1:13d6dc091c81e29b12d35b1fa578a65689e92a4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some unused variables.</title>
<updated>2020-07-10T23:28:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-06T18:06:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=8b3a282e00d907320123e450ac6faee29cfe0e4d'/>
<id>urn:sha1:8b3a282e00d907320123e450ac6faee29cfe0e4d</id>
<content type='text'>
</content>
</entry>
</feed>
