summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.cc
AgeCommit message (Collapse)Author
2015-11-07Tidy up; rename add_label_to_grid_bag_sizer -> add_label_to_sizer.Carl Hetherington
2015-11-06Fix slow update of DCP frame rate spinner.Carl Hetherington
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-10-12Fix sensitivity of reel length entry.Carl Hetherington
2015-10-12Un-attached reel UI.Carl Hetherington
2015-09-16Set up OV/VF in name according to whether DCP content has been referenced.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-08-04Disable '2D version of 3D content' ISDCF metadata checkbox with 3D content ↵Carl Hetherington
(part of #652).
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-19No-op; variable renaming.Carl Hetherington
2015-06-17AudioDialog does not need explicit playlist.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-03Various work on audio mapping.Carl Hetherington
Fix everything up so that the audio mapping view in the audio panel reflects the processor (or lack of).
2015-06-03Fix confusion with AUDIO_STREAMS property.Carl Hetherington
2015-06-03Fix UI update when audio processor changes.Carl Hetherington
2015-06-02Fix startup crash.Carl Hetherington
2015-06-02Layout tweak.Carl Hetherington
2015-06-02Apply single-processor branch manually; processor is now in Film, not ↵Carl Hetherington
AudioContent.
2015-06-02Handle multiple audio streams in a single piece of contentCarl Hetherington
in a similar way to the V1 patch.
2015-05-25Copy DCP name layout fix from master.Carl Hetherington
2015-05-25a914ff2d9e06893328abee2fe40fb7b82ac89c02 from master; display DCP container ↵Carl Hetherington
size beside the choice in the DCP tab.
2015-05-1737423292ff0ff0210a2eeb4b2eea6740dcfa0a64 from master; fix DCP name update on ↵Carl Hetherington
changing DCP standard.
2015-05-10eebb00c092e568a14c0af3ce513d34f6b4ee834d from master; limit DCP channels and ↵Carl Hetherington
bump libdcp.
2015-04-29Hand-apply 62f8054d65a8bd31689fc0c977c1bb2385e71afa from master; config of ↵Carl Hetherington
encryption key.
2015-04-20Hand-apply 9a90f25eb891d7d590563c0ce1597de4da8ff575; bind toCarl Hetherington
wxEVT_COMMAND_TEXT_UPDATED as well as wxEVT_COMMAND_SPINCTRL_UPDATED on the JPEG2000 control otherwise entering a value using the keyboard directly before doing "Make DCP" can seemingly result in the new value not being read in until after the video MXF filename has been decided. This results in a file not found at the end of the encode.
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.
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-12-17Disable copy-as-name button with no Film.Carl Hetherington
2014-12-15Catch exceptions when getting video for the view.Carl Hetherington
2014-12-15Hand-apply 9469f56ef978cd57902afcb9888b4d54e4857c80; tweak layout.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-11-06Forward-port ISDCF naming tweak from 1.x.Carl Hetherington
2014-09-11Merge master.Carl Hetherington
2014-09-04Merge master.Carl Hetherington
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