<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/job_manager.cc, branch debug/niclas</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=debug%2Fniclas</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=debug%2Fniclas'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2018-02-16T20:24:37Z</updated>
<entry>
<title>Name threads on Linux.</title>
<updated>2018-02-16T20:24:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-16T20:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8e4a2e5ea578ac4f0f41edb6145d5c0040e33ec2'/>
<id>urn:sha1:8e4a2e5ea578ac4f0f41edb6145d5c0040e33ec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix odd behaviour when analysing single bits of audio which start at non-zero positions (#1203).</title>
<updated>2018-02-10T02:05:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-10T02:05:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9d4906db6e143248cf1e814d539aa2c7a50721dc'/>
<id>urn:sha1:9d4906db6e143248cf1e814d539aa2c7a50721dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add priority control buttons to batch converter (#961).</title>
<updated>2017-01-28T00:35:55Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-01-28T00:35:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f5bc071ddac2355da1d116404cc37f4485e97699'/>
<id>urn:sha1:f5bc071ddac2355da1d116404cc37f4485e97699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove several exception-throwing asserts from destructors.</title>
<updated>2016-07-03T19:36:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-07-03T19:36:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8862cbbb7e857c90d405069ad7d41a8d58029194'/>
<id>urn:sha1:8862cbbb7e857c90d405069ad7d41a8d58029194</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No-op; fix GPL address and use the explicit-program-name version.</title>
<updated>2016-05-25T19:56:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-05-25T19:56:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3828baf56467224f5d44049bf1e7a7ed11f43a05'/>
<id>urn:sha1:3828baf56467224f5d44049bf1e7a7ed11f43a05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>assert (joinable) before joining threads.</title>
<updated>2015-09-24T15:03:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-24T15:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e975b14d2c962eab149f56a79c35b68b608226d4'/>
<id>urn:sha1:e975b14d2c962eab149f56a79c35b68b608226d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix failure to display audio analysis in some cases.</title>
<updated>2015-09-15T14:08:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-15T14:08:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3ec374b8d07a5faf7eea1945ab5aeaead78d8c71'/>
<id>urn:sha1:3ec374b8d07a5faf7eea1945ab5aeaead78d8c71</id>
<content type='text'>
Before we were checking existing AnalyseAudioJobs by
their audio analysis path, which may change after they
have been run since they use up-to-date info such
as the Film's processor.

e.g.
Run audio analysis for content.
Enable processor.
Re-run analysis for film; now before it would think that
the existing job has done the *new* analysis because its
path would be the same as the one we now want.
</content>
</entry>
<entry>
<title>Peak value of audio into the audio tab.</title>
<updated>2015-09-14T09:21:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-03T12:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b0834f33e972a6e7b0d234d09e420007943a136d'/>
<id>urn:sha1:b0834f33e972a6e7b0d234d09e420007943a136d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option to analyse audio automatically when content is added (#673).</title>
<updated>2015-09-14T09:20:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-02T10:20:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d2bd0c628fd0616fe3b7dd02bd955b2c07ab48d5'/>
<id>urn:sha1:d2bd0c628fd0616fe3b7dd02bd955b2c07ab48d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't start thread in constructor. (JobManager)</title>
<updated>2015-09-01T20:00:47Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-01T20:00:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1934870acbab5efe51afecff46081a5850876eee'/>
<id>urn:sha1:1934870acbab5efe51afecff46081a5850876eee</id>
<content type='text'>
</content>
</entry>
</feed>
