<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/AS_02_internal.h, branch debug</title>
<subtitle>Fork of asdcplib library for low-level DCP handling</subtitle>
<id>https://git.carlh.net/cgit/asdcplib/atom?h=debug</id>
<link rel='self' href='https://git.carlh.net/cgit/asdcplib/atom?h=debug'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/'/>
<updated>2024-04-21T21:06:30Z</updated>
<entry>
<title>Fix some unused variable warnings.</title>
<updated>2024-04-21T21:06:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-04-21T21:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=5b6546adf40a57436ff040349c41cb06f6fbd3c8'/>
<id>urn:sha1:5b6546adf40a57436ff040349c41cb06f6fbd3c8</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>Fix indentation</title>
<updated>2021-06-09T11:10:16Z</updated>
<author>
<name>milla</name>
<email>marc.illa@dolby.com</email>
</author>
<published>2021-06-09T11:10:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=301b00b133eccd88e86a4536266ec258bb3b82de'/>
<id>urn:sha1:301b00b133eccd88e86a4536266ec258bb3b82de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Templatize h__AS02WriteClip, move functions to header. Note that this depends on filereader pluggable at runtime commit as the reader is called as a pointer here.</title>
<updated>2021-06-03T12:23:52Z</updated>
<author>
<name>milla</name>
<email>marc.illa@dolby.com</email>
</author>
<published>2021-06-03T12:23:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=bc8f5448441a85605f052294d40cf947473e83f5'/>
<id>urn:sha1:bc8f5448441a85605f052294d40cf947473e83f5</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>Added JXS specific header files to separate JXS functionality out.</title>
<updated>2021-05-26T10:51:06Z</updated>
<author>
<name>Thomas Richter</name>
<email>thomas.richter@iis.fraunhofer.de</email>
</author>
<published>2021-05-26T10:51:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=483cc7f388df0353b970f80ac8774667815a8b16'/>
<id>urn:sha1:483cc7f388df0353b970f80ac8774667815a8b16</id>
<content type='text'>
Updated autoconf to switch JXS support for ADCP on or off.
</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> 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>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>
<entry>
<title>Merge branch 'master' into iab-labels</title>
<updated>2020-07-06T15:22:03Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2020-07-06T15:22:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=f421cbb767e0437458332200e3f8537064feaaa8'/>
<id>urn:sha1:f421cbb767e0437458332200e3f8537064feaaa8</id>
<content type='text'>
</content>
</entry>
</feed>
