<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/util.cc, branch grok2</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=grok2</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=grok2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2023-10-16T09:35:33Z</updated>
<entry>
<title>Change how video timing is done.</title>
<updated>2023-10-16T09:35:33Z</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=08a8e3ea02887d2f96719119c0a34bedcb19ab04'/>
<id>urn:sha1:08a8e3ea02887d2f96719119c0a34bedcb19ab04</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>Remove unused code.</title>
<updated>2023-10-16T09:30:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-16T09:30:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4b8f2b64ebb7fcba20c3c03d7bccd08e48612fbb'/>
<id>urn:sha1:4b8f2b64ebb7fcba20c3c03d7bccd08e48612fbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use dcp::filesystem to wrap filesystem calls and fix_long_path</title>
<updated>2023-10-09T21:38:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-06T00:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=96f50dd5e600925488fdd9db1580aa01b026269b'/>
<id>urn:sha1:96f50dd5e600925488fdd9db1580aa01b026269b</id>
<content type='text'>
anything that is passed to read_file() from libcxml.

This should fix #2623 and other similar problems.
</content>
</entry>
<entry>
<title>Sanitise asset names after potentially failed %-based substitutions (#945).</title>
<updated>2023-09-07T21:24:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-07T21:24:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=77df016da7f8e1ee3f31c2a0d147c939e78add97'/>
<id>urn:sha1:77df016da7f8e1ee3f31c2a0d147c939e78add97</id>
<content type='text'>
If there's a %x in the format string, where %x is not recognised, we
should at least remove the %.
</content>
</entry>
<entry>
<title>Disallow % from asset names as it seems to awake some XML character-encoding</title>
<updated>2023-09-07T21:23:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-07T21:22:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5a1966c187c189da43a650f1425b29190f5cfe78'/>
<id>urn:sha1:5a1966c187c189da43a650f1425b29190f5cfe78</id>
<content type='text'>
demons.
</content>
</entry>
<entry>
<title>Fix rendering of italic fonts during tests on Windows.</title>
<updated>2023-09-03T18:42:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-02T16:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dbfb852ea5b7169a80b701089bf0bc7e30c6e328'/>
<id>urn:sha1:dbfb852ea5b7169a80b701089bf0bc7e30c6e328</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: use some more vector instead of list.</title>
<updated>2023-08-29T16:28:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-26T12:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c7f45cd00b94393f6e15428a2ea256995f890412'/>
<id>urn:sha1:c7f45cd00b94393f6e15428a2ea256995f890412</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to capture ffmpeg logs during tests.</title>
<updated>2023-08-26T08:22:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-24T09:33:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e8800b7efc51b6e0c186a7bd733e014a3093a384'/>
<id>urn:sha1:e8800b7efc51b6e0c186a7bd733e014a3093a384</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>Fix subtitle font handling with in-memory fonts from SMPTE (#2509).</title>
<updated>2023-04-09T15:23:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-07T23:04:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1c73379ed8483dcf71c5ccfc459c2c22516a9aef'/>
<id>urn:sha1:1c73379ed8483dcf71c5ccfc459c2c22516a9aef</id>
<content type='text'>
Previously we would fail to make a font available if it came from
a SMPTE MXF.  In that case we have a memory buffer containing the
TTF/OTF file but no file; here we add a hack/workaround so that
in-memory font files can be used by FontConfig.
</content>
</entry>
</feed>
