Basic and slightly inaccurate support for <Space> in subtitles (#2103).
[dcpomatic.git] / src / lib / reel_writer.cc
2021-10-17 Carl HetheringtonBasic and slightly inaccurate support for <Space> in... v2.15.170
2021-08-11 Carl HetheringtonWhite space.
2021-08-11 Carl HetheringtonAdd comment.
2021-08-11 Carl HetheringtonDon't write empty <Text> nodes in subtitles/closed...
2021-06-01 Carl HetheringtonPut audio language back in the Film.
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-20 Carl HetheringtonMake digest calculations interruptible.
2021-04-12 Carl HetheringtonBump libdcp for some API improvements.
2021-04-09 Carl HetheringtonMake DCP text track language properly optional and...
2021-04-05 Carl HetheringtonRemove out-of-date Film::_audio_language.
2021-03-31 Carl HetheringtonPut subtitle language back into content from the film...
2021-03-25 Carl HetheringtonBump libdcp for MCA tag fixes.
2021-03-20 Carl HetheringtonTidy up HMSF handling in a few places.
2021-03-16 Carl HetheringtonSplit subtitles at reel boundaries (#1918).
2021-03-15 Carl HetheringtonUse period when adding text subs, like we do with image...
2021-02-23 Carl HetheringtonDon't create empty SMPTE subtitles files with empty...
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-20 Carl HetheringtonBump libdcp for better verification, and make API adjus...
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-22 Carl HetheringtonPass fonts from content around as FontData.
2020-12-22 Carl HetheringtonFix crash on working out hints for content with subtitles.
2020-12-08 Carl HetheringtonIn a DCP with any subs/ccaps, make sure every reel...
2020-12-08 Carl HetheringtonFactor out empty_text_asset() method.
2020-12-08 Carl HetheringtonWrite subtitles and closed captions to a test DCP in...
2020-12-08 Carl HetheringtonMake Writer take an output DCP path rather than getting...
2020-12-08 Carl HetheringtonUse a weak_ptr<Film> in ReelWriter.
2020-12-08 Carl HetheringtonSplit create_reel() up into some separate bits.
2020-12-06 Carl HetheringtonRemove a pointless parameter that the callee can calculate.
2020-11-21 Carl HetheringtonSubtitle language test updates.
2020-11-20 Carl HetheringtonDon't try to set empty languages on CCAP tracks.
2020-11-20 Carl HetheringtonUse a LanguageTag for closed caption tracks.
2020-11-20 Carl HetheringtonSubtitle language handling tweaks; write multiple subti...
2020-11-20 Carl HetheringtonFix potential crash if maybe_add_text() fails.
2020-11-20 Carl HetheringtonStore subtitle language(s) in Film, and allow setup...
2020-11-20 Carl HetheringtonAlways add FFOC and LFOC markers (#1805).
2020-11-02 Carl HetheringtonPass around JPEG2000 data as a shared_ptr and hence...
2020-11-02 Carl HetheringtonReplace dcp::Data with dcp::ArrayData
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-09-23 Carl HetheringtonAdd audio language configuration and pass it to libdcp.
2020-08-25 Carl HetheringtonMove the code to find Liberation into util.cc.
2020-07-15 Carl HetheringtonFix warning.
2020-07-11 Carl HetheringtonUse new channel 14 ATMOS sync creation code in libdcp,
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-06-16 Carl HetheringtonAllow more complete control over the libdcp/DCP-o-matic...
2020-04-18 Carl HetheringtonAdd _last_written to Writer, containing the last writte...
2019-11-06 Carl HetheringtonRemove duplicate log introduced by previos.
2019-11-06 Carl HetheringtonMore logging when finding assets to put in reels.
2019-10-31 Carl HetheringtonMake separate reels for parts of the timeline with...
2019-10-26 Carl HetheringtonAvoid unnecessary re-writes of video assets if they... v2.15.26
2019-10-21 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.25
2019-10-21 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-21 Carl HetheringtonCopy with progress updates when we might copy long...
2019-10-08 Carl HetheringtonFix cross-thread access to info files. May help with...
2019-09-29 Carl HetheringtonImprove OpenFileError so that it doesn't say "opening... v2.15.20
2019-06-27 Carl HetheringtonFix incorrect timing of PNG subtitles in second and...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-10 Carl HetheringtonUpdate for libdcp API changes.
2019-05-10 Carl HetheringtonBasics of marker writing (part of #782).
2019-03-29 Carl HetheringtonSet CCAP language tag correctly.
2019-01-27 Carl HetheringtonRemove specification of italic/bold fonts (#1451);... v2.13.110
2019-01-06 Carl HetheringtonDon't write <Language> tags to SMPTE subs unless we...
2018-12-23 Carl HetheringtonBe a bit more careful with fwrite.
2018-12-19 Carl HetheringtonBe more careful with fread in various places. v2.13.88
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-08-29 Carl HetheringtonWrite annotation text and language to CCAP nodes correctly.
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-08-22 Carl HetheringtonWhite space.
2018-08-03 Carl HetheringtonSome subtitle renaming.
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 HetheringtonWhite space.
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-19 Carl HetheringtonMore renaming.
2018-07-08 Carl HetheringtonWrite image subs to DCPs.
2018-07-07 Carl HetheringtonFix build with shared_ptr dcp::Subtitle and subclasses.
2018-04-02 Carl HetheringtonRemove rather wordy debug for #953, not seen for a...
2018-03-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-03-06 Carl HetheringtonAdapt for changes to libdcp API.
2018-02-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-01-31 Carl HetheringtonFix duration/intrinsic duration confusion.
2017-12-29 Carl HetheringtonI don't think the audio parameter here should ever...
2017-12-29 Carl HetheringtonPreviously the code did not account for referenced...
2017-12-10 Carl HetheringtonGive a better error.
2017-09-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-09-01 Carl HetheringtonFix corruption of an existing DCP when a new one is...
2017-08-29 Carl HetheringtonFix incorrect reel lengths in some cases; account for...
2017-07-27 Carl HetheringtonSmall tidy-up to member variable.
2017-06-07 Carl HetheringtonFix incorrect reel numbers in subtitle XML/MXF.
2017-06-01 Carl HetheringtonImprove an error message.
2017-05-30 Carl HetheringtonFix build.
2017-05-30 Carl HetheringtonAdd a debug log for an assertion failure.
2017-05-19 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
next