Use raw_convert instead of boost::lexical_cast as it seems
[libdcp.git] / src / sound_asset.cc
2014-05-11 Carl HetheringtonUse raw_convert instead of boost::lexical_cast as it...
2014-01-15 Carl HetheringtonRemove unnecessary parameters to fill_writer_info.
2014-01-15 Carl HetheringtonUse MXFAsset::_interop to decide on whether to write...
2014-01-08 Carl HetheringtonThrow better file errors (with numbers).
2013-12-20 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-12-20 Carl HetheringtonFix build on OS X.
2013-10-28 Carl HetheringtonAnother better error message.
2013-10-19 Carl HetheringtonSome more boost::filesystem::path.
2013-10-08 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-10-04 Carl Hetheringtonboost::filesystem.
2013-10-04 Carl Hetheringtonboost::filesystem.
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-20 Carl HetheringtonMore encryption fixes.
2013-09-19 Carl HetheringtonVarious encryption-related stuff.
2013-09-19 Carl HetheringtonAllow SoundAsset to be encrypted.
2013-08-25 Carl HetheringtonMerge branch 'master' into interop
2013-08-25 Carl HetheringtonUntested interop DCP/KDM support.
2013-08-08 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-08-07 Carl HetheringtonMissing audio asset decryption.
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-04 Carl HetheringtonRemove _finalized check from picture writer too.
2013-06-04 Carl HetheringtonAllow SoundAssetWriter to be destroyed without being...
2013-06-02 Carl HetheringtonMerge master.
2013-05-13 Carl HetheringtonUse libxml++ for writing XML.
2013-05-04 Carl HetheringtonMerge master.
2013-05-04 Carl HetheringtonSplit metadata into XML and MXF bits; remove singleton.
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-04-01 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-03-24 Carl HetheringtonRevert use of _entry_point when getting sound frames...
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-22 Carl HetheringtonRemove hacky start_frame stuff from SoundAsset for...
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-20 Carl HetheringtonFix typo in audio sampling rate setup.
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 HetheringtonTidy up slightly.
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-14 Carl HetheringtonMerge master
2013-01-12 Carl HetheringtonAdd simple support for generating audio MXFs from part...
2013-01-05 Carl HetheringtonVarious probably quite untidy progress on KDMs.
2013-01-03 Carl HetheringtonMissing KeyId.
2013-01-01 Carl HetheringtonUse libxml++ to write CPLs.
2012-12-31 Carl HetheringtonInitial hacks.
2012-12-07 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
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-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-10-22 Carl HetheringtonImprove an error message.
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-07 Carl HetheringtonTweaks to dcpinfo.
2012-08-22 Carl HetheringtonAdd basic example; tweak bits and pieces.
2012-08-22 Carl HetheringtonUse entry points.
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-11 Carl HetheringtonAccess sound asset sampling rate, channels; access...
2012-08-09 Carl HetheringtonTweak message.
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.
2012-08-01 Carl HetheringtonTweak to build onboost filesystem v2
2012-08-01 Carl HetheringtonWindows build fixes.
2012-07-31 Carl HetheringtonLazy digest building.
2012-07-31 Carl HetheringtonCheck sound; various fixups.
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 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.