summaryrefslogtreecommitdiff
path: root/test/writer_test.cc
AgeCommit message (Collapse)Author
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2022-06-07Rearrange subtitle font management.Carl Hetherington
With this change each subtitle coming out of the player has a reference to a dcpomatic::Font that belongs to the TextContent. This hopefully solves a few problems which all basically stemmed from the fact that previously the decoders/player were deciding what the font ID in the output DCP would be - they can't do that properly.
2021-10-12Hopefully fix race between thread finishing and cleanup being run (#2100).Carl Hetherington
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.