summaryrefslogtreecommitdiff
path: root/src/lib/sndfile_content.cc
AgeCommit message (Expand)Author
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-07-28Recognise .w64 and .flac as audio files.Carl Hetherington
2015-07-07Arch tweaks.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-02Handle multiple audio streams in a single piece of contentCarl Hetherington
2015-05-27Thinko.Carl Hetherington
2015-05-27Untested use of Frame for video/audio content lengths.Carl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-01-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker dige...Carl Hetherington
2014-12-23Remove unused code.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ...Carl Hetherington
2014-12-03Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;Carl Hetherington
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-07-09Basics of DCP import.Carl Hetherington
2014-07-01Add a Type to Time.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-05Back port active_frame_rate_change stuff from v2, removing specification of v...Carl Hetherington
2014-06-03All audio content should resample if the output frame rate and contentCarl Hetherington
2014-05-19Use cxml::ConstNodePtr.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
2014-05-02Rename AudioContent frame_rate methods and move resampled_audio_frame_rate in...Carl Hetherington
2014-05-01Various fixes so that audio_delay_test works again.Carl Hetherington
2014-04-01Merge master.Carl Hetherington
2014-03-22Give SndfileContent a video frame rate so that it can be specified by the user.Carl Hetherington
2014-03-07Add primitive subtitle view. Remove unused Film member from Decoder hierarchy.Carl Hetherington
2014-03-07operator bool on Time is a really bad idea; removed it and fixed lots of bugs.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-03-03Merge master.Carl Hetherington
2014-03-03Fix rounding of timecodes in at least some cases (#323).Carl Hetherington
2014-01-09Merge master.Carl Hetherington
2014-01-06Basics of per-channel audio gain.Carl Hetherington
2014-01-02Rationalise video/audio frame types.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-12-05Fix erroneous full_length() in SndfileContent; it's at least a bit more corre...Carl Hetherington
2013-11-24Various joining fixes.Carl Hetherington
2013-11-23Remove Content::path(), add Content::path_summary().Carl Hetherington
2013-11-17More uses of LocaleGuard; hence speculative fix for servers crashing on lexic...Carl Hetherington
2013-08-14Tidy up content mutexes slightly.Carl Hetherington
2013-07-31Various fixes to audio play wrt trimming and push/pull merger API.Carl Hetherington
2013-07-30Somewhat untested and sketchy basics of trimming.Carl Hetherington
2013-07-24Restore nice rendering of content paths.Carl Hetherington
2013-07-24Rename Content::_file to path and support md5sums of directories.Carl Hetherington
2013-07-23Remove some dcp prefixes; better logging of content on DCP creation.Carl Hetherington
2013-07-20Remove some unused stuff.Carl Hetherington
2013-07-19Normalise labelling of types a bit.Carl Hetherington
2013-07-16Fix up AudioMapping confusions with respect to number of content channels.Carl Hetherington
2013-07-16More noncopyable.Carl Hetherington
2013-06-26Another try at sorting out the thorny question of timing.Carl Hetherington