summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-02Missing noncopyable.Carl Hetherington
2016-06-02Add Asset::set_hash().Carl Hetherington
2016-06-02Various tweaks to ReelAsset hashes.Carl Hetherington
2016-06-02Use optional<> for _hash and make it private.Carl Hetherington
2016-06-01Still more licence fixups.Carl Hetherington
2016-06-01More licence fixups.Carl Hetherington
2016-06-01Add Reader classes to permit much more efficient DCP reading.Carl Hetherington
2016-05-25No-op; Fix GPL address and mention libdcp by name.Carl Hetherington
2016-05-25Fix crash with no atmos.Carl Hetherington
2016-05-25Basic writing of DCPs containing Atmos MXFs; untested.Carl Hetherington
2016-05-25Add very minimal Atmos asset.Carl Hetherington
2016-05-24Add somewhat speculative Rec 1886 and Rec 2020 colour conversions.Carl Hetherington
2016-05-24Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2016-05-24Add reporting of DCP type.Carl Hetherington
2016-05-24Move namespaces into variables.Carl Hetherington
2016-05-23Add missing virtual destructor.Carl Hetherington
2016-05-16Pass annotation text from decrypted to encrypted KDMs.Carl Hetherington
2016-05-15Try to fix comparison of encrypted sound assets.Carl Hetherington
2016-04-24KDM AnnotationText is optional.Carl Hetherington
2016-04-22Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2016-04-22Improve detection of other stuff after certificates.Carl Hetherington
2016-04-18Replace hack with use of generic_string from boost::filesystem.Carl Hetherington
2016-04-12Parse Interop subtitle directions.Carl Hetherington
2016-04-12Add direction support for SMPTE subtitles; fix pragma warnings with non-openm...Carl Hetherington
2016-04-05Basic untested support for bold in subtitles.Carl Hetherington
2016-03-05Remove some unnecessary includes.Carl Hetherington
2016-03-05Add new LocalTime constructor.Carl Hetherington
2016-03-02Actually turn on HMAC use.Carl Hetherington
2016-02-29Add workaround for (apparently) incorrectly-labelled stereo MXFs.Carl Hetherington
2016-02-29Fix erroneous extra character.Carl Hetherington
2016-02-28Use a HMAC context to write HMAC stuff to encrypted MXFs.Carl Hetherington
2016-02-28Add SoundAsset::valid_mxf().Carl Hetherington
2016-02-14Limit values that we use for <ScreenAspectRatio> tags in InteropCarl Hetherington
2016-02-03A little #include tidying.Carl Hetherington
2016-01-27Check for trailing data when loading certificates.Carl Hetherington
2016-01-16Change default MonoPictureFrame constructor to something more useful.Carl Hetherington
2016-01-14Use out-of-tree asdcplib-cthCarl Hetherington
2016-01-13Allow fractional frames per second when computing Time from frames.Carl Hetherington
2016-01-12Small cleanup.Carl Hetherington
2016-01-12Fix colour range in XYZ -> RGBA.Carl Hetherington
2016-01-11Remove unnecessary defines.Carl Hetherington
2016-01-07A couple of hacks to KDMs for testing by Dolby.Carl Hetherington
2016-01-05Try to rationalise handling of urn:uuid: prefixes.Carl Hetherington
2016-01-04Add some GPL boilerplate.Carl Hetherington
2015-12-23Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0Carl Hetherington
2015-12-23Remove some unused code; add EncryptedKDM::cpl_id().Carl Hetherington
2015-12-18Ask asset to make hash so that we get an already-calculated one if it exists.Carl Hetherington
2015-12-16Add duration() methods to CPL and Reel.Carl Hetherington
2015-12-16Missing file.Carl Hetherington
2015-12-16Ref does not need to be a template since it's always used for Asset.Carl Hetherington