Use dcp::file_to_string().
[dcpomatic.git] / src / lib / film.cc
2021-06-01 Carl HetheringtonPut audio language back in the Film.
2021-05-30 Carl HetheringtonAllow any ratio to appear in the ISDCF name as an inter...
2021-04-15 Carl HetheringtonFix failure to update project-wide audio level plot...
2021-04-15 Carl HetheringtonC++11 tidying.
2021-04-13 Carl HetheringtonMore libdcp API tweaks.
2021-04-12 Carl HetheringtonBump libdcp for some API improvements.
2021-04-06 Carl HetheringtonDon't set a default luminance now that it's optional.
2021-04-05 Carl HetheringtonRemove out-of-date Film::_audio_language.
2021-04-04 Carl HetheringtonRemove the ISDCF metadata dialogue box (#1929).
2021-04-04 Carl HetheringtonMove luminance to Interop/SMPTE metadata and remove...
2021-04-04 Carl HetheringtonMove chain to the Interop/SMPTE metadata.
2021-04-04 Carl HetheringtonMove some ISDCF flags to the Interop/SMPTE metadata.
2021-04-04 Carl HetheringtonUse studio and facility from Interop/SMPTE metadata...
2021-04-04 Carl HetheringtonAdd to_upper() method to util.{cc,h}
2021-04-04 Carl HetheringtonUse ratings from Interop/SMPTE metadata instead of...
2021-04-04 Carl HetheringtonUse release territory from Interop/SMPTE metadata inste...
2021-04-04 Carl HetheringtonUse content version from Interop (or version number...
2021-04-02 Carl HetheringtonAdd language to audio content and use it instead of...
2021-03-31 Carl HetheringtonAdd burnt subtitle language to video content.
2021-03-31 Carl HetheringtonPut subtitle language back into content from the film...
2021-03-25 Carl HetheringtonUse XX as an audio language when there is no specified...
2021-03-22 Carl HetheringtonDon't insist on writing optional metadata (#1923).
2021-02-23 Carl HetheringtonFix reel setup when the last reel is less than 1 second...
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-26 Carl Hetheringtonlibdcp API change ReelMXF -> ReelFileAsset.
2021-01-22 Carl HetheringtonFix FFOC time per Bv2.1
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-11 Carl HetheringtonMore c++ tidying.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-30 Carl HetheringtonFix loading very (very) old metadata files.
2020-11-25 Carl HetheringtonCheck for inconsistency in settings for referring to...
2020-11-20 Carl HetheringtonRecover subtitle language metadata from the places...
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-03 Carl HetheringtonRevert "Re-allow audio channel 15 to be mapped so that...
2020-11-02 Carl HetheringtonRe-allow audio channel 15 to be mapped so that users...
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-09-25 Carl HetheringtonAdd NamedChannel and use it to hide the never-used...
2020-09-23 Carl HetheringtonAdd audio language configuration and pass it to libdcp.
2020-09-23 Carl HetheringtonSupport CPL metadata.
2020-08-26 Carl HetheringtonContent changes should mark the film dirty (#1810).
2020-07-11 Carl HetheringtonUse new channel 14 ATMOS sync creation code in libdcp,
2020-06-19 Carl HetheringtonMissing return statement.
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-06-08 Carl HetheringtonMove upload-DCP-to-TMS button to preferences.
2020-06-08 Carl HetheringtonRemove encryption key options (#1760).
2020-06-08 Carl HetheringtonAlways sign DCPs (#1760).
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-12 Carl HetheringtonGuess DCP container size and resolution when content...
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonRename ScreenKDM -> KDMWithMetadata
2020-05-04 Carl HetheringtonMove Film::make_kdms to the call sites.
2020-04-23 Carl HetheringtonAdd subtitle analysis so that the outline of all subtitles
2020-04-21 Carl HetheringtonAdd option to set project properties from a DCP loaded...
2020-04-21 Carl HetheringtonAdd Film::clear_markers().
2020-03-11 Carl HetheringtonCoalesce short reels.
2020-03-11 Carl HetheringtonEnforce a minimum DCP length of 1 second.
2020-03-11 Carl HetheringtonEnforce minimum reel length when using REELTYPE_BY_LENGTH.
2020-03-11 Carl HetheringtonGive a better error when opening a DCP with File -...
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonNaming tweak.
2020-01-08 Carl HetheringtonClean up access to stuff from Film.
2019-12-14 Carl HetheringtonSupport content version metadata (#782).
2019-11-29 Carl HetheringtonCatch attempts to make a DCP when all content has been...
2019-11-06 Carl HetheringtonTry to ignore exceptions thrown from boost::filesystem...
2019-10-31 Carl HetheringtonMake separate reels for parts of the timeline with...
2019-10-31 Carl HetheringtonFix incorrect reels when the first content is not at...
2019-10-31 Carl HetheringtonPrevent reference/reel setting controls getting stuck...
2019-10-26 Carl HetheringtonPut encryption key into the video identifier so that...
2019-10-18 Carl HetheringtonISDCF name fixes with > 6 channels and HI/VI (#1633).
2019-10-14 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-13 Carl HetheringtonHide the upmixers unless an "advanced" configuration... v2.15.22
2019-10-08 Carl HetheringtonFix cross-thread access to info files. May help with...
2019-08-30 Carl HetheringtonMake player more tolerant of some DCP errors.
2019-07-23 Carl HetheringtonAdd --no-check to dcpomatic_cli.
2019-07-23 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2019-07-23 Carl HetheringtonTidy up handling of content-modified checks when using...
2019-05-13 Carl Hetheringtonswaroop: allow ScreenKDM subclasses for different KDM...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-10 Carl HetheringtonBuild fixes.
2019-05-10 Carl HetheringtonFix mis-merge.
2019-05-10 Carl HetheringtonBasics of metadata dialog - ratings.
2019-05-10 Carl HetheringtonBasics of marker writing (part of #782).
2019-05-10 Carl HetheringtonBasics of setting and storing SMPTE CPL markers.
2019-04-28 Carl HetheringtonRestore ISDCF subtitle language option as an override...
2019-04-03 Carl HetheringtonMake a note about ISDCFMetadata SubtitleLanguage being...
2019-04-02 Carl HetheringtonExtract subtitle language from text content rather...
2019-03-27 Carl HetheringtonHack to avoid empty tracks appearing in the DCP Track...
2019-03-25 Carl HetheringtonSort KDM CPL list in reverse timestamp order (#1496).
2019-03-15 Carl HetheringtonDon't offer to make KDMs for CPLs with no encrypted...
2019-02-09 Carl HetheringtonBack up old metadata.xml files when we are about to... v2.13.116
2019-01-31 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-31 Carl HetheringtonCheck consistency of refer-to-DCP settings after adding...
2019-01-26 Carl HetheringtonSuggest that DCP rates <= 30 are used unless the user...
2019-01-15 Carl HetheringtonToken commit to fix version tagging SNAFU. v2.13.102
2019-01-13 Carl HetheringtonFix Gb -> GB confusion (thanks Rob van Nieuwkerk).
2019-01-08 Carl HetheringtonRe-analyse audio when DCP channel count changes (#1189).
next