<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/player.cc, branch debug-dual-screen</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=debug-dual-screen</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=debug-dual-screen'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2023-12-16T01:07:37Z</updated>
<entry>
<title>Change how video timing is done.</title>
<updated>2023-12-16T01:07:37Z</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=34520e2f149a82042a8dfc8835b097c6218c1a08'/>
<id>urn:sha1:34520e2f149a82042a8dfc8835b097c6218c1a08</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>Fix possible dereference of invalid iterator (if have_pushed is empty).</title>
<updated>2023-10-28T20:28:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-28T20:28:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6ab77878f2bef6ece4da8be4307d4b05922e21d6'/>
<id>urn:sha1:6ab77878f2bef6ece4da8be4307d4b05922e21d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract Film::Property to its own header to (maybe) increase compilation speed.</title>
<updated>2023-08-09T08:18:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-08T16:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a3c1ae7c2e46b65347341896b3d1a505ff92632b'/>
<id>urn:sha1:a3c1ae7c2e46b65347341896b3d1a505ff92632b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some 3D stuff I think is unnecessary since the changes in 2f12058c535045cecc226fe47b3d60da8851a862</title>
<updated>2023-03-05T15:26:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-05T13:07:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a31cfda11a8e3260cdf267be056cb9b4f4b158dd'/>
<id>urn:sha1:a31cfda11a8e3260cdf267be056cb9b4f4b158dd</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>Ignore overlapping ATMOS data in the same way that we ignore video (#2429).</title>
<updated>2023-02-10T09:31:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-09T23:38:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3a9265b3f824bde609ec3f16a853b7c69c11877d'/>
<id>urn:sha1:3a9265b3f824bde609ec3f16a853b7c69c11877d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix multiple video overlaps.</title>
<updated>2023-02-10T09:31:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-09T23:25:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=46a1e43f9e3f03565536419afc8137c64d5681c0'/>
<id>urn:sha1:46a1e43f9e3f03565536419afc8137c64d5681c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: add Content::period().</title>
<updated>2023-02-10T09:31:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-09T21:49:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fbdfc901498605f89f28a57d595df966bddc4eb1'/>
<id>urn:sha1:fbdfc901498605f89f28a57d595df966bddc4eb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: use some better variable names.</title>
<updated>2023-02-10T09:31:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-09T21:42:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ead33f1db9657b3af93ec966d7bbc24218b6fba0'/>
<id>urn:sha1:ead33f1db9657b3af93ec966d7bbc24218b6fba0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: remove unnecessary check.</title>
<updated>2023-02-10T09:31:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-09T21:07:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=11bc225507bbd6f2942b7b867389d9571a09c717'/>
<id>urn:sha1:11bc225507bbd6f2942b7b867389d9571a09c717</id>
<content type='text'>
</content>
</entry>
</feed>
