<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/video_content.h, branch yuv-cropping</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=yuv-cropping</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=yuv-cropping'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-10-02T09:34:01Z</updated>
<entry>
<title>Replace crop() with actual_crop and requested_crop()</title>
<updated>2021-10-02T09:34:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-02T09:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6d1a6b588c1c8add26a42dafc971146462cfccf0'/>
<id>urn:sha1:6d1a6b588c1c8add26a42dafc971146462cfccf0</id>
<content type='text'>
This means that the crop rounding we do is reported properly,
not done behind the user's back.
</content>
</entry>
<entry>
<title>Gather and store chroma subsampling information for video content.</title>
<updated>2021-10-02T08:21:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-02T08:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d8a20fef494065a9b3ccf2d93328861b1eea1d4f'/>
<id>urn:sha1:d8a20fef494065a9b3ccf2d93328861b1eea1d4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused VideoContentProperty::SCALE and listen to CUSTOM_{RATIO,SIZE} instead.</title>
<updated>2021-09-19T21:00:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-09-19T20:19:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8a3d5a7729e10a901132ff00efbd5d80e38b2455'/>
<id>urn:sha1:8a3d5a7729e10a901132ff00efbd5d80e38b2455</id>
<content type='text'>
::SCALE was sort-of being used, as it was emitted during examination of
video content, but it wasn't being emitted anywhere else (and CUSTOM_{RATIO,SIZE}
replace its functionality as far as I can see).
</content>
</entry>
<entry>
<title>Assorted C++11/formatting cleanups.</title>
<updated>2021-04-08T19:32:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-08T19:32:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3339d3bce70afe9ae2ca10e9fcfc4b54b748fbf4'/>
<id>urn:sha1:3339d3bce70afe9ae2ca10e9fcfc4b54b748fbf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add burnt subtitle language to video content.</title>
<updated>2021-03-31T20:51:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-29T23:25:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2791e094c143e0704ce8935fe5a19508429cf062'/>
<id>urn:sha1:2791e094c143e0704ce8935fe5a19508429cf062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More enum class additions.</title>
<updated>2021-01-31T02:14:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-31T02:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8'/>
<id>urn:sha1:8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std::shared_ptr</title>
<updated>2021-01-07T21:48:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-04T20:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26'/>
<id>urn:sha1:dd9be86db6cde0afa5da0d1d1ac43b42e05dca26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change video content scaling so that it either:</title>
<updated>2020-05-11T20:02:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-05-09T23:57:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=15a83d720780d58f905d40f8493cdcb86596eaee'/>
<id>urn:sha1:15a83d720780d58f905d40f8493cdcb86596eaee</id>
<content type='text'>
1. scales the content up to fit the DCP container,
preserving aspect ratio, or
2. stretches the content to a custom aspect ratio, or
3. scales the content to some custom size.
</content>
</entry>
<entry>
<title>Remove scale to fit {width,height} options.</title>
<updated>2020-05-09T22:23:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-05-09T22:23:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2632343cc712188e0db2afa1e551e4a5086e70fa'/>
<id>urn:sha1:2632343cc712188e0db2afa1e551e4a5086e70fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add comment.</title>
<updated>2019-10-31T15:01:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-10-31T15:01:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a2b83bf1b8fdf9eabb43beaec71b2fd9c34a8418'/>
<id>urn:sha1:a2b83bf1b8fdf9eabb43beaec71b2fd9c34a8418</id>
<content type='text'>
</content>
</entry>
</feed>
