<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/image.cc, branch v2.13.78</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.13.78</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.13.78'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2018-10-12T20:54:35Z</updated>
<entry>
<title>Restore Image::as_png using libpng.</title>
<updated>2018-10-12T20:54:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-10-12T20:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=45d19dde4861fe9a729ba90ab1d8c486ab956529'/>
<id>urn:sha1:45d19dde4861fe9a729ba90ab1d8c486ab956529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg</title>
<updated>2018-10-11T23:46:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-10-11T23:46:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=72b11d5eb036651b6ff68edf3ed270e8fc52960f'/>
<id>urn:sha1:72b11d5eb036651b6ff68edf3ed270e8fc52960f</id>
<content type='text'>
to decode images.  Hence remove {Image,Graphics}Magick.
</content>
</entry>
<entry>
<title>Quell more valgrind warnings.</title>
<updated>2018-09-06T00:27:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-09-06T00:27:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4d3d20687c9e334b29c8a2821e0646fb9166ab3f'/>
<id>urn:sha1:4d3d20687c9e334b29c8a2821e0646fb9166ab3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Play PNG subtitles from DCPs; possibly not in the right scale.</title>
<updated>2018-09-02T00:11:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-09-02T00:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a18e837cb56da42a500a438a09afcbddad8b3a94'/>
<id>urn:sha1:a18e837cb56da42a500a438a09afcbddad8b3a94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to fix Centos build.</title>
<updated>2018-07-09T20:28:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-07-09T20:28:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8e79595c7867a634d89fe9da37dc142d63182a02'/>
<id>urn:sha1:8e79595c7867a634d89fe9da37dc142d63182a02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write image subs to DCPs.</title>
<updated>2018-07-08T22:26:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-07-08T22:26:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=54ef3f25f924a677de0d71e1f773898b56ab5852'/>
<id>urn:sha1:54ef3f25f924a677de0d71e1f773898b56ab5852</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix corruption of subsampled images that are being placed into black</title>
<updated>2018-03-02T01:28:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-03-02T01:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b6be1b4e51c81070ec3b00e850f010ecb78eef4d'/>
<id>urn:sha1:b6be1b4e51c81070ec3b00e850f010ecb78eef4d</id>
<content type='text'>
frames at odd offsets, using the same approach that is used when
cropping.  Should fix #1227.
</content>
</entry>
<entry>
<title>Add SWS_ACCURATE_RND to sws flags.  Without this, conversions to RGB in</title>
<updated>2018-02-12T23:47:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-12T23:47:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b17a5963f9c79e3e99890f32129105dd49fb0c29'/>
<id>urn:sha1:b17a5963f9c79e3e99890f32129105dd49fb0c29</id>
<content type='text'>
crop_scale_window_test leave the 6 pixels at the right side of the image
uninitialised (sws_scale doesn't fill them in with anything) so you get
garbage in the output.  SWS_ACCURATE_RND fixes it.  There are whisperings
that this is slow, so the impact of this patch may need to be measured
in some "real" situations.
</content>
</entry>
<entry>
<title>Harden alpha blend tests and fix alpha_blend again.</title>
<updated>2018-01-11T00:45:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-11T00:45:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3409c7f2c9328386f225d49bfe65fc7b7b9a8c68'/>
<id>urn:sha1:3409c7f2c9328386f225d49bfe65fc7b7b9a8c68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix yet more pixel order confusions.</title>
<updated>2018-01-10T01:00:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-10T01:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f59ae2d9793699fd0e18f9e53ff362c26c2ef00c'/>
<id>urn:sha1:f59ae2d9793699fd0e18f9e53ff362c26c2ef00c</id>
<content type='text'>
</content>
</entry>
</feed>
