Add basics for progressive sound asset writing.
[libdcp.git] / src / dcp.cc
2013-01-18 Carl HetheringtonAdd basics for progressive sound asset writing.
2013-01-17 Carl HetheringtonPull entry point out of the constructor.
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-09 Carl HetheringtonComment tweaks.
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.
2012-08-22 Carl HetheringtonAdd basic example; tweak bits and pieces.
2012-08-22 Carl HetheringtonUse entry points.
2012-08-22 Carl HetheringtonLook for subtitle assets more sensibly.
2012-08-22 Carl HetheringtonRough support for 3D.
2012-08-19 Carl HetheringtonProper-ish support for multi-reel DCPs.
2012-08-13 Carl HetheringtonFix up some bugs with subs.
2012-08-13 Carl HetheringtonVarious subtitle bits.
2012-08-12 Carl HetheringtonTweaks for more real-life DCPs; beginning of subtitle...
2012-08-12 Carl HetheringtonTry to be recursive when examining DCP directories.
2012-08-12 Carl HetheringtonDon't crash with no audio; get video MXF information... for-dcptovideo
2012-08-11 Carl HetheringtonAccess sound asset sampling rate, channels; access...
2012-08-11 Carl HetheringtonVarious tweaks for a real-life DCP.
2012-08-09 Carl HetheringtonAdd picture frame extraction.
2012-08-02 Carl HetheringtonTidy up equality options slightly.
2012-08-01 Carl HetheringtonCompare using maximum mean absolute difference and...
2012-07-31 Carl HetheringtonCheck sound; various fixups.
2012-07-31 Carl HetheringtonTweak.
2012-07-31 Carl HetheringtonMetadata checking for MXFs.
2012-07-31 Carl HetheringtonBitwise MXF comparison.
2012-07-30 Carl HetheringtonBarely-functional dcpdiff.
2012-07-30 Carl Hetheringtonpath -> dir, name for MXFs.
2012-07-30 Carl HetheringtonBits.
2012-07-30 Carl HetheringtonVarious.
2012-07-30 Carl HetheringtonHacks.
2012-07-17 Carl HetheringtonDoc tweaks.
2012-07-17 Carl HetheringtonAllow functor to obtain content paths.
2012-07-17 Carl HetheringtonTags -> Metadata
2012-07-17 Carl HetheringtonDoc fixes.
2012-07-17 Carl HetheringtonFix up progress reporting, some better exceptions.
2012-07-17 Carl HetheringtonSome comments; fix up a UUID I think.
2012-07-17 Carl HetheringtonVarious testing tweaks.
2012-07-16 Carl HetheringtonImport.