<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/ffmpeg_encoder.cc, branch v2.13.37</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.13.37</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.13.37'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2018-07-22T20:29:40Z</updated>
<entry>
<title>On reflection showing CCAPs over the main picture doesn't make much sense.</title>
<updated>2018-07-22T20:29:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-07-22T20:29:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dffc146e5387a0b3f7a671d845d6c3051b0e7067'/>
<id>urn:sha1:dffc146e5387a0b3f7a671d845d6c3051b0e7067</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Untested; allow viewing of subtitles or closed captions in the preview.</title>
<updated>2018-07-20T18:55:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-07-20T18:55:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ad70feebe3a9a89865185b05e084b326637ff81e'/>
<id>urn:sha1:ad70feebe3a9a89865185b05e084b326637ff81e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reword again: Text -&gt; Caption and Plain -&gt; Text.</title>
<updated>2018-07-19T22:45:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-07-19T20:48:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9cb73fbc0fa4643612f01665bc6d9fc430656f32'/>
<id>urn:sha1:9cb73fbc0fa4643612f01665bc6d9fc430656f32</id>
<content type='text'>
sed -i "s/ActiveText/ActiveCaptions/g" src/lib/*.{cc,h}
sed -i "s/active_text.h/active_captions.h/g" src/lib/*.{cc,h}
sed -i "s/active_text.cc/active_captions.cc/g" src/lib/wscript
mv src/lib/active_text.cc src/lib/active_captions.cc
mv src/lib/active_text.h src/lib/active_captions.h

sed -i "s/PlainTextFileContent/TextCaptionFileContent/g" src/lib/*.{cc,h} src/wx/*.cc
sed -i "s/PlainTextFile/TextCaptionFile/g" src/lib/*.{cc,h} src/wx/*.cc
sed -i "s/plain_text_file_content/text_caption_file_content/g" src/lib/*.{cc,h} src/lib/wscript src/wx/*.{cc,h} test/*.cc
mv src/lib/plain_text_file_content.cc src/lib/text_caption_file_content.cc
mv src/lib/plain_text_file_content.h src/lib/text_caption_file_content.h

sed -i "s/PlainTextFileDecoder/TextCaptionFileDecoder/g" src/lib/*.{cc,h}
sed -i "s/plain_text_file_decoder/text_caption_file_decoder/g" src/lib/*.{cc,h} src/lib/wscript src/wx/*.{cc,h}
mv src/lib/plain_text_file_decoder.cc src/lib/text_caption_file_decoder.cc
mv src/lib/plain_text_file_decoder.h src/lib/text_caption_file_decoder.h

sed -i "s/PlayerText/PlayerCaption/g" src/lib/*.{cc,h}
sed -i "s/player_text.cc/player_caption.cc/g" src/lib/wscript
sed -i "s/player_text.h/player_caption.h/g" src/lib/*.{cc,h}
mv src/lib/player_text.cc src/lib/player_caption.cc
mv src/lib/player_text.h src/lib/player_caption.h

sed -i "s/ContentPlainText/ContentTextCaption/g" src/lib/*.{cc,h} src/wx/*.{cc,h}
sed -i "s/ContentBitmapText/ContentBitmapCaption/g" src/lib/*.{cc,h} src/wx/*.{cc,h}

sed -i "s/PlainText/TextCaption/g" src/lib/*.{cc,h} test/*.cc
sed -i "s/plain_text.h/text_caption.h/g" src/lib/*.{cc,h}
mv src/lib/plain_text.h src/lib/text_caption.h
</content>
</entry>
<entry>
<title>Partial conversion of PlayerSubtitles -&gt; PlayerText and SubtitleString -&gt; PlainText.</title>
<updated>2018-07-19T22:45:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-07-19T18:58:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ae95d9cab28e414245e15ddeae20e96735594a8b'/>
<id>urn:sha1:ae95d9cab28e414245e15ddeae20e96735594a8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for new FFmpeg.</title>
<updated>2018-04-25T21:58:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-04-25T21:58:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=154ed362f541b018b6aca2a76e2e94dbfffa9d87'/>
<id>urn:sha1:154ed362f541b018b6aca2a76e2e94dbfffa9d87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused parameter; set audio frame size from the video/audio frame rates.</title>
<updated>2018-03-01T23:39:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-03-01T23:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dcacf91a98cefe4776757708ab65152acd65ba94'/>
<id>urn:sha1:dcacf91a98cefe4776757708ab65152acd65ba94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid a memcpy in the export code.</title>
<updated>2018-03-01T20:19:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-03-01T20:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8628ff82abf4c22b480974eded4397db4a1480cb'/>
<id>urn:sha1:8628ff82abf4c22b480974eded4397db4a1480cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Warning fixes.</title>
<updated>2018-02-05T01:06:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-05T01:06:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6f3505df53239cb0119519ad8318044b74d6e9d9'/>
<id>urn:sha1:6f3505df53239cb0119519ad8318044b74d6e9d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Film dependency from Butler.</title>
<updated>2017-08-14T20:07:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-08-02T14:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d66bcea066deb3b3cd919a69aab7e2078fb52ca8'/>
<id>urn:sha1:d66bcea066deb3b3cd919a69aab7e2078fb52ca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic multithread of DCP decryption during export.</title>
<updated>2017-07-26T16:08:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-07-26T16:08:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0302594838ce422afb3346ecc91a1bdfd26c00de'/>
<id>urn:sha1:0302594838ce422afb3346ecc91a1bdfd26c00de</id>
<content type='text'>
</content>
</entry>
</feed>
