<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/writer.cc, branch v2.15.138</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.15.138</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.15.138'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-04-02T08:47:35Z</updated>
<entry>
<title>Add language to audio content and use it instead of the general metadata.</title>
<updated>2021-04-02T08:47:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-02T08:47:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a6696b9a58c14d81f0ae30482051c2cd47a004db'/>
<id>urn:sha1:a6696b9a58c14d81f0ae30482051c2cd47a004db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put subtitle language back into content from the film (#1930).</title>
<updated>2021-03-31T20:48:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-22T23:50:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e0a70cd5cfb11fc2de167f3146acdd437a6faa82'/>
<id>urn:sha1:e0a70cd5cfb11fc2de167f3146acdd437a6faa82</id>
<content type='text'>
This also adds the main/additional language flag.

Of all the considerations about how to specify subtitle language,
the most important seems to be that the language specification happens
for the content where the language is; i.e. in the content text tab.
</content>
</entry>
<entry>
<title>Don't insist on writing optional metadata (#1923).</title>
<updated>2021-03-22T10:02:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-21T23:42:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=79e711cb33c182e48c1d33d3e9f1df1c41c122a6'/>
<id>urn:sha1:79e711cb33c182e48c1d33d3e9f1df1c41c122a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up HMSF handling in a few places.</title>
<updated>2021-03-20T09:19:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-20T09:19:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ef31a94cd00dcc88fc83093cbc709b5b79acc4b6'/>
<id>urn:sha1:ef31a94cd00dcc88fc83093cbc709b5b79acc4b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix handling of subtitles at reel boundaries.</title>
<updated>2021-03-19T09:36:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-19T09:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2c29855d0143f227a8fd4c8f7836e20fc53cb843'/>
<id>urn:sha1:2c29855d0143f227a8fd4c8f7836e20fc53cb843</id>
<content type='text'>
When a subtitle spans 3 reels were were backing off the end of the
subtitle at the end of reel #1 but not the one at the end of reel #2,
causing two subs to be too close together.
</content>
</entry>
<entry>
<title>Split subtitles at reel boundaries (#1918).</title>
<updated>2021-03-16T13:37:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-16T13:24:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3b78e9223c9be784531475acacb88b59b2459f48'/>
<id>urn:sha1:3b78e9223c9be784531475acacb88b59b2459f48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix assertion failure in AudioBuffers::copy_from() (#1909)</title>
<updated>2021-02-23T19:11:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-23T19:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=786d0317a86f81d391efd4fab1bb331b4959f666'/>
<id>urn:sha1:786d0317a86f81d391efd4fab1bb331b4959f666</id>
<content type='text'>
A number of frames N was being split up into two parts which together
were bigger than N, meaning a copy of one of the parts failed.
</content>
</entry>
<entry>
<title>Don't write active picture area with zero width or height as it makes verification fail.</title>
<updated>2021-02-23T19:09:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-21T19:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d756e14c0bb2c2264248b26d59c363b6bc33a7fc'/>
<id>urn:sha1:d756e14c0bb2c2264248b26d59c363b6bc33a7fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assorted C++11 tidying.</title>
<updated>2021-02-17T16:33:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-17T16:33:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=33e13c4053138930f4b2f59349e441c76111059d'/>
<id>urn:sha1:33e13c4053138930f4b2f59349e441c76111059d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More enum class additions.</title>
<updated>2021-01-31T02:14:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-31T02:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8'/>
<id>urn:sha1:8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8</id>
<content type='text'>
</content>
</entry>
</feed>
