summaryrefslogtreecommitdiff
path: root/tools/dcpinfo.cc
AgeCommit message (Expand)Author
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
2013-07-07Working decryption via KDM.Carl Hetherington
2013-05-04Split CPL up into its own files.Carl Hetherington
2013-01-17Use new Size struct.Carl Hetherington
2012-10-25Use signals2 rather than sigc++Carl Hetherington
2012-09-09Test subtitle attributes too.Carl Hetherington
2012-09-09List subtitles in test output.Carl Hetherington
2012-09-09Somewhat hacky rearrangement to support multiple CPLs per DCP.Carl Hetherington
2012-09-07Tweaks to dcpinfo.Carl Hetherington
2012-09-06Add a test corpus for XML.Carl Hetherington