<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/test, branch v2.17.5</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.5</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.5'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2023-02-10T22:07:19Z</updated>
<entry>
<title>Bump test/data.</title>
<updated>2023-02-10T22:07:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-04T00:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6768566e7608184941c4a2fc9e58630882829422'/>
<id>urn:sha1:6768566e7608184941c4a2fc9e58630882829422</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).</title>
<updated>2023-02-10T22:07:19Z</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=9ddbf3bf5ad97aa2be2b37af56e4193e5e5de1a8'/>
<id>urn:sha1:9ddbf3bf5ad97aa2be2b37af56e4193e5e5de1a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change how video timing is done.</title>
<updated>2023-02-10T22:07:19Z</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=c4b409be0183508431e7ddbe4ad9bafe1f78a88e'/>
<id>urn:sha1:c4b409be0183508431e7ddbe4ad9bafe1f78a88e</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-02-03T23:22:09Z</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=50f6c7e95a0d212f6b6f0252f971c4488e333f30'/>
<id>urn:sha1:50f6c7e95a0d212f6b6f0252f971c4488e333f30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: fix name of film to match test.</title>
<updated>2023-02-03T23:22:09Z</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=bc211f3766ffb4356de032a057c25e0689ebdfa3'/>
<id>urn:sha1:bc211f3766ffb4356de032a057c25e0689ebdfa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalise XML attribute names to be camelCase (#2241).</title>
<updated>2023-02-03T23:21:36Z</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=27446bb97f50645ea57b07c120c4b8e87859e113'/>
<id>urn:sha1:27446bb97f50645ea57b07c120c4b8e87859e113</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use 2.18.x subdirectory for configuration.</title>
<updated>2023-02-03T23:21:36Z</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=b8854f940dde148468ec8aa57379e0fe643eebf0'/>
<id>urn:sha1:b8854f940dde148468ec8aa57379e0fe643eebf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle 2D/3D mismatches in the player (#2409).</title>
<updated>2023-02-01T00:12:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-11T22:00:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2f12058c535045cecc226fe47b3d60da8851a862'/>
<id>urn:sha1:2f12058c535045cecc226fe47b3d60da8851a862</id>
<content type='text'>
Previously if there was 2D content in a 3D project (or vice versa)
the player would emit the video anyway and the encoder would have
to deal with it.

Since previously the FFmpeg encoder did not deal with this quite
right, it seems to make sense to move the logic into the player
so that neither encoder has to worry about it.
</content>
</entry>
<entry>
<title>Fix isdcf name ATMOS test.</title>
<updated>2023-01-22T23:26:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-22T23:26:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cc279961a2a9ffea67ed21378fef44c2e1bcb202'/>
<id>urn:sha1:cc279961a2a9ffea67ed21378fef44c2e1bcb202</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support Dolby-style WAV back surround names when guessing mappings (#2427).</title>
<updated>2023-01-18T16:05:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-18T16:05:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=37d2bf172e9061f24c874d5416bd3c8f9719c823'/>
<id>urn:sha1:37d2bf172e9061f24c874d5416bd3c8f9719c823</id>
<content type='text'>
</content>
</entry>
</feed>
