<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/reel_writer.cc, branch master</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=master</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2020-09-23T15:08:56Z</updated>
<entry>
<title>Fix warnings about catching polymorphic types by value (#1843).</title>
<updated>2020-09-23T15:08:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-23T15:08:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b1ae6e39d31408e5f1eae77fe1de1ac292f54182'/>
<id>urn:sha1:b1ae6e39d31408e5f1eae77fe1de1ac292f54182</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2019-12-02T23:24:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-12-02T23:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2998afa8238fc826f696a856f272e1f16d166f3c'/>
<id>urn:sha1:2998afa8238fc826f696a856f272e1f16d166f3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make separate reels for parts of the timeline with no video when</title>
<updated>2019-11-11T20:28:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-10-31T20:45:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=37a485b143da0d096aa617026cf88d32afb59a34'/>
<id>urn:sha1:37a485b143da0d096aa617026cf88d32afb59a34</id>
<content type='text'>
we are in REEL_TYPE_BY_VIDEO_CONTENT mode.  This fixes VF creation
with gaps.  Also the implementation of Film::reels() is cleaner now.

Backport of 122bea7f0e08e07dcdaccd51751a9c83504f4c04 from master.
</content>
</entry>
<entry>
<title>Try to improve debug logging when putting video MXFs into DCPs.</title>
<updated>2019-11-11T14:43:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-11-11T14:43:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=62c70b89d989f5ca257a467e0496262449d0901b'/>
<id>urn:sha1:62c70b89d989f5ca257a467e0496262449d0901b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More logging when finding assets to put in reels.</title>
<updated>2019-11-06T21:27:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-11-06T21:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6797a5b3823b0fbedd1ce55ae5c864fb4961d4b3'/>
<id>urn:sha1:6797a5b3823b0fbedd1ce55ae5c864fb4961d4b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copy with progress updates when we might copy long files (#1574).</title>
<updated>2019-10-21T23:38:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-10-21T15:25:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c6dba8368b45b6177a971050236d37da0ce4ff4c'/>
<id>urn:sha1:c6dba8368b45b6177a971050236d37da0ce4ff4c</id>
<content type='text'>
Backported from 48b82de5b6e8e07330a2f72dbddd8d9830fe047e in v2.15.x.
</content>
</entry>
<entry>
<title>Fix cross-thread access to info files.  May help with #1618.</title>
<updated>2019-10-15T11:55:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-10-08T22:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0e0696155ba56a2c7d4adde87b70bd2739d334f9'/>
<id>urn:sha1:0e0696155ba56a2c7d4adde87b70bd2739d334f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve OpenFileError so that it doesn't say "opening for read"</title>
<updated>2019-10-08T18:16:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-09-29T21:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=93e89bd463bd51de6823a6796288f6283f885b06'/>
<id>urn:sha1:93e89bd463bd51de6823a6796288f6283f885b06</id>
<content type='text'>
in one case where it should say "opening for read/write".

Also add some unit tests for ReelWriter.
</content>
</entry>
<entry>
<title>Fix incorrect timing of PNG subtitles in second and subsequent reels.</title>
<updated>2019-06-28T22:23:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-06-27T22:09:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d5dc6e380409b003fc52a97251c2c16b29641cf0'/>
<id>urn:sha1:d5dc6e380409b003fc52a97251c2c16b29641cf0</id>
<content type='text'>
Backported from 5728b8095b9522626d61b1c684a9492f759e2870 in v2.15.x.
</content>
</entry>
<entry>
<title>Set CCAP language tag correctly.</title>
<updated>2019-03-29T01:05:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-03-29T01:05:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=641a81bf7ad436853525d734c0d41a0f1365ecd3'/>
<id>urn:sha1:641a81bf7ad436853525d734c0d41a0f1365ecd3</id>
<content type='text'>
</content>
</entry>
</feed>
