summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-02Bump versionv2.1.14Carl Hetherington
2015-07-02Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0Carl Hetherington
2015-07-02Fix typo causing #626.Carl Hetherington
2015-07-02Bump versionCarl Hetherington
2015-07-02Bump versionv2.1.13Carl Hetherington
2015-07-02ChangeLog.Carl Hetherington
2015-07-01Restore short-cutting of analysis gain updates.Carl Hetherington
If we have an analysis of one piece of content and the gain changes we don't re-run the analysis, instead applying a suitable `correction' in the UI.
2015-07-01Re-add show audio button and analyse just that content when it is clicked.Carl Hetherington
2015-07-01Go back to player having a playlist and not assuming it uses the film's content.Carl Hetherington
2015-07-01Remove some unused methods.Carl Hetherington
2015-07-01Whitespace / add cppcheck target.Carl Hetherington
2015-07-01Improve speed when encoding lots of identical frames when the same subtitles.Carl Hetherington
2015-07-01Fix progress reporting when repeating frames.lCarl Hetherington
2015-06-30pot/pot-merge.Carl Hetherington
2015-06-30Missing files from test/data.Carl Hetherington
2015-06-30Update for change to default Rec. 601/709 gamma.Carl Hetherington
2015-06-30Write FFmpeg log output to our log file.Carl Hetherington
2015-06-30Calm down default logging a bit.Carl Hetherington
2015-06-30Tweak.Carl Hetherington
2015-06-29Bump versionCarl Hetherington
2015-06-29Bump versionv2.1.12Carl Hetherington
2015-06-29Fix merge.Carl Hetherington
2015-06-28Remove TO_PORT.Carl Hetherington
2015-06-26Update OS icons.Carl Hetherington
2015-06-26Update keys.png from keys.svg.Carl Hetherington
2015-06-26Bump versionCarl Hetherington
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-25Disallow non-burn of image subtitles by disabling the relevant widgets (#625).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