In-line run of subs_in_out so that it gets the environment more easily.
[libdcp.git] / src / dcp.cc
2015-04-30 Carl HetheringtonSome BOOST_FOREACH.
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.
2015-01-03 Carl HetheringtonAdd support for reading non-MXF-wrapped SMPTE subtitle...
2014-12-28 Carl HetheringtonPurge assert() from src/, at least (not asdcplib).
2014-12-14 Carl HetheringtonSwitch subtitle string font specs to be the font ID...
2014-07-22 Carl HetheringtonSome include trimming,.
2014-07-22 Carl HetheringtonImprove a couple of errors.
2014-07-21 Carl HetheringtonVarious attempts to clean up DCP comparison code.
2014-07-10 Carl HetheringtonRestore creation of DCP directories in the constructor.
2014-07-08 Carl HetheringtonDon't always create DCP directories in the constructor.
2014-06-13 Carl HetheringtonWork around symbol clash with ERROR on Win32/mingw.
2014-05-20 Carl HetheringtonRemove unused code.
2014-05-14 Carl HetheringtonMerge master.
2014-05-11 Carl HetheringtonUse raw_convert instead of boost::lexical_cast as it...
2014-05-04 Carl HetheringtonPort support for MXF-wrapped subtitles from 0.x
2014-05-03 Carl HetheringtonAssorted test fixes.
2014-05-03 Carl HetheringtonUse exceptions to hold errors even in the keep_going...
2014-05-03 Carl HetheringtonSupport file:// URI-style file specifiers in asset...
2014-04-10 Carl HetheringtonRemove picture_asset.h; some better error messages.
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...
2014-03-18 Carl HetheringtonMerge master.
2014-03-18 Carl HetheringtonVarious test tidying.
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-08 Carl HetheringtonFix a couple of errors in Interop XML
2014-02-05 Carl HetheringtonTidy up metadata handling.
2014-01-28 Carl HetheringtonVarious fixes.
2014-01-28 Carl HetheringtonVarious test fixes.
2014-01-27 Carl HetheringtonVarious tweaks; work on read_dcp example.
2014-01-27 Carl HetheringtonVarious tinkerings.
2014-01-26 Carl HetheringtonA little tidying up.
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 HetheringtonAsset -> MXF in some cases.
2014-01-17 Carl HetheringtonAsset -> ContentAsset.
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2014-01-08 Carl HetheringtonThrow better file errors (with numbers).
2014-01-06 Carl HetheringtonDon't give ASSETMAP/VOLINDEX an .xml suffix with intero...
2013-11-25 Carl HetheringtonRemove redundant fstream includes.
2013-10-10 Carl HetheringtonWrite encryption test all to the right place. Some...
2013-09-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-09-29 Carl Hetheringtonconst fixes.
2013-09-20 Carl HetheringtonMore encryption fixes.
2013-09-19 Carl HetheringtonVarious encryption-related stuff.
2013-09-19 Carl HetheringtonRename Encryption -> Signer; move some methods into it.
2013-08-30 Carl HetheringtonHack; separate DCP asset and CPL reads.
2013-08-27 Carl HetheringtonFix paths in OV DCP searches.
2013-08-27 Carl HetheringtonBasics of OV/supplemental support when reading.
2013-08-25 Carl HetheringtonTweak interop / SMPTE to pass dcp_inspect.
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-06 Carl HetheringtonWorking decryption via KDM.
2013-07-06 Carl HetheringtonMove some CPL writing from picture/sound assets to...
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-13 Carl HetheringtonTry to move XML bits out into parse/ subdir.
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-05-02 Carl HetheringtonMove edit rate / durations / entry point etc. into...
2013-04-15 Carl HetheringtonTry to give basic progress indication on dcpdiff.
2013-04-15 Carl HetheringtonUse boost::function for making notes during equals...
2013-03-13 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-02-10 Carl HetheringtonDerive exceptions from boost::exception and use boost...
2013-01-18 Carl HetheringtonAdd basics for progressive sound asset writing.
2013-01-17 Carl HetheringtonPull entry point out of the constructor.
2013-01-14 Carl HetheringtonMake sure we have a recipient cert when making KDMs.
2013-01-14 Carl HetheringtonMerge master
2013-01-13 Carl HetheringtonUse boost starts/ends with methods.
2013-01-13 Carl HetheringtonRemove unused progress parameter to make_digest; some...
2013-01-12 Carl HetheringtonAdd simple support for generating audio MXFs from part...
2013-01-11 Carl HetheringtonTweaks to management of crypto information.
2013-01-09 Carl HetheringtonComment tweaks.
2013-01-05 Carl HetheringtonA couple of missing bits.
2013-01-05 Carl HetheringtonAdd certificate thumbprint method.
2013-01-05 Carl HetheringtonVarious probably quite untidy progress on KDMs.
2013-01-03 Carl HetheringtonWrite PKL using libxml++ and sign them.
2013-01-03 Carl HetheringtonFix missing certificates in CPLs.
2013-01-03 Carl HetheringtonSort-of generates a signed CPL.
2013-01-01 Carl HetheringtonUse libxml++ to write CPLs.
2013-01-01 Carl HetheringtonA few more untested bits.
2013-01-01 Carl HetheringtonSome work on encryption / signing.
2012-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-10-19 Carl HetheringtonInitial work on subtitle writing.
2012-10-02 Carl HetheringtonClean up DCP comparison a bit.
2012-09-19 Carl HetheringtonCope with DCPs that don't specify the picture as stereo...
2012-09-09 Carl HetheringtonSomewhat hacky rearrangement to support multiple CPLs...
2012-09-09 Carl HetheringtonPKL -> PKLFile.
2012-09-09 Carl HetheringtonRename CPL -> CPLFile
2012-09-08 Carl HetheringtonIgnore Language tag in subtitles. Get MXF/XML filename...
2012-09-07 Carl HetheringtonTweaks to dcpinfo.
2012-09-06 Carl HetheringtonSomewhat experimental; read files to use from the ASSET...
2012-09-06 Carl HetheringtonAdd a test corpus for XML.
next