summaryrefslogtreecommitdiff
path: root/src/lib/j2k_encoder.h
AgeCommit message (Collapse)Author
2020-11-04Re-add mutex that was taken away inCarl Hetherington
73ebb92e9df01ba7afb97121b6e2cef6ca13a18e I'm not sure why it was removed, and it seems necessary; servers_list_changed() can be called from a variety of different places (the constructor and two different EncodeServerFinder threads). May help with #1854.
2020-07-23Use thread_group for improved exception safety (#1785).Carl Hetherington
2020-02-19Can't put boost::thread in a std::list with our macOS compiler.Carl Hetherington
2020-01-30Various thread cleanups.Carl Hetherington
2019-11-30Don't say we're encoding at 0fps when we're waiting for the timing history ↵Carl Hetherington
to stablise.
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2017-05-31Allow repeat-frame to work with 3D.Carl Hetherington
2017-05-10Rename some classes.Carl Hetherington