Small bits of pre-release tidying.
[libdcp.git] / src / asset.cc
2021-01-23 Carl HetheringtonSmall bits of pre-release tidying.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-07 Carl Hetheringtonstd::shared_ptr
2018-09-02 Carl HetheringtonHopefully-correct PKL and AssetMap when using Interop...
2018-08-16 Carl HetheringtonRead PKL when reading DCP.
2016-08-17 Carl HetheringtonUse an optional<> where there should be one.
2016-07-29 Carl HetheringtonComments.
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-02 Carl HetheringtonAdd Asset::set_hash().
2016-06-02 Carl HetheringtonUse optional<> for _hash and make it private.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2016-04-22 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-04-18 Carl HetheringtonReplace hack with use of generic_string from boost...
2015-10-28 Carl HetheringtonDon't add external (referenced) assets to the PKL.
2015-09-15 Carl HetheringtonConsider assets outside the DCP as referenced assets... 1.0-vf
2015-08-18 Carl HetheringtonFix previous.
2015-08-18 Carl HetheringtonDon't allow backslashes into the ASSETMAP on Windows.
2015-06-24 Carl HetheringtonMerge.
2015-06-24 Carl HetheringtonFix various SNAFUs with Font ID handling.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-09 Carl HetheringtonBasically-working interop subtitle font handling.
2015-06-03 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-06-02 Carl HetheringtonNo-op; comments.
2015-01-07 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-01-07 Carl HetheringtonUse a typedef for a note-taking functor.
2014-12-28 Carl HetheringtonPurge assert() from src/, at least (not asdcplib).
2014-12-28 Carl HetheringtonRemove unused method.
2014-07-21 Carl HetheringtonVarious attempts to clean up DCP comparison code.
2014-07-04 Carl HetheringtonTweak comments.
2014-06-13 Carl HetheringtonWork around symbol clash with ERROR on Win32/mingw.
2014-05-14 Carl HetheringtonMerge master.
2014-05-11 Carl HetheringtonUse raw_convert instead of boost::lexical_cast as it...
2014-03-18 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-03-15 Carl HetheringtonClean up OS X build slightly. Better error on failure...
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-02-12 Carl HetheringtonVarious small fixes.
2014-02-08 Carl HetheringtonFix typo.
2014-02-08 Carl HetheringtonFix a couple of errors in Interop XML
2014-01-28 Carl HetheringtonVarious fixes.
2014-01-27 Carl HetheringtonVarious tinkerings.
2014-01-26 Carl HetheringtonIt builds again.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl HetheringtonNew Asset and Object classes; make CPL use them.
2014-01-17 Carl HetheringtonAsset -> ContentAsset.
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-11-25 Carl HetheringtonRemove redundant fstream includes.
2013-10-19 Carl HetheringtonSome more boost::filesystem::path.
2013-09-25 Carl HetheringtonSwitch away from the many-constructor-arguments approac...
2013-09-25 Carl HetheringtonAdd round-trip KDM test. Fix various bugs in KDM gener...
2013-08-29 Carl HetheringtonOptional progress reporting when making MXF hashes.
2013-07-13 Carl HetheringtonMore leniancy in comparions.
2013-07-02 Carl HetheringtonMerge master; at least partially.
2013-06-18 Carl HetheringtonMerge master.
2013-06-07 Carl HetheringtonMerge branch 'master' into cxml
2013-06-02 Carl HetheringtonMerge master.
2013-05-13 Carl HetheringtonUse libxml++ for writing XML.
2013-05-04 Carl HetheringtonMerge master.
2013-05-02 Carl HetheringtonMove edit rate / durations / entry point etc. into...
2013-04-15 Carl HetheringtonUse boost::function for making notes during equals...
2013-01-14 Carl HetheringtonMerge master
2013-01-13 Carl HetheringtonRemove unused progress parameter to make_digest; some...
2013-01-05 Carl HetheringtonVarious probably quite untidy progress on KDMs.
2013-01-03 Carl HetheringtonWrite PKL using libxml++ and sign them.
2012-10-19 Carl HetheringtonInitial work on subtitle writing.
2012-08-13 Carl HetheringtonPartial subtitle work.
2012-08-09 Carl HetheringtonAdd picture frame extraction.
2012-08-02 Carl HetheringtonTidy up equality options slightly.
2012-08-01 Carl HetheringtonCompare using maximum mean absolute difference and...
2012-08-01 Carl HetheringtonMerge.
2012-08-01 Carl HetheringtonTweak to build onboost filesystem v2
2012-08-01 Carl HetheringtonWindows build fixes.
2012-07-31 Carl HetheringtonLazy digest building.
2012-07-31 Carl HetheringtonInspect J2K data in MXFs.
2012-07-31 Carl HetheringtonTweak.
2012-07-31 Carl HetheringtonMetadata checking for MXFs.
2012-07-31 Carl HetheringtonBitwise MXF comparison.
2012-07-30 Carl Hetheringtonpath -> dir, name for MXFs.
2012-07-20 Carl HetheringtonTry to work on old versions of boost filesystem.
2012-07-19 Carl HetheringtonFix bizarre quotation mark insertion by newer boost...
2012-07-17 Carl HetheringtonTags -> Metadata
2012-07-17 Carl HetheringtonDoc fixes.
2012-07-17 Carl HetheringtonFix up progress reporting, some better exceptions.
2012-07-17 Carl HetheringtonSome comments; fix up a UUID I think.
2012-07-17 Carl HetheringtonVarious test hackery.
2012-07-17 Carl HetheringtonVarious testing tweaks.
2012-07-16 Carl HetheringtonASDCPLib builds.
2012-07-16 Carl HetheringtonImport.