summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
AgeCommit message (Expand)Author
2022-10-19Normalise XML attribute names to be camelCase (#2241).Carl Hetherington
2022-10-01Cleanup: remove unnecessary ifCarl Hetherington
2022-10-01Cleanup: replace very short but long-lasting variable name.Carl Hetherington
2022-09-03Remove - and + from ratings before using them in a DCNC name.Carl Hetherington
2022-07-01Advanced option to allow mapping to any audio channel (#2279).Carl Hetherington
2022-06-10Add Film::last_written_by_earlier_than()Carl Hetherington
2022-06-10Rename CheckContentChangeJob -> CheckContentJob.Carl Hetherington
2022-05-05Use dcp::File in DCP-o-matic (#2231).Carl Hetherington
2022-04-29Put * in the title bar when the DCP-o-matic project is modified (#1938).Carl Hetherington
2022-04-29Add Film::set_dirty().Carl Hetherington
2022-04-29Allow 96kHz audio as an advanced option (#1789).Carl Hetherington
2022-04-20Lookup the correct DCNC code to use for languages rather than justCarl Hetherington
2022-04-20Move make_dcp() out of Film (#2132).Carl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2022-03-16Make the value used for 'f' in KDM names consistent (#1657).Carl Hetherington
2022-03-09Add option to use (or not) ISDCF names by default.Carl Hetherington
2021-11-28Rearrange checking (and re-examining) content.Carl Hetherington
2021-11-22Don't import luminance of 0 from 2.14.x metadata files (part of #2130).Carl Hetherington
2021-09-27Add config location versioning (#2090).Carl Hetherington
2021-09-25Read ISDCF Metadata from 2.14.x metadata (#2083).cah
2021-09-20Add LastWrittenBy to metadata (#2080).Carl Hetherington
2021-09-20Use a constexpr and a nullptr.Carl Hetherington
2021-09-19include/using sorting and some white space.Carl Hetherington
2021-09-19Add state of _reencode_j2k to the video identifier.Carl Hetherington
2021-08-17Add defaults for facility, studio, chain, distributor (#2075).Carl Hetherington
2021-08-04Allow specifying and writing sign language video language metadata (#2062).v2.15.157Carl Hetherington
2021-06-01Put audio language back in the Film.Carl Hetherington
2021-05-31Allow any ratio to appear in the ISDCF name as an interior aspect ratio (#2030).Carl Hetherington
2021-04-16Fix failure to update project-wide audio level plot when content moves.Carl Hetherington
2021-04-16C++11 tidying.Carl Hetherington
2021-04-14More libdcp API tweaks.Carl Hetherington
2021-04-12Bump libdcp for some API improvements.Carl Hetherington
2021-04-06Don't set a default luminance now that it's optional.Carl Hetherington
2021-04-06Remove out-of-date Film::_audio_language.Carl Hetherington
2021-04-04Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue.Carl Hetherington
2021-04-04Move chain to the Interop/SMPTE metadata.Carl Hetherington
2021-04-04Move some ISDCF flags to the Interop/SMPTE metadata.Carl Hetherington
2021-04-04Use studio and facility from Interop/SMPTE metadata rather than ISDCF.Carl Hetherington
2021-04-04Add to_upper() method to util.{cc,h}Carl Hetherington
2021-04-04Use ratings from Interop/SMPTE metadata instead of ISDCF metadata dialogue.Carl Hetherington
2021-04-04Use release territory from Interop/SMPTE metadata instead of ISDCF metadata d...Carl Hetherington
2021-04-04Use content version from Interop (or version number from SMPTE metadata)Carl Hetherington
2021-04-02Add language to audio content and use it instead of the general metadata.Carl Hetherington
2021-03-31Add burnt subtitle language to video content.Carl Hetherington
2021-03-31Put subtitle language back into content from the film (#1930).Carl Hetherington
2021-03-25Use XX as an audio language when there is no specified audio language (#1939).Carl Hetherington
2021-03-22Don't insist on writing optional metadata (#1923).Carl Hetherington
2021-02-23Fix reel setup when the last reel is less than 1 second long.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington