summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-05Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵v2.15.7Carl Hetherington
v2.15.x
2019-06-05swaroop: various fixes to dcpomatic_ecinema.Carl Hetherington
2019-06-05swaroop: switch ID tag to genre as it is supported by ffmpeg in both mp4 and ↵Carl Hetherington
mov.
2019-06-05Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) ↵Carl Hetherington
(#1569).
2019-06-04More system information to tools and add it to the player.v2.15.6Carl Hetherington
2019-06-04Fix system information on vsync.Carl Hetherington
2019-06-03Fix typo.Carl Hetherington
2019-06-03More Windows hackery.Carl Hetherington
2019-06-03More accurate reporting of whether vsync is enabled.Carl Hetherington
2019-06-03Try to enable some WGL stuff.Carl Hetherington
2019-06-03Windows #include.Carl Hetherington
2019-06-03Attempted Windows GL fixes.Carl Hetherington
2019-06-03Type fix for OS X.Carl Hetherington
2019-06-03Another OS X include.Carl Hetherington
2019-06-03Another OS X include.Carl Hetherington
2019-06-03Try another way on OS X.Carl Hetherington
2019-06-03More GL build fixes.Carl Hetherington
2019-06-03Fix some build failures due to GL stuff.Carl Hetherington
2019-06-03Try to enable vsync with GL on Linux.Carl Hetherington
2019-06-02Fix sensitivity of markers button.Carl Hetherington
2019-06-02Always hide reference note if it's empty.Carl Hetherington
2019-06-01Another test hash change.Carl Hetherington
2019-06-01Another test hash change.Carl Hetherington
2019-06-01Test hash change due to adding video 'use' flag.Carl Hetherington
2019-06-01Basics of allowing video parts of FFmpegContent to be disabled (#1355 and ↵Carl Hetherington
others).
2019-05-31Fix slightly unbelievable out-of-bounds array access when setting up the ↵Carl Hetherington
audio map for mixdown-to-stereo. Forward-ported from 677eaab5c03e9c614ae2bc417a43bd5c1295bb8d in master.
2019-05-31Add playhead line to timeline (#1563).Carl Hetherington
2019-05-31Test digest tweak.Carl Hetherington
2019-05-30Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵Carl Hetherington
v2.15.x
2019-05-30Bump test digest.Carl Hetherington
2019-05-30Destory TranscodeJob earlier, hopefully to fix #1570.Carl Hetherington
2019-05-30Test name hash change.Carl Hetherington
2019-05-28Fix off-by-one channel when editing audio map levels numerically.Carl Hetherington
Forward-ported from bf14618d056dc6f1ed7f32f943a565d8f662049e in master.
2019-05-28Use pofilter to check i18n and fix some .po file glitches.Carl Hetherington
Forward-ported from fe6de8b48ff0a40e229c06932ac5fd497322f208 in master.
2019-05-28Fix several bits of bad i18n markup and add start of checking script.Carl Hetherington
Forward-ported from ec9cb6719c72930243afc534120da12323e29568 in master.
2019-05-28Fix some malformed placeholders in the cs_CZ translation.Carl Hetherington
Forward-ported from cbd2876db6b68e35cb6e7b111ce6b14180c4f97f in master.
2019-05-26Potential fix for #1568; we calculate the remaining DCPTime butCarl Hetherington
then convert it back to resampled content frames using the DCP rate rather than the resampled content rate, which seems wrong. If we want to go from metric time to frames we surely have to use the frame rate of the thing we are working with (not the frame rate which that thing will be played back at).
2019-05-24Basic ability to set video range (JPEG/MPEG) at least for YUV content. May ↵Carl Hetherington
not work for RGB. See #1509.
2019-05-23Possibly improve closing of splash window.Carl Hetherington
2019-05-22Try to fix unit tests.Carl Hetherington
2019-05-21Tweak comment.Carl Hetherington
2019-05-21Add Bob Weaver Deinterlacing Filter (bwdif).Carl Hetherington
2019-05-21Give an error if 2D content is set to 3D (#1565). Also runCarl Hetherington
3D tests with more parallel jobs to speed them up.
2019-05-20Add test for #1565.Carl Hetherington
Forward-ported from c3cccfcf0f3942a55f1c0df5ba623fcfa360533e in master.
2019-05-15Player::playlist_content_change will call setup_pieces() regardlessv2.15.5Carl Hetherington
of the state of frequent, so Butler::player_change must always seek regardless of the state of frequent. Otherwise setup_pieces() results in the next pass() output being at position 0, which causes problems when the audio from that output is pushed into the audio ring buffers.
2019-05-15Add dummy file creation for FFmpeg audio-only.Carl Hetherington
2019-05-15Fix scrolling of audio channel group labels.Carl Hetherington
2019-05-14Better tooltips over audio mapping view nodes.Carl Hetherington
2019-05-14Add tooltip for input groups (#1557).Carl Hetherington
2019-05-14Truncate audio mapping view channel group names (part of #1557).Carl Hetherington