summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-04Formatting / C++11 tidying.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-04Stop some EnsureVisible() calls happening with out-of-range parameters.Carl Hetherington
2021-04-04Use release territory from Interop/SMPTE metadata instead of ISDCF metadata ↵Carl Hetherington
dialogue.
2021-04-04Inherit SMPTEMetadataDialog from a base class.Carl Hetherington
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-04More disk build fixes.Carl Hetherington
2021-04-04Fix disk build.Carl Hetherington
2021-04-03C++11 tidying.Carl Hetherington
2021-04-03Fix warning in previous.Carl Hetherington
2021-04-03Show an explanatory message if the player is not performing very well (#1932).Carl Hetherington
2021-04-02Fix sensitivity of audio panel controls (#1946).Carl Hetherington
2021-04-02Fix missing line in audio mapping view.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-01Remove unused method.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-31Fix incorrectly-sized timeline toolbar icons on macOS (#1927).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-31Fix floating line at the top of the groups column.Carl Hetherington
2021-03-31Allow variable column widths on the auto mapping view to fix #1945.Carl Hetherington
2021-03-31Remove unused method declaration.Carl Hetherington
2021-03-31C++11 tidying.Carl Hetherington
2021-03-29Update authors table.Carl Hetherington
I've searched email, git logs, google, forum and mantis and found no trace of what Jianguo did. Sorry if you see this, Jianguo! Please remind me of your contribution!
2021-03-29Fix strange problems with spin entries on macOS (#1944).Carl Hetherington
SetRange() with minimum > 0 seems to stop entry of numbers by selecting the existing one and typing new. Also we can make Enter work properly by adding a handler.
2021-03-29Add Lilian Lefranc to the 'with-help-from' part of About.Carl Hetherington
2021-03-29Brecht Sanders wrote libquickmail which we no longer use.Carl Hetherington
2021-03-29Tread .psd as an image file.Carl Hetherington
2021-03-28Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-03-28Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-03-27C++11 tidying.Carl Hetherington
2021-03-27Fix odd difference on handling of x and y scale for subtitles in the UI.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).
2021-03-23pot/merge.Carl Hetherington
2021-03-22Don't insist on writing optional metadata (#1923).Carl Hetherington
2021-03-22Split SMPTE metadata dialogue into two tabs (#1933).Carl Hetherington
2021-03-22C++11 tidying.Carl Hetherington
2021-03-22More polish of Swedish translationMattias Mattsson
2021-03-22Add simpler language tag dialog (#1931).Carl Hetherington