<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/text_content.cc, branch backport</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=backport</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=backport'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2019-05-04T00:06:54Z</updated>
<entry>
<title>Include video_frame_rate in TextContent identifier so that if (for</title>
<updated>2019-05-04T00:06:54Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-05-04T00:06:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f9754756b1cda04089fa0548bcccc51b0dd23403'/>
<id>urn:sha1:f9754756b1cda04089fa0548bcccc51b0dd23403</id>
<content type='text'>
example) some SRT subs are being burnt and their video frame rate is
changed we won't try to reuse the video that has been burnt with the
subs at the old frame rate.
</content>
</entry>
<entry>
<title>Remove specification of italic/bold fonts (#1451); synthesis will be used instead.</title>
<updated>2019-01-27T00:25:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-01-27T00:25:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f77ec143719c86ddbf098bff6d19fe2a159b8c3e'/>
<id>urn:sha1:f77ec143719c86ddbf098bff6d19fe2a159b8c3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase the number (in arbitrary units) which describes the width</title>
<updated>2018-09-11T10:26:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-09-11T10:26:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5c974b2fc501b806a259dcdfbc01df07ef9cda79'/>
<id>urn:sha1:5c974b2fc501b806a259dcdfbc01df07ef9cda79</id>
<content type='text'>
of the border on DCP subtitles when they are rendered in the preview.
This makes them look better, and I think it's closer to what projectors
do.
</content>
</entry>
<entry>
<title>Basics of selecting 'tracks' for CCAPs.</title>
<updated>2018-08-23T00:31:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-08-23T00:31:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5aa057f73c9b5d0f2a4a1479bd75dee849250265'/>
<id>urn:sha1:5aa057f73c9b5d0f2a4a1479bd75dee849250265</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Store a name with text content."</title>
<updated>2018-08-22T21:07:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-08-22T21:07:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6a646daeb7586fdf42bfd344960d9ba1e83466bf'/>
<id>urn:sha1:6a646daeb7586fdf42bfd344960d9ba1e83466bf</id>
<content type='text'>
This reverts commit 2571104b6a208fa00b2c98d50f97849c3e7fa6c9.
</content>
</entry>
<entry>
<title>Store a name with text content.</title>
<updated>2018-08-22T20:04:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-08-22T20:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2571104b6a208fa00b2c98d50f97849c3e7fa6c9'/>
<id>urn:sha1:2571104b6a208fa00b2c98d50f97849c3e7fa6c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make ContentChange into a generic ChangeSignaller and use it for Film</title>
<updated>2018-08-20T22:29:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-08-20T22:01:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5dbd022f3abb0ebab57fb67073a07ed60df902a6'/>
<id>urn:sha1:5dbd022f3abb0ebab57fb67073a07ed60df902a6</id>
<content type='text'>
changes, since we setup_pieces() in response to at least one of these and
hence we must know before it happens so we can suspend the butler and player.
</content>
</entry>
<entry>
<title>More fixes for errors / crashes / misbehaviour with content changes</title>
<updated>2018-08-13T23:05:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-08-13T16:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1fe6bd7f8ba059322b8357b2210f0fd590567ce2'/>
<id>urn:sha1:1fe6bd7f8ba059322b8357b2210f0fd590567ce2</id>
<content type='text'>
and the butler.

Here we signal both before and after a change in content.  Before,
the player disables itself so that any pass()/seek() will be no-ops.
After, the player rebuilds its pieces and the butler re-seeks to
get back to where it was before the change.
</content>
</entry>
<entry>
<title>Fix loading of old projects.</title>
<updated>2018-07-25T13:00:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-07-25T13:00:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f80740363455d4c78f4132f9e58006a84034b9d0'/>
<id>urn:sha1:f80740363455d4c78f4132f9e58006a84034b9d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix problems with loading projects with captions / subs.</title>
<updated>2018-07-25T12:54:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-07-25T12:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d71cf1ae31c7d488c95cd63278b200035e4d6a63'/>
<id>urn:sha1:d71cf1ae31c7d488c95cd63278b200035e4d6a63</id>
<content type='text'>
</content>
</entry>
</feed>
