Use new write() method in example.
[libdcp.git] / examples / make_dcp.cc
2021-02-27 Carl HetheringtonUse new write() method in example.
2021-02-27 Carl HetheringtonWhitespace.
2021-02-27 Carl HetheringtonAdd missing dcp::init() to example.
2021-01-21 Carl Hetheringtonc++11 bits in examples/
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-17 Carl HetheringtonReplace dcp::File with dcp::ArrayData.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-09-21 Carl HetheringtonSupport MCA sound channel tags in MXF/CPL.
2018-03-13 Carl HetheringtonStore interop/SMPTE in MXF.
2016-09-08 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-09-08 Carl HetheringtonSimplify previous commit and remove some debugging.
2016-09-08 Carl HetheringtonAdd channel assignment support for SMPTE DCPs.
2016-06-01 Carl HetheringtonStill more licence fixups.
2015-06-08 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-06-08 Carl HetheringtonRequire only DCP::add() for the CPL; other assets found...
2015-06-05 Carl HetheringtonMXF -> Asset in lots of places.
2014-07-04 Carl HetheringtonComment fix.
2014-05-14 Carl HetheringtonMerge master.
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...
2014-03-18 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
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-22 Carl HetheringtonVarious work.
2014-01-17 Carl HetheringtonModify example to an approximation of the desired API.
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-09-25 Carl HetheringtonSplit up some files.
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-09-19 Carl HetheringtonVarious encryption-related stuff.
2013-08-25 Carl HetheringtonTidy up interop API.
2013-08-25 Carl HetheringtonMerge branch 'master' into interop
2013-08-25 Carl HetheringtonUntested interop DCP/KDM support.
2013-07-02 Carl HetheringtonMore master merge bits.
2013-07-02 Carl HetheringtonMerge master; at least partially.
2013-06-18 Carl HetheringtonMerge master.
2013-05-04 Carl HetheringtonMerge master.
2013-05-04 Carl HetheringtonSplit metadata into XML and MXF bits; remove singleton.
2013-05-04 Carl HetheringtonSplit CPL up into its own files.
2013-01-22 Carl HetheringtonRemove hacky start_frame stuff from SoundAsset for...
2013-01-17 Carl HetheringtonUse new Size struct.
2013-01-14 Carl HetheringtonMerge master
2013-01-12 Carl HetheringtonAdd simple support for generating audio MXFs from part...
2012-12-31 Carl HetheringtonInitial hacks.
2012-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-09-09 Carl HetheringtonSomewhat hacky rearrangement to support multiple CPLs...
2012-08-22 Carl HetheringtonUse make_dcp example in documentation.
2012-08-22 Carl HetheringtonSome comments.
2012-08-22 Carl HetheringtonAdd basic example; tweak bits and pieces.