summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-26Bump versionv2.1.11Carl Hetherington
2015-06-26ChangeLog.Carl Hetherington
2015-06-26Fix missing subtitles in some cases.Carl Hetherington
We were passing subtitles back from decoders to SubtitleDecoder using dcp::SubtitleStrings and relying on their storage of time to know when the subtitles were. These times are quantised (by the use of dcp::SubtitleString) and then compared with unquantised times (kept as ContentTime) in the main checking loop in SubtitleDecoder::get(). Fix this by storing periods as ContentTimePeriod as well as in the dcp::SubtitleStrings.
2015-06-26ChangeLog.Carl Hetherington
2015-06-26Make sure use of subs is reflected in the video identifier.Carl Hetherington
2015-06-26Fonts change appearance of subtitles if they are burnt in.Carl Hetherington
2015-06-26The appearance of FFmpegContent can be changed by altering subtitle ↵Carl Hetherington
scale/offset etc.
2015-06-26Tweak checkbox label.Carl Hetherington
2015-06-25Merge branch 'content-burn-subs' into 2.0Carl Hetherington
2015-06-25Updated test data.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-25Add burn-subtitles button to Subtitle panel.Carl Hetherington
2015-06-25Add burn_subtitles property to SubtitleContent.Carl Hetherington
2015-06-25Use optional<> for PositionImage in PlayerVideo to make things a bit clearer.Carl Hetherington
2015-06-25Bump versionCarl Hetherington
2015-06-25Bump versionv2.1.10Carl Hetherington
2015-06-25Merge.Carl Hetherington
2015-06-25Add DEBUG_DECODE and some basic debugging of the decoding process.Carl Hetherington
2015-06-25Remove some old debugging code.Carl Hetherington
2015-06-25Bump versionCarl Hetherington
2015-06-25Bump versionv2.1.9Carl Hetherington
2015-06-25Missing file on RPM install.Carl Hetherington
2015-06-25Fix taskbar icon path.Carl Hetherington
2015-06-24Bump versionCarl Hetherington
2015-06-24Bump versionv2.1.8Carl Hetherington
2015-06-24Install LiberationSans to share/dcpomatic2.Carl Hetherington
2015-06-24Fix test refs.Carl Hetherington
2015-06-24ChangeLog.Carl Hetherington
2015-06-23Fix missing YUVToRGB node when saving colour conversions (#618).Carl Hetherington
2015-06-21Add more video properties to content properties dialog.Carl Hetherington
Also implement the whole properties thing more neatly.
2015-06-21Add script to plot gamma graphs>Carl Hetherington
2015-06-21Bump versionCarl Hetherington
2015-06-21Bump versionv2.1.7Carl Hetherington
2015-06-21Disable colour conversion choice in the appropriate circumstances.Carl Hetherington
2015-06-21Prevent DCP creation if we're trying not to burn in text subs (#606).Carl Hetherington
2015-06-21Try a border round the key icon.Carl Hetherington
2015-06-21Remove wxST_ELLIPSIZE_END from job status.Carl Hetherington
This appears to stop multi-line text fields working on OS X, which caused #615.
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-20Fix some warnings.Carl Hetherington
2015-06-20Copied platform/osx/waf into a local bin/.Carl Hetherington
2015-06-20Remove a few dubious fr_FR fuzzy translations.Carl Hetherington
2015-06-19Merge.Carl Hetherington
2015-06-19Fix audio analysis after recent breakage.Carl Hetherington
2015-06-19Bump versionCarl Hetherington
2015-06-19Bump versionv2.1.6Carl Hetherington
2015-06-19Try again to fix OS X resource directory location.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-19Speculative fix to OS X shared_path to fix finding of Liberation-Sans.Carl Hetherington
2015-06-18Bump versionCarl Hetherington
2015-06-18Bump versionv2.1.5Carl Hetherington