<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/examples/read_dcp.cc, branch debug</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=debug</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=debug'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2024-09-03T21:18:36Z</updated>
<entry>
<title>Fix up example.</title>
<updated>2024-09-03T21:18:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-03T21:18:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=13c738a189e574b80c2b8eca9baa485264664dde'/>
<id>urn:sha1:13c738a189e574b80c2b8eca9baa485264664dde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>{,Interop,SMPTE}SubtitleAsset -&gt; {,Interop,SMPTE}TextAsset.</title>
<updated>2024-08-17T10:57:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-28T21:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8e43142645252daeeaccbad7b9f3ed746c4b2382'/>
<id>urn:sha1:8e43142645252daeeaccbad7b9f3ed746c4b2382</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename classes.</title>
<updated>2024-04-18T10:11:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-11-08T22:55:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=ddb999544ab9da2a3a4760baf241a5ef8520c37e'/>
<id>urn:sha1:ddb999544ab9da2a3a4760baf241a5ef8520c37e</id>
<content type='text'>
sed -i "s/\&lt;PictureAsset/J2KPictureAsset/g" src/*.{cc,h}
sed -i "s/\&lt;dcp::PictureAsset/dcp::J2KPictureAsset/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc
sed -i "s/\&lt;MonoPictureAsset/MonoJ2KPictureAsset/g" src/*.{cc,h} tools/*.cc test/*.{cc,h}
sed -i "s/\&lt;dcp::MonoPictureAsset/dcp::MonoJ2KPictureAsset/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc
sed -i "s/\&lt;StereoPictureAsset/StereoJ2KPictureAsset/g" src/*.{cc,h} tools/*.cc
sed -i "s/\&lt;dcp::StereoPictureAsset/dcp::StereoJ2KPictureAsset/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc
sed -i "s/\&lt;MonoPictureFrame/MonoJ2KPictureFrame/g" src/*.{cc,h} tools/*.cc test/*.{cc,h}
sed -i "s/\&lt;dcp::MonoPictureFrame/dcp::MonoJ2KPictureFrame/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc
sed -i "s/\&lt;StereoPictureFrame/StereoJ2KPictureFrame/g" src/*.{cc,h} tools/*.cc
sed -i "s/\&lt;dcp::StereoPictureFrame/dcp::StereoJ2KPictureFrame/g" src/*.{cc,h} test/*.{cc,h} tools/*.cc examples/*.cc
</content>
</entry>
<entry>
<title>Fix includes.</title>
<updated>2024-04-18T10:11:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-11-08T22:43:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=f6d466eee4f1381a65da4b5f6d60924e6a81df4e'/>
<id>urn:sha1:f6d466eee4f1381a65da4b5f6d60924e6a81df4e</id>
<content type='text'>
sed -i "s/#include \"stereo_picture_asset_writer.h\"/#include \"stereo_j2k_picture_asset_writer.h\""/g src/*.{cc,h}
sed -i "s/#include \"mono_picture_asset_writer.h\"/#include \"mono_j2k_picture_asset_writer.h\""/g src/*.{cc,h} examples/*.cc
sed -i "s/#include \"stereo_picture_asset_reader.h\"/#include \"stereo_j2k_picture_asset_reader.h\""/g src/*.{cc,h}
sed -i "s/#include \"mono_picture_asset_reader.h\"/#include \"mono_j2k_picture_asset_reader.h\""/g src/*.{cc,h} test/*.cc examples/*.cc
sed -i "s/#include \"stereo_picture_asset.h\"/#include \"stereo_j2k_picture_asset.h\""/g src/*.{cc,h} test/*.cc examples/*.cc
sed -i "s/#include \"mono_picture_asset.h\"/#include \"mono_j2k_picture_asset.h\""/g src/*.{cc,h} examples/*.cc
sed -i "s/#include \"picture_asset_writer.h\"/#include \"j2k_picture_asset_writer.h\""/g src/*.{cc,h} test/*.cc
sed -i "s/#include \"mono_picture_asset_writer.h\"/#include \"mono_j2k_picture_asset_writer.h\""/g src/*.{cc,h} test/*.cc tools/*.cc
sed -i "s/#include \"picture_asset.h\"/#include \"j2k_picture_asset.h\""/g src/*.{cc,h} tools/*.cc
sed -i "s/#include \"mono_picture_asset.h\"/#include \"mono_j2k_picture_asset.h\""/g src/*.{cc,h} test/*.cc tools/*.cc
sed -i "s/#include \"mono_picture_frame.h\"/#include \"mono_j2k_picture_frame.h\""/g src/*.{cc,h} test/*.cc examples/*.cc
sed -i "s/#include \"stereo_picture_frame.h\"/#include \"stereo_j2k_picture_frame.h\""/g src/*.{cc,h}
sed -i "s/#include \"picture_asset_writer_common.cc\"/#include \"j2k_picture_asset_writer_common.cc\""/g src/*.{cc,h}
</content>
</entry>
<entry>
<title>Formatting tidying; use vector instead of scoped_array.</title>
<updated>2023-05-14T22:46:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-14T22:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=396fc05940f4b6df5dad302f635cec87b8c8a259'/>
<id>urn:sha1:396fc05940f4b6df5dad302f635cec87b8c8a259</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing initialisation calls to example.</title>
<updated>2022-12-12T16:33:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-12T16:33:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=fe474571eda2ef0eed219d32a9e517512faec52a'/>
<id>urn:sha1:fe474571eda2ef0eed219d32a9e517512faec52a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak path in the example.</title>
<updated>2022-03-07T20:52:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-07T20:52:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=03a4fab49fd5a0b3c4b82ee174501b650db78d80'/>
<id>urn:sha1:03a4fab49fd5a0b3c4b82ee174501b650db78d80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix/hide some warnings.</title>
<updated>2021-04-13T23:00:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-13T23:00:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=274dd30f2b11fe8ea563a2ac7436c9d463865b0b'/>
<id>urn:sha1:274dd30f2b11fe8ea563a2ac7436c9d463865b0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>c++11 bits in examples/</title>
<updated>2021-01-21T23:53:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-21T23:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=bebe2f996176113a527bf2492fd179420493d0ff'/>
<id>urn:sha1:bebe2f996176113a527bf2492fd179420493d0ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename encrypted() to any_encrypted() and add all_encrypted().</title>
<updated>2021-01-18T23:32:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-18T23:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=1f284533185a798c0ed36669bd6c9729adf6ec5a'/>
<id>urn:sha1:1f284533185a798c0ed36669bd6c9729adf6ec5a</id>
<content type='text'>
</content>
</entry>
</feed>
