<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/ffmpeg_decoder.cc, branch v2.6.24</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.6.24</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.6.24'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2016-02-15T23:16:35Z</updated>
<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>
<entry>
<title>Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 but only for preview.</title>
<updated>2015-10-26T09:37:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-26T09:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2e62b2c0de47fc8e5bcb5466b2876f9b23d2ae84'/>
<id>urn:sha1:2e62b2c0de47fc8e5bcb5466b2876f9b23d2ae84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Avoid decoding other packets when looking for subs."</title>
<updated>2015-10-23T15:12:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-23T15:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=526fd6de4c80a7ac9614a1cb0209efff7b171cd5'/>
<id>urn:sha1:526fd6de4c80a7ac9614a1cb0209efff7b171cd5</id>
<content type='text'>
This reverts commit 9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49.

It causes corruption in prophet_clip.xml for reasons that
are not yet known.
</content>
</entry>
<entry>
<title>Avoid decoding other packets when looking for subs.</title>
<updated>2015-10-16T13:38:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-16T13:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49'/>
<id>urn:sha1:9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49</id>
<content type='text'>
The "accumulation" of, for example, video data when we are looking
for audio data is an *optimisation* to reduce the number of seeks.
It should not be necessary for correctness (the output should be right
even if we never kept anything except what we were looking for).

Doing this accumulation is not always an optimisation; sometimes not
doing it is better.  Avoiding it when going back for subtitles is one
of these cases.
</content>
</entry>
</feed>
