<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/wscript, branch 1.0-new-asdcplib</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=1.0-new-asdcplib</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=1.0-new-asdcplib'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2015-04-30T20:13:02Z</updated>
<entry>
<title>Fix header install list.</title>
<updated>2015-04-30T20:13:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-04-30T20:13:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=60798b451947c544a1f8453a28f1c4bd17515320'/>
<id>urn:sha1:60798b451947c544a1f8453a28f1c4bd17515320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename some things to ...Node.</title>
<updated>2015-04-30T18:22:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-04-30T18:22:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=2246204c213d61b2cde7a85d6038156283670c9d'/>
<id>urn:sha1:2246204c213d61b2cde7a85d6038156283670c9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Express colour conversions as chromaticities and adjust so that</title>
<updated>2015-04-22T12:58:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-04-22T12:58:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=86bfdeb77f55b379302a65b22f57fc0583ec6b3c'/>
<id>urn:sha1:86bfdeb77f55b379302a65b22f57fc0583ec6b3c</id>
<content type='text'>
everything is specified as something_to_xyz and then you can get
an inverse LUT if you want one.
</content>
</entry>
<entry>
<title>Remove Image and ARGBImage and just dump RGB data into</title>
<updated>2015-02-02T22:33:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-02-02T22:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=989f182558193a51e0a26603fb2ca59f827216a0'/>
<id>urn:sha1:989f182558193a51e0a26603fb2ca59f827216a0</id>
<content type='text'>
uint8_t* buffers.  This is hopefully simpler than trying
to come up with some Image hierarchy that suits everything.
</content>
</entry>
<entry>
<title>Rename XYZFrame -&gt; XYZImage and ARGBFrame -&gt; ARGBImage.</title>
<updated>2015-02-02T19:25:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-02-02T19:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=0d7fe66361a40702cb97357955cf35256f1d2c26'/>
<id>urn:sha1:0d7fe66361a40702cb97357955cf35256f1d2c26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make a parent for SMPTELoadFont and InteropLoadFont.</title>
<updated>2015-01-04T01:13:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-01-04T01:13:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=695506b51231548d76d9c8b5848671faab4a27b4'/>
<id>urn:sha1:695506b51231548d76d9c8b5848671faab4a27b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build of gcov stuff.</title>
<updated>2014-12-28T01:34:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-12-28T01:34:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=b439dfdad90912c52966977698c320e2b547372a'/>
<id>urn:sha1:b439dfdad90912c52966977698c320e2b547372a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change colourspace handling round a bit:</title>
<updated>2014-12-28T00:46:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-12-27T20:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=75788462338b1b4f464d075465da3cb372c40004'/>
<id>urn:sha1:75788462338b1b4f464d075465da3cb372c40004</id>
<content type='text'>
- move the essence of GammaLUT into TransferFunction and handle
  different bit depths more neatly
- add ColourConversion to describe input gamma correction, colour
  transformation and then output gamma correction in one class.
- add default ColourConversions for sRGB-&gt;XYZ, Rec709-&gt;XYZ and
  XYZ-&gt;RGB.
</content>
</entry>
<entry>
<title>Add gcov test coverage (written to build/test/coverage) and a couple more tests.</title>
<updated>2014-12-27T23:25:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-12-27T23:25:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=0a42284a3d1eb6d9fe6dfbdec02a702d7f613ae1'/>
<id>urn:sha1:0a42284a3d1eb6d9fe6dfbdec02a702d7f613ae1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing header installs.</title>
<updated>2014-12-15T15:02:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-12-15T15:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=71ebf0a6ba2e990bfe30a1c109f5cad0fcd3ee14'/>
<id>urn:sha1:71ebf0a6ba2e990bfe30a1c109f5cad0fcd3ee14</id>
<content type='text'>
</content>
</entry>
</feed>
