<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asdcplib/src/h__02_Writer.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>2021-08-27T14:44:04Z</updated>
<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>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>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>Add support for multi-segment index tables to AS_02 write (#52)</title>
<updated>2020-08-03T15:20:33Z</updated>
<author>
<name>Pierre-Anthony Lemieux</name>
<email>pal@palemieux.com</email>
</author>
<published>2020-08-03T15:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=5842f367d39b9564b29e9127373c9156f57a7ca9'/>
<id>urn:sha1:5842f367d39b9564b29e9127373c9156f57a7ca9</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>
<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 Fixes wrong MajorVersion in Preface</title>
<updated>2018-08-20T00:15:11Z</updated>
<author>
<name>jhurst</name>
<email>jhurst@cinecert.com</email>
</author>
<published>2018-08-20T00:15:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/asdcplib/commit/?id=30dba88305439d4df852bb5149e134739889dc93'/>
<id>urn:sha1:30dba88305439d4df852bb5149e134739889dc93</id>
<content type='text'>
 o Adds VideoLineMap also to RGBA essence descriptor
 o Adds VideoLineMap to RGBA and CDCI descriptor only when option -l
   is present (disputable - but distinguished value {0, 0} is not
   allowed in closed and complete partitions)
 o Fixes issue with IndexRate not set in AS-02 J2K files
 o Additional fixes to minor version number in AS-02 partition packs
 o CMake brought up to date
 o Fixed erroneous WAV RF64 header interpretation
</content>
</entry>
</feed>
