summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2021-04-14More libdcp API tweaks.Carl Hetherington
2021-04-12Bump libdcp for some API improvements.Carl Hetherington
2021-04-12Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-04-12Missing full stop.Carl Hetherington
2021-04-10Fix up hints about long subtitle lines.Carl Hetherington
2021-04-10pot/merge.Carl Hetherington
2021-04-10Add a hint about >79 length subtitles.Carl Hetherington
2021-04-09Make DCP text track language properly optional and ignore bad values on ↵Carl Hetherington
imported DCPs (#1950).
2021-04-09Extract audio/subtitle language from imported DCPs.Carl Hetherington
2021-04-08Remove some old Centos 5 support.Carl Hetherington
2021-04-08Assorted C++11/formatting cleanups.Carl Hetherington
2021-04-07Tweak hint to reflect how the timed text tab can have different names.Carl Hetherington
2021-04-07Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-04-07Missing full stop.Carl Hetherington
2021-04-07Assorted C++11/formatting cleanups.Carl Hetherington
2021-04-07No-op: whitespace.Carl Hetherington
2021-04-07Formatting/C++11.Carl Hetherington
2021-04-06pot/merge.v2.15.139Carl Hetherington
2021-04-06Updated nl_NL translation from Rob van Nieuwkerk.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-06Remove erroneous defaulting of text language to en_US.Carl Hetherington
2021-04-06Add hint for un-set text languages (#1954).Carl Hetherington
2021-04-05Raise the unusual container hint on anything bit Flat/Scope (#1951).Carl Hetherington
2021-04-05Add hint when making 4K/3D DCPs (#1951).Carl Hetherington
2021-04-05Hint text tweaks.Carl Hetherington
2021-04-05Hint on making Interop DCPs (#1949).Carl Hetherington
2021-04-05Default to making SMPTE DCPs on new installs.Carl Hetherington
2021-04-05pot/merge.Carl Hetherington
2021-04-05Fix confusing error on trying to load a DoM project into the player (#1948).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 ↵Carl Hetherington
dialogue.
2021-04-04Use content version from Interop (or version number from SMPTE metadata)Carl Hetherington
rather than the content version in the ISDCF metadata dialogue.
2021-04-03Show an explanatory message if the player is not performing very well (#1932).Carl Hetherington
2021-04-02Add language to audio content and use it instead of the general metadata.Carl Hetherington
2021-04-01Formatting and C++ tidying.Carl Hetherington
2021-04-01Move 3D-to-2D check (#1941).Carl Hetherington
We were checking for 3D content going into a 2D project in the DCPEncoder, but we also need to do the same thing when exporting. Moving the check into Player::emit_video() means that it is applied to both DCP transcoding and export.
2021-04-01C++11 cleanup.Carl Hetherington
2021-03-31Add an assert for a function that can fail.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
This also adds the main/additional language flag. Of all the considerations about how to specify subtitle language, the most important seems to be that the language specification happens for the content where the language is; i.e. in the content text tab.
2021-03-29Tread .psd as an image file.Carl Hetherington
2021-03-28Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-03-26Bump libdcp for MCA tag fixes.Carl Hetherington
2021-03-25Use XX as an audio language when there is no specified audio language (#1939).Carl Hetherington
Previously we would omit the audio and subtitle language parts of the DCI name if there was no specified audio language. Sadly if we do do that EasyDCP player 4.0.1 reports a warning (whose details you can't see on the demo version).