<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx, branch v2.15.53</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.15.53</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.15.53'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2020-04-22T23:40:56Z</updated>
<entry>
<title>Fix complete failure of preview/playback introduced in</title>
<updated>2020-04-22T23:40:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-22T23:40:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=86102d30bf0aad89115bbeb3d8aaa2a27a0aa432'/>
<id>urn:sha1:86102d30bf0aad89115bbeb3d8aaa2a27a0aa432</id>
<content type='text'>
4219d4b76c5cd5690b1f4fa0c248d93ced26d05a.
</content>
</entry>
<entry>
<title>Add code to copy the data and hook it up to a menu item.</title>
<updated>2020-04-21T21:56:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-21T21:33:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4873cbc567d2c97c6587ab624e4c53abcd23cf23'/>
<id>urn:sha1:4873cbc567d2c97c6587ab624e4c53abcd23cf23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add LEQ(m) when analysing audio (#1382).</title>
<updated>2020-04-19T22:43:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-19T22:10:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fa5f3a8bf77209da27acc33cf144e2e4500a2600'/>
<id>urn:sha1:fa5f3a8bf77209da27acc33cf144e2e4500a2600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix length of player output so it can be either the film's length or playlist's length, as appropriate.</title>
<updated>2020-04-15T14:17:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-15T14:17:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4219d4b76c5cd5690b1f4fa0c248d93ced26d05a'/>
<id>urn:sha1:4219d4b76c5cd5690b1f4fa0c248d93ced26d05a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to improve spacing in Keys tab of prefs on macOS (#1550).</title>
<updated>2020-04-14T23:05:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-14T23:05:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=39dcdd18487d5d1e20f0343fe617ed5bf44c1387'/>
<id>urn:sha1:39dcdd18487d5d1e20f0343fe617ed5bf44c1387</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix glitchy timeline slider if its update timer goes off while a seek is happening.</title>
<updated>2020-04-14T22:50:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-14T22:50:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3d435ad1455306fc4db9d03154e3e2dcd4ed08b8'/>
<id>urn:sha1:3d435ad1455306fc4db9d03154e3e2dcd4ed08b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Seek to last frame if a request is made beyond the end of the film.</title>
<updated>2020-04-14T22:27:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-14T22:27:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0802245c4c89b9a8557e5f9b238e8317a92ba51d'/>
<id>urn:sha1:0802245c4c89b9a8557e5f9b238e8317a92ba51d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Empty/Player behaviour when using a playlist that is not the same as the Film's.</title>
<updated>2020-04-14T21:11:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-14T21:11:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=67775a6d0d28131b98ae284c7be23d79ccdab685'/>
<id>urn:sha1:67775a6d0d28131b98ae284c7be23d79ccdab685</id>
<content type='text'>
Previously Empty would use the length of the film for its end point.
Now it takes a Playlist (rather than a list of Pieces) and uses the length
of that playlist for its end point.

This fixes #1543, in which single-content audio analysis jobs would run for the whole
length of the film, rather than the length of the content, producing
strange graphs and incorrect progress reports.
</content>
</entry>
<entry>
<title>Ignore and report failures to decode frames during playback (#1593).</title>
<updated>2020-04-14T20:16:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-14T20:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4ab86ef0295bcd6bb9297996a06006f371d22bae'/>
<id>urn:sha1:4ab86ef0295bcd6bb9297996a06006f371d22bae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DCPReadError -&gt; ReadError in libdcp.</title>
<updated>2020-04-14T19:02:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-14T19:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b029cb06c4e0fca1fad9fecd78939efe5532fa9a'/>
<id>urn:sha1:b029cb06c4e0fca1fad9fecd78939efe5532fa9a</id>
<content type='text'>
</content>
</entry>
</feed>
