C++11 tidying.
[dcpomatic.git] / src / lib / audio_merger.cc
2021-04-07 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-02-16 Carl HetheringtonMake a new AudioBuffers constructor and use it to avoid...
2020-01-28 Carl HetheringtonFix crash with sub-sample push parts in AudioMerger. v2.15.42
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2017-05-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-05-16 Carl HetheringtonRemove unused _last_pull.
2017-05-13 Carl HetheringtonFix crash on rounding in AudioMerger.
2017-04-23 Carl HetheringtonAdd AudioMerger::clear() method.
2017-04-19 Carl HetheringtonVarious fixes to seeking with audio.
2017-04-19 Carl HetheringtonSome comments and a few small cleanups.
2017-04-19 Carl HetheringtonFix zero-sized buffers coming out of audio merger.
2017-04-19 Carl HetheringtonFix merging of audio in various circumstances.
2017-04-19 Carl HetheringtonVarious fixes to push audio vaguely in the right direction.
2017-04-19 Carl HetheringtonVarious work on the audio code.
2014-03-25 Carl HetheringtonIt builds.
2014-03-21 Carl HetheringtonMostly-merge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-08 Carl HetheringtonMerge master.
2014-03-07 Carl HetheringtonRemove template from TimedAudioBuffers; a couple of...
2014-03-06 Carl HetheringtonFix build.
2014-03-05 Carl HetheringtonMerge branch 'master' into 2.0
2014-03-04 Carl HetheringtonMerge master.
2014-03-04 Carl HetheringtonNew DCPTime/ContentTime types.