<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/test, branch v2.17.6</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.6</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.6'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2023-03-08T16:17:15Z</updated>
<entry>
<title>Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).</title>
<updated>2023-03-08T16:17:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-01T21:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f4f5f6486105cc87f3b4f98bdf3bd5be74aa26a0'/>
<id>urn:sha1:f4f5f6486105cc87f3b4f98bdf3bd5be74aa26a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change how video timing is done.</title>
<updated>2023-03-08T16:17:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-09-29T08:17:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=64b8ca8c4f9064e5142633aa2676b20f0ea0f10d'/>
<id>urn:sha1:64b8ca8c4f9064e5142633aa2676b20f0ea0f10d</id>
<content type='text'>
This commit changes the approach with video timing.  Previously,
we would (more-or-less) try to use every video frame from the content
in the output, hoping that they come at a constant frame rate.

This is not always the case, however.  Here we preserve the PTS
of video frames, and then when one arrives we output whatever
DCP video frames we can (at the regular DCP frame rate).

Hopefully this will solve a range of sync problems, but it
could also introduce new ones.
</content>
</entry>
<entry>
<title>Write player debug logs from tests on -- --log=debug-player</title>
<updated>2023-03-08T16:17:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-09-28T21:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cfd3cb29aa6cb7bc09d562b5a599ae688e591620'/>
<id>urn:sha1:cfd3cb29aa6cb7bc09d562b5a599ae688e591620</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: fix name of film to match test.</title>
<updated>2023-03-08T16:17:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-02T19:55:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=166410e8ad3e00b5bda0bc6a2be25bf0a54e769d'/>
<id>urn:sha1:166410e8ad3e00b5bda0bc6a2be25bf0a54e769d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalise XML attribute names to be camelCase (#2241).</title>
<updated>2023-03-08T16:17:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-09-10T22:10:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b3ab068b2106c5ee53e283ee69588f9e4a07ca3d'/>
<id>urn:sha1:b3ab068b2106c5ee53e283ee69588f9e4a07ca3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use 2.18.x subdirectory for configuration.</title>
<updated>2023-03-08T16:17:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-09-26T18:20:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=928664265a0b3c5e616e327c65713d00b960ca52'/>
<id>urn:sha1:928664265a0b3c5e616e327c65713d00b960ca52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error when padding is needed in 3D encodes (#2476).</title>
<updated>2023-03-05T13:06:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-05T13:06:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=86515d34200fa2a387e48b117eed9b02cabde30d'/>
<id>urn:sha1:86515d34200fa2a387e48b117eed9b02cabde30d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option to limit DCP output to the "Bv2.0 profile" (#2470).</title>
<updated>2023-03-03T00:49:55Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-01T00:26:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=34b2b0fe412332505e3d543358c9741bd068602d'/>
<id>urn:sha1:34b2b0fe412332505e3d543358c9741bd068602d</id>
<content type='text'>
I'm far from convinced about the point/sense of all these "profiles"
(rather than just implementing or at least tolerating the standard)
but lots of people are having problems with "QC" processes failing
their DCPs with complaints related to MCASubDescriptors.  It seems to
make sense to have an option to turn them off - at least for now,
until either the "QC" situation settles down or any bugs in DCP-o-matic
are found and fixed.
</content>
</entry>
<entry>
<title>Add word_wrap().</title>
<updated>2023-03-03T00:17:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-25T22:38:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=61614dcb37ce1bc3cf3fc2915ccac741cfef68e5'/>
<id>urn:sha1:61614dcb37ce1bc3cf3fc2915ccac741cfef68e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Strip disallowed characters from subtitles before they get into the XML.</title>
<updated>2023-02-27T22:20:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-27T22:20:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=15fe326c723b88f779d69fe0ae737d27d69e6e6f'/>
<id>urn:sha1:15fe326c723b88f779d69fe0ae737d27d69e6e6f</id>
<content type='text'>
</content>
</entry>
</feed>
