<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/ffmpeg_decoder.cc, branch v2.7.3</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.7.3</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.7.3'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2016-03-08T12:43:46Z</updated>
<entry>
<title>FFmpeg-related build and warning fixes.</title>
<updated>2016-03-08T12:43:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-03-08T12:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2acb65ac1502de08c9398f97ca41ecbf9d2243f0'/>
<id>urn:sha1:2acb65ac1502de08c9398f97ca41ecbf9d2243f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error on loading pre-configurable-FFmpeg-subtitle-colour projects on later versions of DoM.</title>
<updated>2016-02-29T01:27:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-29T01:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6aadfd3e775d7c23047dad1f383b8b68ba964782'/>
<id>urn:sha1:6aadfd3e775d7c23047dad1f383b8b68ba964782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow changes to colours of FFmpeg subtitles (#795).</title>
<updated>2016-02-26T21:06:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-26T21:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cef07676fb15c9f1c3c3073d22f06ffe95d9c2ce'/>
<id>urn:sha1:cef07676fb15c9f1c3c3073d22f06ffe95d9c2ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix overlapping SSA subs.</title>
<updated>2016-02-15T23:16:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-15T23:16:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f4901f4de5e48f53c62e89bbe01925bc9d6ee4f2'/>
<id>urn:sha1:f4901f4de5e48f53c62e89bbe01925bc9d6ee4f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support SSA subtitles embedded within FFmpeg files.</title>
<updated>2016-02-15T22:34:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-15T08:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=54d17e98a597334bf1ba2615e3eb6191088f606f'/>
<id>urn:sha1:54d17e98a597334bf1ba2615e3eb6191088f606f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Small cleanup.</title>
<updated>2016-02-09T00:25:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-09T00:25:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1c996bf18ee3731e3533c82dae98e5abaa336a32'/>
<id>urn:sha1:1c996bf18ee3731e3533c82dae98e5abaa336a32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash when a frame being deinterleaved has fewer audio channels</title>
<updated>2016-02-09T00:15:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-09T00:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0b520c4aaca4acb9cdf6334858b462d1a657209d'/>
<id>urn:sha1:0b520c4aaca4acb9cdf6334858b462d1a657209d</id>
<content type='text'>
than its stream; I'm not sure why this happens but the file that
triggered this commit was stereo AC3 and the crash happened when
(embedded) subtitles were enabled and the file seek was seeked
randomly.  There were frame-sync errors from FFmpeg around the crash.
</content>
</entry>
<entry>
<title>Subtitle "to" times used to be stored against their "from" times.</title>
<updated>2016-02-01T00:26:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-01T00:26:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=22873931f874a87fcf6a0077eddbec0f97eb3423'/>
<id>urn:sha1:22873931f874a87fcf6a0077eddbec0f97eb3423</id>
<content type='text'>
Sadly an example shows that from times are not unique.  This patch
uses a hash of stuff from the first AVSubtitle as the key.
</content>
</entry>
<entry>
<title>Split FilterGraph into that and VideoFilterGraph.</title>
<updated>2015-11-18T20:51:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-11-09T23:11:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b147c77c6d44399ad522298ac52a481fe5988287'/>
<id>urn:sha1:b147c77c6d44399ad522298ac52a481fe5988287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Speculative fix for image corruption following 2e62b2c0de47fc8e5bcb5466b2876f9b23d2ae84</title>
<updated>2015-10-26T13:03:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-26T13:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a9f8daff61e227f046f5b87830ce902fd9c3fed7'/>
<id>urn:sha1:a9f8daff61e227f046f5b87830ce902fd9c3fed7</id>
<content type='text'>
</content>
</entry>
</feed>
