Fix merge.
[libdcp.git] / src /
2013-01-14 Carl HetheringtonFix merge.
2013-01-14 Carl HetheringtonMerge master
2013-01-13 Carl HetheringtonUse boost starts/ends with methods.
2013-01-13 Carl HetheringtonSome comment tweaks.
2013-01-13 Carl HetheringtonRemove unused progress parameter to make_digest; some...
2013-01-13 Carl HetheringtonComment tweaks.
2013-01-13 Carl HetheringtonMake variable to say whether we were built with debug...
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-09 Carl HetheringtonAdd completely untested code to generate crypto chain...
2013-01-06 Carl HetheringtonAdd a somewhat dubious constructor.
2013-01-05 Carl HetheringtonMissing header installs.
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 HetheringtonMissing KeyId.
2013-01-03 Carl HetheringtonSome small fixes.
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-12-31 Carl HetheringtonInitial hacks.
2012-12-22 Carl HetheringtonA couple more little fixes to subtitle XML.
2012-12-22 Carl HetheringtonMore various fixes to subtitle XML writing.
2012-12-22 Carl HetheringtonFix up constructor.
2012-12-22 Carl HetheringtonFix numerous bugs in subtitle XML generation.
2012-12-09 Carl HetheringtonDon't explicitly install .so files as I don't think...
2012-12-07 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-12-07 Carl HetheringtonAllow static builds.
2012-12-06 Carl HetheringtonRemove exception thrown on a short audio frame. I...
2012-12-03 Carl HetheringtonFix merge.
2012-12-03 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-12-03 Carl HetheringtonPrevent crashes with 8 channel sound assets.
2012-11-30 Carl HetheringtonMerge.
2012-11-30 Carl HetheringtonAdd missing virtual destructor.
2012-10-27 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-10-26 Carl HetheringtonRound J2K output image size more correctly (I think...
2012-10-26 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-10-26 Carl HetheringtonFix a warning and add a missing include.
2012-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-10-22 Carl HetheringtonImprove an error message.
2012-10-19 Carl HetheringtonInitial work on subtitle writing.
2012-10-04 Carl HetheringtonProvide accessors to ARGBFrame's width and height.
2012-10-03 Carl HetheringtonAllow some error in audio when comparing.
2012-10-02 Carl HetheringtonNote first difference on an audio equals() discrepancy.
2012-10-02 Carl HetheringtonRemove bitwise DCP comparison, which I think is fairly...
2012-10-02 Carl HetheringtonClean up DCP comparison a bit.
2012-10-02 Carl HetheringtonFix comparison of audio assets to not just compare...
2012-09-19 Carl HetheringtonCope with DCPs that don't specify the picture as stereo...
2012-09-19 Carl HetheringtonAnother content kind seen capitalised.
2012-09-18 Carl HetheringtonReelNumber is sometimes a string, it seems.
2012-09-18 Carl HetheringtonSome renaming of XML-related methods.
2012-09-17 Carl HetheringtonFix issue date on Windows.
2012-09-17 Carl HetheringtonTidy up diffing of frames a bit.
2012-09-09 Carl HetheringtonCreator is optional.
2012-09-09 Carl HetheringtonClean up and fix subtitle parsing a bit.
2012-09-09 Carl HetheringtonCope with paths having file:// at the start of them.
2012-09-09 Carl HetheringtonFix up image sizes when direct-reducing JPEG2000.
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.
2012-09-04 Carl HetheringtonStrip spaces from number contents before parsing.
2012-08-30 Carl HetheringtonUntested code to optionally reduce resolution on extrac...
2012-08-27 Carl HetheringtonIgnore Language node in MainSound.
2012-08-27 Carl HetheringtonMake ContentVersion Id node optional. Improve error...
2012-08-23 Carl HetheringtonReels can have AnnotationText.
2012-08-22 Carl HetheringtonRemove debug code.
2012-08-22 Carl HetheringtonAdd basic example; tweak bits and pieces.
2012-08-22 Carl HetheringtonMore subs tests.
2012-08-22 Carl HetheringtonVery slightly less verbose subs checking.
2012-08-22 Carl HetheringtonComment tweaks.
2012-08-22 Carl HetheringtonSome comments and dead code removal.
2012-08-22 Carl HetheringtonShould-be-unnecessary initialisation.
2012-08-22 Carl HetheringtonUse entry points.
2012-08-22 Carl HetheringtonAllow <Font> nodes inside <Subtitle> nodes.
2012-08-22 Carl HetheringtonLook for subtitle assets more sensibly.
2012-08-22 Carl HetheringtonRough support for 3D.
2012-08-21 Carl HetheringtonSome maths operations with Time.
2012-08-21 Carl HetheringtonVertical align.
2012-08-21 Carl HetheringtonDo effects with an enum.
2012-08-21 Carl HetheringtonPick up effect and effect color.
2012-08-21 Carl HetheringtonClarify (a bit) byte ordering for RGBA frames.
2012-08-21 Carl HetheringtonPick up subtitle color.
2012-08-21 Carl HetheringtonTweak font handling.
2012-08-21 Carl HetheringtonRecurse into font nodes and pick up details of italics.
2012-08-21 Carl HetheringtonRecursively scan font tags in subtitles.
2012-08-21 Carl HetheringtonRemove unnecessary stuff.
2012-08-21 Carl HetheringtonDe-hackify subtitle handling a bit.
2012-08-19 Carl HetheringtonProper-ish support for multi-reel DCPs.
2012-08-17 Carl HetheringtonGPL boilerplate and a few comments.
2012-08-15 Carl HetheringtonSome comments.
2012-08-15 Carl HetheringtonMissing files.
2012-08-15 Carl HetheringtonAdd support for obtaining a frame as RGBA.
next