summaryrefslogtreecommitdiff
path: root/src/lib/audio_merger.cc
AgeCommit message (Collapse)Author
2025-12-06Cleanup: tidy some assertions.Carl Hetherington
2025-12-06White space: audio_merger.{cc,h}Carl Hetherington
2021-04-07Assorted C++11/formatting cleanups.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-02-16Make a new AudioBuffers constructor and use it to avoid some use of the more ↵Carl Hetherington
complicated copy_from.
2020-01-28Fix crash with sub-sample push parts in AudioMerger.v2.15.42Carl Hetherington
Forward-ported from b86b15391074a68149f8c4a51958c7873d74def0 in master.
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2017-05-16Remove unused _last_pull.Carl Hetherington
2017-05-13Fix crash on rounding in AudioMerger.Carl Hetherington
2017-04-23Add AudioMerger::clear() method.Carl Hetherington
2017-04-19Various fixes to seeking with audio.Carl Hetherington
2017-04-19Some comments and a few small cleanups.Carl Hetherington
2017-04-19Fix zero-sized buffers coming out of audio merger.Carl Hetherington
2017-04-19Fix merging of audio in various circumstances.Carl Hetherington
2017-04-19Various fixes to push audio vaguely in the right direction.Carl Hetherington
2017-04-19Various work on the audio code.Carl Hetherington
2014-03-25It builds.Carl Hetherington
2014-03-07Remove template from TimedAudioBuffers; a couple of small fixes.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington