<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blind/src/util, branch master</title>
<subtitle>[Stable] make(1)-centric video editor
</subtitle>
<id>https://git.maandree.se/blind/atom?h=master</id>
<link rel='self' href='https://git.maandree.se/blind/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/'/>
<updated>2017-12-04T21:37:14Z</updated>
<entry>
<title>Fix typo bug found by Michael McConville</title>
<updated>2017-12-04T21:37:14Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-12-04T21:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/commit/?id=f5c5a803b516c2246339cec5e576f7e227729554'/>
<id>urn:sha1:f5c5a803b516c2246339cec5e576f7e227729554</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix colour distortion</title>
<updated>2017-09-23T19:57:45Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-09-23T19:57:45Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/commit/?id=4154609e5de76bc8858d3f86e0af09ba2700c488'/>
<id>urn:sha1:4154609e5de76bc8858d3f86e0af09ba2700c488</id>
<content type='text'>
This matrices are not convert to or from the proper YUV colour space both
rather the ones used in videos. srgb_to_yuv was created by converting the
image [sRGB(100%, 0, 0); sRGB(0, 100%, 0); sRGB(0, 0, 100%)] to YUV with
FFmpeg and transposing the matrix. yuv_to_srgb is the inversion of that
matrix, the values in the first column should all be 1 but are not due to
rounding/truncation error.

Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix conversion of Y value</title>
<updated>2017-09-23T17:14:42Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-09-23T17:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/commit/?id=2b646382a5745b65d32e6bc66b9cf41149673c8c'/>
<id>urn:sha1:2b646382a5745b65d32e6bc66b9cf41149673c8c</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Update blind-convert to support unconverted output from ffmpeg and partially converted output</title>
<updated>2017-08-06T00:52:29Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-08-06T00:52:29Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/commit/?id=b640dfad6fd5c0ae3a9bfdd9b4bd54e387b0cc51'/>
<id>urn:sha1:b640dfad6fd5c0ae3a9bfdd9b4bd54e387b0cc51</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add support for skipping conversion to CIEXYZ (not complete)</title>
<updated>2017-08-04T22:03:44Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-08-04T22:03:44Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/commit/?id=ba67e5506bd93eef064d72883ff94dbadee14082'/>
<id>urn:sha1:ba67e5506bd93eef064d72883ff94dbadee14082</id>
<content type='text'>
Some tools are colour space agnostic or even encoding
agnostic, by skipping conversion to CIEXYZ when these
tools are used, the rendering time can be significantly
reduced. The video can also be split horizontally and
vertically, and latted merged back, so it is not necessary
to convert the entire video if only parts of it actually
need it.

Because some tools are less agnostic than other tools,
partial conversion to CIEXYZ is also added.

blind-convert must be updated, and all tools most be test

Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix support for using sockets insteads of pipes</title>
<updated>2017-07-23T20:55:14Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-07-23T20:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/commit/?id=d391ca2ddb719d2478e824dec082b849613eeda6'/>
<id>urn:sha1:d391ca2ddb719d2478e824dec082b849613eeda6</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2017-07-14T23:04:14Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-07-14T23:04:14Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/commit/?id=f3cde9060c57320c9ed7a9b4bcb494bd411fb1f4'/>
<id>urn:sha1:f3cde9060c57320c9ed7a9b4bcb494bd411fb1f4</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix errors and warnings and make the code cleaner</title>
<updated>2017-05-16T18:14:22Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-05-16T18:14:22Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/commit/?id=0f03cc378e6ce48f17a20e409f93bfc11345a6ed'/>
<id>urn:sha1:0f03cc378e6ce48f17a20e409f93bfc11345a6ed</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add gaussian blur and unshaping kernels</title>
<updated>2017-05-13T22:23:52Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-05-13T22:23:52Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/commit/?id=9e524b9dedeeea7f5d5e39edb80c588b161deed4'/>
<id>urn:sha1:9e524b9dedeeea7f5d5e39edb80c588b161deed4</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add blind-make-kernel</title>
<updated>2017-05-13T18:35:26Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-05-13T18:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/blind/commit/?id=f69ec5134ffc1fc27764ca70d10be92517ec4498'/>
<id>urn:sha1:f69ec5134ffc1fc27764ca70d10be92517ec4498</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
