summaryrefslogtreecommitdiff
path: root/src/sound_asset.cc
AgeCommit message (Expand)Author
2014-06-03Stop valgrind warning from ContainerDuration.Carl Hetherington
2014-05-11Use raw_convert instead of boost::lexical_cast as it seemsCarl Hetherington
2014-01-15Remove unnecessary parameters to fill_writer_info.Carl Hetherington
2014-01-15Use MXFAsset::_interop to decide on whether to write asset XML as Interop or ...Carl Hetherington
2014-01-08Throw better file errors (with numbers).Carl Hetherington
2013-12-20Fix build on OS X.Carl Hetherington
2013-10-28Another better error message.Carl Hetherington
2013-10-19Some more boost::filesystem::path.Carl Hetherington
2013-10-04boost::filesystem.Carl Hetherington
2013-10-04boost::filesystem.Carl Hetherington
2013-09-25Switch away from the many-constructor-arguments approach to a hopefully simpl...Carl Hetherington
2013-09-25Add round-trip KDM test. Fix various bugs in KDM generation. Some string ->...Carl Hetherington
2013-09-20More encryption fixes.Carl Hetherington
2013-09-19Various encryption-related stuff.Carl Hetherington
2013-09-19Allow SoundAsset to be encrypted.Carl Hetherington
2013-08-25Untested interop DCP/KDM support.Carl Hetherington
2013-08-07Missing audio asset decryption.Carl Hetherington
2013-07-06Move some CPL writing from picture/sound assets to the MXF. Pick up key_id f...Carl Hetherington
2013-06-18Merge master.Carl Hetherington
2013-06-07Merge branch 'master' into cxmlCarl Hetherington
2013-06-04Remove _finalized check from picture writer too.Carl Hetherington
2013-06-04Allow SoundAssetWriter to be destroyed without being finalised.Carl Hetherington
2013-05-13Use libxml++ for writing XML.Carl Hetherington
2013-05-04Split metadata into XML and MXF bits; remove singleton.Carl Hetherington
2013-04-15Try to give basic progress indication on dcpdiff.Carl Hetherington
2013-04-15Use boost::function for making notes during equals operations.Carl Hetherington
2013-03-24Revert use of _entry_point when getting sound frames from existing MXFs; seem...Carl Hetherington
2013-02-10Derive exceptions from boost::exception and use boost::throw_exception to ena...Carl Hetherington
2013-01-22Remove hacky start_frame stuff from SoundAsset for now.Carl Hetherington
2013-01-21Merge master.Carl Hetherington
2013-01-21Try to remove need for asdcplib includes in libdcp headers.Carl Hetherington
2013-01-21Fix compile with old boost.Carl Hetherington
2013-01-20Fix typo in audio sampling rate setup.Carl Hetherington
2013-01-18Tidying up; comments; fps in assets -> edit rate.Carl Hetherington
2013-01-18Add basics for progressive sound asset writing.Carl Hetherington
2013-01-18Allow incremental writing of picture MXFs.Carl Hetherington
2013-01-17Tidy up slightly.Carl Hetherington
2013-01-17Add duration, starting off as intrinsic_duration but changeable.Carl Hetherington
2013-01-17Replace length with intrinsic_duration.Carl Hetherington
2013-01-17Pull entry point out of the constructor.Carl Hetherington
2013-01-14Merge masterCarl Hetherington
2013-01-12Add simple support for generating audio MXFs from part of a WAV file (for mul...Carl Hetherington
2013-01-05Various probably quite untidy progress on KDMs.Carl Hetherington
2013-01-03Missing KeyId.Carl Hetherington
2013-01-01Use libxml++ to write CPLs.Carl Hetherington
2012-12-31Initial hacks.Carl Hetherington
2012-12-06Remove exception thrown on a short audio frame. I don't thinkCarl Hetherington
2012-12-03Prevent crashes with 8 channel sound assets.Carl Hetherington
2012-10-25Use signals2 rather than sigc++Carl Hetherington
2012-10-22Improve an error message.Carl Hetherington