<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/ffmpeg.cc, branch fix-dmg-version</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=fix-dmg-version</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=fix-dmg-version'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2022-01-11T15:34:26Z</updated>
<entry>
<title>Use a separate AVFrame for each stream when decoding.</title>
<updated>2022-01-11T15:34:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-01-11T15:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=32925ee291446cfba8bbd35828ba1719373edb40'/>
<id>urn:sha1:32925ee291446cfba8bbd35828ba1719373edb40</id>
<content type='text'>
This seems to be what ffplay does and it feels like it makes sense
as frames may be built from multiple packets AFAICS.
</content>
</entry>
<entry>
<title>If there is no end time in an AVSubtitle it seems we should use the AVPacket's duration.</title>
<updated>2021-10-24T23:14:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-24T22:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fff2c8e7ec45cd4473c0753d67e06ee5b589717b'/>
<id>urn:sha1:fff2c8e7ec45cd4473c0753d67e06ee5b589717b</id>
<content type='text'>
This fixes #2110.  I don't have a particular justification for it being
the right thing to do.
</content>
</entry>
<entry>
<title>Add another believed-correct subtitle timing fix.</title>
<updated>2021-09-12T23:22:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-09-12T20:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fc1441eeaa3c0805c37809685ea7a3f5ca173666'/>
<id>urn:sha1:fc1441eeaa3c0805c37809685ea7a3f5ca173666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix missing subtitles embedded in files decoded by FFmpeg (#2060).</title>
<updated>2021-09-12T23:22:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-09-12T20:43:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=60450bd93af0b331d7b98c88aa199366305f0721'/>
<id>urn:sha1:60450bd93af0b331d7b98c88aa199366305f0721</id>
<content type='text'>
Since the FFmpeg 4.4 update it seems that AVSubtitle::pts is no longer
set (it's AV_NOPTS_VALUE, i think).

Instead we apparently need to get the PTS from the packet, which in
turn requires the stream's timebase.
</content>
</entry>
<entry>
<title>Switch decoding to ffmpeg send/receive API.</title>
<updated>2021-04-30T23:31:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-28T22:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e29ce33a36c2e20444d57196defc86d5072bce81'/>
<id>urn:sha1:e29ce33a36c2e20444d57196defc86d5072bce81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up some error handling a little.</title>
<updated>2021-04-30T23:31:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-28T08:50:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e5ae44fe8287c6a5f91c8f9dfced7cb661f0d79b'/>
<id>urn:sha1:e5ae44fe8287c6a5f91c8f9dfced7cb661f0d79b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some FFmpeg-related warnings by using AVStream::codecpar.</title>
<updated>2021-04-30T23:31:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-28T06:47:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c93d0271dad86dccdbe518dbbe6e2175adce6804'/>
<id>urn:sha1:c93d0271dad86dccdbe518dbbe6e2175adce6804</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assorted C++11/formatting cleanups.</title>
<updated>2021-04-07T20:15:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-07T20:15:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7bc2134d658778e04f1756c255e604b4ab5a5831'/>
<id>urn:sha1:7bc2134d658778e04f1756c255e604b4ab5a5831</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable multi-threaded decoding with FFmpeg (helps with #1887).</title>
<updated>2021-02-28T20:50:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-28T20:50:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=981f76a38547b30e67b94eb1c98308edf65d76ef'/>
<id>urn:sha1:981f76a38547b30e67b94eb1c98308edf65d76ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C++11 tweaks.</title>
<updated>2021-02-28T20:50:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-28T20:50:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e7440b69bf0dc486314544b0e1fb5ac2d45a9a8d'/>
<id>urn:sha1:e7440b69bf0dc486314544b0e1fb5ac2d45a9a8d</id>
<content type='text'>
</content>
</entry>
</feed>
