summaryrefslogtreecommitdiff
path: root/src/lib/audio_ring_buffers.cc
AgeCommit message (Collapse)Author
2025-05-10White space: audio_ring_buffers.{cc,h}Carl Hetherington
2022-06-07I'm not sure a cout about audio underruns is really useful.Carl Hetherington
2022-04-20Use std::vector in AudioBuffers (#2236).Carl Hetherington
2021-02-16C++11 tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-04-19Hopefully better errors on large video/audio disagreements.Carl Hetherington
2019-01-10Fix a crash due the assertion in emit_audio failing when applyingCarl Hetherington
trims which do not land precisely on a DCP audio sample boundary (at least, I think that's what triggers it).
2018-12-22Fix assumption of 48kHz DCP audio in AudioRingBuffers consistency check (#1436).Carl Hetherington
2018-08-14Temporary debugging.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-10-08Fix build failure (#1134).Carl Hetherington
2017-07-12Make ::get tell caller if there's been an underrun.Carl Hetherington
2017-05-22Remove some unused code.Carl Hetherington
2017-04-19const correctness.Carl Hetherington
2017-04-19Small cleanup.Carl Hetherington
2017-04-19Initial butler work.Carl Hetherington