Remove _finalized check from picture writer too.
[libdcp.git] / src / picture_asset.cc
2013-06-04 Carl HetheringtonRemove _finalized check from picture writer too.
2013-05-04 Carl HetheringtonMerge master.
2013-05-04 Carl HetheringtonSplit metadata into XML and MXF bits; remove singleton.
2013-05-03 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-05-03 Carl HetheringtonA few tweaks to dcpdiff.
2013-04-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-04-16 Carl HetheringtonAdd a couple of notes.
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-02-10 Carl HetheringtonThrow some more specific exceptions on MXF file errors.
2013-02-02 Carl HetheringtonTweak API a little.
2013-02-02 Carl HetheringtonBasics of fake write seem to work.
2013-02-01 Carl HetheringtonUnfinished attempt to overwrite existing; tricky becaus...
2013-01-28 Carl HetheringtonAdd support for hashing mono picture MXF writes on...
2013-01-25 Carl HetheringtonAllow changing of MXF directory / filename; un-expose...
2013-01-21 Carl HetheringtonMerge master.
2013-01-21 Carl HetheringtonTry to remove need for asdcplib includes in libdcp...
2013-01-21 Carl HetheringtonFix compile with old boost.
2013-01-18 Carl HetheringtonTidying up; comments; fps in assets -> edit rate.
2013-01-18 Carl HetheringtonAdd basics for progressive sound asset writing.
2013-01-18 Carl HetheringtonAllow incremental writing of picture MXFs.
2013-01-17 Carl HetheringtonAdd duration, starting off as intrinsic_duration but...
2013-01-17 Carl HetheringtonReplace length with intrinsic_duration.
2013-01-17 Carl HetheringtonPull entry point out of the constructor.
2013-01-17 Carl HetheringtonUse new Size struct.
2012-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-10-02 Carl HetheringtonRemove bitwise DCP comparison, which I think is fairly...
2012-10-02 Carl HetheringtonClean up DCP comparison a bit.
2012-09-17 Carl HetheringtonTidy up diffing of frames a bit.
2012-09-07 Carl HetheringtonTweaks to dcpinfo.
2012-08-30 Carl HetheringtonUntested code to optionally reduce resolution on extrac...
2012-08-22 Carl HetheringtonRemove debug code.
2012-08-22 Carl HetheringtonAdd basic example; tweak bits and pieces.
2012-08-22 Carl HetheringtonShould-be-unnecessary initialisation.
2012-08-22 Carl HetheringtonUse entry points.
2012-08-22 Carl HetheringtonRough support for 3D.
2012-08-13 Carl HetheringtonPartial subtitle work.
2012-08-12 Carl HetheringtonDon't crash with no audio; get video MXF information... for-dcptovideo
2012-08-09 Carl HetheringtonAdd comment.
2012-08-09 Carl HetheringtonAdd picture frame extraction.
2012-08-09 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2012-08-09 Carl HetheringtonShow maximum pixel error on equals().
2012-08-02 Carl HetheringtonTidy up equality options slightly.
2012-08-01 Carl HetheringtonCompare using maximum mean absolute difference and...
2012-08-01 Carl HetheringtonMerge branch 'master' into check-bitmaps check-bitmaps
2012-08-01 Carl HetheringtonMerge.
2012-08-01 Carl HetheringtonTweak to build onboost filesystem v2
2012-08-01 Carl HetheringtonHack.
2012-08-01 Carl HetheringtonWindows build fixes.
2012-07-31 Carl HetheringtonWhoops; check correct video frame. read2
2012-07-31 Carl HetheringtonLazy digest building.
2012-07-31 Carl HetheringtonInspect J2K data in MXFs.
2012-07-31 Carl HetheringtonMetadata checking for MXFs.
2012-07-30 Carl Hetheringtonpath -> dir, name for MXFs.
2012-07-30 Carl HetheringtonBits.
2012-07-20 Carl HetheringtonTry to work on old versions of boost filesystem.
2012-07-19 Carl HetheringtonFix bizarre quotation mark insertion by newer boost...
2012-07-17 Carl HetheringtonUse our own exceptions.
2012-07-17 Carl HetheringtonAllow functor to obtain content paths.
2012-07-17 Carl HetheringtonDoc fixes.
2012-07-17 Carl HetheringtonDoc fixes.
2012-07-17 Carl HetheringtonFix up progress reporting, some better exceptions.
2012-07-17 Carl HetheringtonSome comments.
2012-07-17 Carl HetheringtonVarious testing tweaks.
2012-07-16 Carl HetheringtonASDCPLib builds.
2012-07-16 Carl HetheringtonImport.