Make terminate_threads() less likely to leave _threads containing invalid pointers.
[dcpomatic.git] / src / lib / reel_writer.h
2019-10-21 Carl HetheringtonCopy with progress updates when we might copy long...
2019-10-15 Carl HetheringtonFix cross-thread access to info files. May help with...
2019-10-08 Carl HetheringtonImprove OpenFileError so that it doesn't say "opening...
2018-08-29 Carl HetheringtonBasics of splitting CCAP streams into different assets.
2018-08-28 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-23 Carl HetheringtonRename some caption -> text.
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-19 Carl HetheringtonUntested writing of CCAP.
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonGet types into ReelWriter.
2018-07-19 Carl HetheringtonFinish PlayerSubtitles -> PlayerText and SubtitleString...
2018-07-08 Carl HetheringtonWrite image subs to DCPs.
2017-12-29 Carl HetheringtonPreviously the code did not account for referenced...
2017-07-27 Carl HetheringtonSmall tidy-up to member variable.
2016-07-31 Carl HetheringtonAllow configuration of MXF/XML filenames (part of ...
2016-07-29 Carl HetheringtonAdd reel index/count to DCP filename format.
2016-07-27 Carl HetheringtonDo parallel digest calculation when there are multiple...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-11 Carl HetheringtonRevert "Temporary hack to double-check existing frame...
2016-05-09 Carl HetheringtonTemporary hack to double-check existing frame hashes.
2016-05-09 Carl HetheringtonFactor out checking of a single picture frame's hash.
2015-12-04 Carl HetheringtonUse libdcp's compress_j2k; move Data into libdcp.
2015-10-22 Carl HetheringtonMove quite a lot of stuff out of Writer into a new...