summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
AgeCommit message (Collapse)Author
2021-01-07std::shared_ptrCarl Hetherington
2020-09-23Support CPL metadata.Carl Hetherington
2020-06-08Move upload-DCP-to-TMS button to preferences.Carl Hetherington
2020-06-08Remove encryption key options (#1760).Carl Hetherington
2020-06-08Always sign DCPs (#1760).Carl Hetherington
2019-10-13Hide the upmixers unless an "advanced" configuration option is ticked.v2.15.22Carl Hetherington
The upmixers are not of sufficient quality to always be an improvement, and anecdotally it seems that some users see them and hope one will be a silver bullet.
2019-05-10Basics of metadata dialog - ratings.Carl Hetherington
2019-05-10Basics of setting and storing SMPTE CPL markers.Carl Hetherington
2018-11-07Add button to force re-encode of J2K content.Carl Hetherington
2018-09-07Rest of DCP panel.Carl Hetherington
2018-09-06Add simple/full interface option and make DCP panel respect it.Carl Hetherington
2018-01-31Disable DCP panel stuff which cannot be altered when a DCP is being referenced.Carl Hetherington
2017-06-29Offer only flat/scope/full-frame as container choices and differentiateCarl Hetherington
the names from the UI for content ratios.
2016-07-15Add channel count hints to the default audio channel count preference,Carl Hetherington
and remove the choice for default to zero channels. Remove em-dash from hints as it apparently does not render on Windows for some reason.
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-02-16Add option to auto-upload to the TMS (#794).Carl Hetherington
2015-10-12Un-attached reel UI.Carl Hetherington
2015-06-25Make player decide whether subtitles should be burnt based onCarl Hetherington
content settings rather than using the film's settings. Remove film property of burn-subtitles.
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-16Modify previous commit to move restriction code into the UI.Carl Hetherington
2015-06-16Prevent selection of too few DCP channels (#611).Carl Hetherington
This makes Film::audio_channels() return a minimum of any active processor's output channel count, even if fewer DCP channels have been selected. It may have been neater code-wise to make Player cope if such a setting is made, but it would probably confuse people if we don't auto-fix it (like this commit does).
2015-06-03Make show audio work on the whole DCP, not individual content.Carl Hetherington
2015-06-02Apply single-processor branch manually; processor is now in Film, not ↵Carl Hetherington
AudioContent.
2015-05-25a914ff2d9e06893328abee2fe40fb7b82ac89c02 from master; display DCP container ↵Carl Hetherington
size beside the choice in the DCP tab.
2015-04-29Hand-apply 62f8054d65a8bd31689fc0c977c1bb2385e71afa from master; config of ↵Carl Hetherington
encryption key.
2015-03-25Remove Scaler config and use SWS_BICUBIC everywhere.Carl Hetherington
2015-03-25Hand-apply ec3e6abf817b84d589f0782b01f5059dd3bf0953; only allow evenCarl Hetherington
DCP audio channel counts between 2 and 16 inclusive.
2015-01-28Small fixes and tidy-ups spotted by cppcheck.Carl Hetherington
2014-12-15Hand-apply e9b7f3df544697d6af9d926d32405a797841960a; add 'copy to name' ↵Carl Hetherington
button to allow editing of ISDCF names after creation rather than the 'replace on disable' hack.
2014-08-11Split DCP panel up into general (at the top) then video/audio tabs.Carl Hetherington
2014-08-11Move DCP panel code into its own source file.Carl Hetherington