summaryrefslogtreecommitdiff
path: root/src/sound_asset.cc
AgeCommit message (Expand)Author
2013-06-05Merge 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-12Add simple support for generating audio MXFs from part of a WAV file (for mul...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
2012-10-03Allow some error in audio when comparing.Carl Hetherington
2012-10-03Note first difference on an audio equals() discrepancy.Carl Hetherington
2012-10-02Remove bitwise DCP comparison, which I think is fairly useless (just use diff...Carl Hetherington
2012-10-02Clean up DCP comparison a bit.Carl Hetherington
2012-10-02Fix comparison of audio assets to not just compare the first frame.Carl Hetherington
2012-09-07Tweaks to dcpinfo.Carl Hetherington
2012-08-22Add basic example; tweak bits and pieces.Carl Hetherington
2012-08-22Use entry points.Carl Hetherington
2012-08-13Partial subtitle work.Carl Hetherington
2012-08-12Don't crash with no audio; get video MXF information from the MXF itself; get...for-dcptovideoCarl Hetherington
2012-08-11Access sound asset sampling rate, channels; access sound asset from DCP; fix ...Carl Hetherington
2012-08-09Tweak message.Carl Hetherington
2012-08-02Tidy up equality options slightly.Carl Hetherington
2012-08-02Compare using maximum mean absolute difference and standard deviation.Carl Hetherington
2012-08-01Windows build fixes.Carl Hetherington
2012-07-31Lazy digest building.Carl Hetherington
2012-07-31Check sound; various fixups.Carl Hetherington
2012-07-31Metadata checking for MXFs.Carl Hetherington
2012-07-31path -> dir, name for MXFs.Carl Hetherington
2012-07-31Bits.Carl Hetherington
2012-07-20Try to work on old versions of boost filesystem.Carl Hetherington
2012-07-19Fix bizarre quotation mark insertion by newer boost filesystem library.Carl Hetherington
2012-07-18Use our own exceptions.Carl Hetherington
2012-07-18Allow functor to obtain content paths.Carl Hetherington