summaryrefslogtreecommitdiff
path: root/test/writer_test.cc
AgeCommit message (Collapse)Author
2021-04-27Reduce disk usage of interrupt_encoder_test.Carl Hetherington
2021-04-21Make digest calculations interruptible.Carl Hetherington
2021-02-23Fix assertion failure in AudioBuffers::copy_from() (#1909)Carl Hetherington
A number of frames N was being split up into two parts which together were bigger than N, meaning a copy of one of the parts failed.