Missed update to private test repo version.
[dcpomatic.git] / src / lib / film.cc
2024-02-21 Carl HetheringtonMake DCPExaminer::size() optional and deal with the... v2.16.78
2024-01-17 Carl HetheringtonFix ISDCF name when referring to OVs with subs (#2703).
2024-01-17 Carl HetheringtonMove burnt subtitle checks into ::subtitle_languages().
2024-01-05 Carl HetheringtonAdd new "territory type" so that INT-T{D,L} can be...
2023-11-29 Carl HetheringtonDon't reduce the audio channel count on adding ATMOS...
2023-11-12 Carl HetheringtonReplace deprecated leaf() with filename().
2023-10-28 Carl HetheringtonAdd some const& to uses of auto.
2023-10-28 Carl HetheringtonFix a bizarre thinko / typo of "false" for false.
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
2023-09-12 Carl HetheringtonSomewhat fix inclusion of CCAP language in ISDCF name...
2023-09-12 Carl HetheringtonAdd Film::closed_caption_languages().
2023-09-11 Carl HetheringtonAlways add -CCAP to ISDCF names if there are ccaps.
2023-08-09 Carl HetheringtonExtract Film::Property to its own header to (maybe...
2023-08-08 Carl HetheringtonCleanup: use a better loop variable name.
2023-08-08 Carl HetheringtonCleanup: use a std::find_if().
2023-08-08 Carl HetheringtonCleanup: use a default constructor.
2023-08-08 Carl HetheringtonCleanup: use a lambda.
2023-08-08 Carl HetheringtonCleanup: use some better loop variable names.
2023-06-23 Carl HetheringtonAdd config option to allow long ISDCF name parts.
2023-04-18 Carl HetheringtonSlight improvement to error when failing to save a...
2023-03-11 Carl HetheringtonUse IAB rather than ATMOS in ISDCF names (#2482).
2023-03-03 Carl HetheringtonAdd option to limit DCP output to the "Bv2.0 profile... v2.16.45
2023-02-27 Carl HetheringtonMerge branch '2389-vpos'
2023-02-27 Carl HetheringtonMake subtitle analysis depend on DCP standard.
2023-02-11 Carl HetheringtonCleanup: extract encrypt() call from Film::make_kdm().
2023-01-17 Carl HetheringtonAdd -ISDCF to ISDCF name as required (#2416).
2023-01-17 Carl HetheringtonCleanup: make a temporary for the content list.
2022-12-28 Carl HetheringtonFix default VersionNumber when it's not specified in...
2022-12-10 Carl HetheringtonMove some methods out of util.{cc,h}
2022-12-09 Carl HetheringtonExtract constants.h
2022-12-02 Carl HetheringtonDon't use "NR" in the ISDCF name if there is no rating.
2022-11-28 Carl HetheringtonAdd default release territory configuration (#2375).
2022-11-28 Carl HetheringtonAdd default audio language configuration (#2375).
2022-11-28 Carl HetheringtonRemove default container configuration option.
2022-10-01 Carl HetheringtonCleanup: remove unnecessary if
2022-10-01 Carl HetheringtonCleanup: replace very short but long-lasting variable...
2022-09-03 Carl HetheringtonRemove - and + from ratings before using them in a...
2022-06-30 Carl HetheringtonAdvanced option to allow mapping to any audio channel...
2022-06-10 Carl HetheringtonAdd Film::last_written_by_earlier_than()
2022-06-10 Carl HetheringtonRename CheckContentChangeJob -> CheckContentJob.
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-04-28 Carl HetheringtonPut * in the title bar when the DCP-o-matic project...
2022-04-28 Carl HetheringtonAdd Film::set_dirty().
2022-04-28 Carl HetheringtonAllow 96kHz audio as an advanced option (#1789).
2022-04-20 Carl HetheringtonLookup the correct DCNC code to use for languages rathe...
2022-04-20 Carl HetheringtonMove make_dcp() out of Film (#2132).
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2022-03-16 Carl HetheringtonMake the value used for 'f' in KDM names consistent...
2022-03-09 Carl HetheringtonAdd option to use (or not) ISDCF names by default.
2021-11-28 Carl HetheringtonRearrange checking (and re-examining) content.
2021-11-22 Carl HetheringtonDon't import luminance of 0 from 2.14.x metadata files...
2021-09-27 Carl HetheringtonMerge branch 'own-config' into v2.15.x
2021-09-27 Carl HetheringtonAdd config location versioning (#2090).
2021-09-25 cahRead ISDCF Metadata from 2.14.x metadata (#2083).
2021-09-19 Carl HetheringtonAdd LastWrittenBy to metadata (#2080).
2021-09-19 Carl HetheringtonUse a constexpr and a nullptr.
2021-09-19 Carl Hetheringtoninclude/using sorting and some white space.
2021-09-19 Carl HetheringtonAdd state of _reencode_j2k to the video identifier.
2021-08-17 Carl HetheringtonAdd defaults for facility, studio, chain, distributor...
2021-08-04 Carl HetheringtonAllow specifying and writing sign language video langua... v2.15.157
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...
next