summaryrefslogtreecommitdiff
path: root/test/audio_ring_buffers_test.cc
AgeCommit message (Collapse)Author
2024-02-07Remove apparently out-of-date comment.Carl Hetherington
2022-12-29Cleanup: test tidying.Carl Hetherington
2022-05-26Cleanup: use some more make_shared.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2018-12-22Fix assumption of 48kHz DCP audio in AudioRingBuffers consistency check (#1436).Carl Hetherington
2018-08-04Fix test references.Carl Hetherington
2018-08-04Timestamp audio emissions from butler and hence discard very lateCarl Hetherington
audio in FilmViewer. This should help with the case where lots of video frames are rapidly discarded when they are late but the corresponding audio is not, hence audio buffers get overfilled.
2017-07-12Make ::get tell caller if there's been an underrun.Carl Hetherington