summaryrefslogtreecommitdiff
path: root/tools/dcpinfo.cc
AgeCommit message (Expand)Author
2024-04-18Rename classes.Carl Hetherington
2024-04-18Fix includes.Carl Hetherington
2023-10-09Add wrappers around boost::filesystem methods that handle theCarl Hetherington
2023-10-06Cleanup: sorting.Carl Hetherington
2023-02-26Remove LIBDCP_VERSION in favour of dcp::version.v1.8.62Carl Hetherington
2021-06-26C++11 cleanup.Carl Hetherington
2021-01-22Assorted c++11 cleanups.Carl Hetherington
2021-01-21Use enum class for the things in types.hCarl Hetherington
2021-01-17Make CPL annotation_text optional.Carl Hetherington
2021-01-17Change subtitle SubtitleAsset API to return const Subtitle pointers; add subt...Carl Hetherington
2021-01-17Replace std::list with std::vector in the API.Carl Hetherington
2021-01-08std::shared_ptrCarl Hetherington
2020-11-02Make MonoPictureAsset implement the Data interface.Carl Hetherington
2020-09-22Fix crashes when static linking due to tricky lifetimecrashCarl Hetherington
2020-06-19Show CPL IDs in dcpinfo.Carl Hetherington
2020-04-14s/DCPReadError/ReadError/gCarl Hetherington
2020-03-16Fix misformatting of dcpinfo output.Carl Hetherington
2020-03-15Fix getopt string.Carl Hetherington
2020-03-15Allow general restriction of what is output.Carl Hetherington
2019-12-22Some cleanups; output total time.Carl Hetherington
2019-12-22Use VerificationNote for non-fatal errors in DCP::read.Carl Hetherington
2019-03-18Accept that <Duration> and <EntryPoint> are optional, and account for this in...Carl Hetherington
2018-12-12Add duration as H:M:S:F.Carl Hetherington
2018-07-07SubtitleString -> shared_ptr<Subtitle>Carl Hetherington
2018-04-07Try to fix Windows build.Carl Hetherington
2018-04-07Support decryption and decompression of picture assets.Carl Hetherington
2018-04-07Add optional dump of JPEG2000 picture sizes.Carl Hetherington
2018-02-22Cope nicely with VFs in dcpinfo.Carl Hetherington
2017-07-24Allow dcpinfo to read a CPL.Carl Hetherington
2017-04-04Add some more bits to the dcpinfo.Carl Hetherington
2016-09-27Small cleanups.Carl Hetherington
2016-09-27Fix GPL boilerplate in tools/Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2015-12-16Tidy API; subtitle_asset() -> asset()>Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-05Initial work on SMPTE subtitles.Carl Hetherington
2015-06-05MXF -> Asset in lots of places.Carl Hetherington
2015-06-05Rename some stuff Content -> Asset.Carl Hetherington
2015-06-04Add halign to SubtitleString's operator<< and use it for dcpinfo.Carl Hetherington
2014-12-27Rename color -> colour.Carl Hetherington
2014-12-14Switch subtitle string font specs to be the font ID; split SubtitleContent in...Carl Hetherington
2014-07-02Tweaks: don't use shared_ptr for dcp::SubtitleString; SubtitleContent::write_...Carl Hetherington
2014-05-03Assorted test fixes.Carl Hetherington
2014-05-03Use exceptions to hold errors even in the keep_going case.Carl Hetherington
2014-05-03Add --keep-going option.Carl Hetherington
2014-03-18Merge master.Carl Hetherington
2014-03-18Various test tidying.Carl Hetherington
2014-01-26It builds again.Carl Hetherington
2014-01-17Asset -> MXF in some cases.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington