Fix macOS build warning.
[libdcp.git] / examples /
2021-04-13 Carl HetheringtonFix/hide some warnings.
2021-04-11 Carl HetheringtonSpecify CPL standard on construction.
2021-03-25 Carl HetheringtonWrite MCA tags based on the specified sound field.
2021-02-27 Carl HetheringtonUse std::array.
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-18 Carl HetheringtonRename encrypted() to any_encrypted() and add all_encry...
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
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.
2019-12-22 Carl Hetheringtonxerces-related build fixes.
2019-12-22 Carl HetheringtonRemove now-unused boost regex.
2019-12-22 Carl HetheringtonUse regex and check <IssueDate> in CPL.
2018-03-13 Carl HetheringtonStore interop/SMPTE in MXF.
2017-03-30 Carl HetheringtonAdd stride parameter to dcp::xyz_to_rgba.
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-08-17 Carl HetheringtonUse an optional<> where there should be one.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-06-01 Carl HetheringtonAdd Reader classes to permit much more efficient DCP...
2016-02-03 Carl HetheringtonVarious build system / dependency fixes.
2016-01-28 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-01-28 Carl HetheringtonTry to fix cscript build.
2016-01-04 Carl HetheringtonAdd some GPL boilerplate.
2015-12-02 Carl HetheringtonUse OpenMP when comparing picture assets.
2015-06-10 Carl HetheringtonRename XYZImage -> OpenJPEGImage.
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.
2015-06-05 Carl HetheringtonRename some stuff Content -> Asset.
2015-05-29 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-05-29 Carl HetheringtonFix comment in example code.
2015-04-22 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-04-22 Carl HetheringtonExpress colour conversions as chromaticities and adjust...
2015-02-02 Carl HetheringtonRemove Image and ARGBImage and just dump RGB data into
2015-02-02 Carl HetheringtonRename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.
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-02-24 Carl HetheringtonMake 1.0 parallel-installable with 0.x.
2014-01-27 Carl HetheringtonVarious tweaks; work on read_dcp example.
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 HetheringtonFix static build.
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-12-07 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-12-07 Carl HetheringtonAllow static builds.
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.