| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-05 | Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵v2.15.7 | Carl Hetherington | |
| v2.15.x | |||
| 2019-06-05 | swaroop: various fixes to dcpomatic_ecinema. | Carl Hetherington | |
| 2019-06-05 | swaroop: switch ID tag to genre as it is supported by ffmpeg in both mp4 and ↵ | Carl Hetherington | |
| mov. | |||
| 2019-06-05 | Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) ↵ | Carl Hetherington | |
| (#1569). | |||
| 2019-06-04 | More system information to tools and add it to the player.v2.15.6 | Carl Hetherington | |
| 2019-06-04 | Fix system information on vsync. | Carl Hetherington | |
| 2019-06-03 | Fix typo. | Carl Hetherington | |
| 2019-06-03 | More Windows hackery. | Carl Hetherington | |
| 2019-06-03 | More accurate reporting of whether vsync is enabled. | Carl Hetherington | |
| 2019-06-03 | Try to enable some WGL stuff. | Carl Hetherington | |
| 2019-06-03 | Windows #include. | Carl Hetherington | |
| 2019-06-03 | Attempted Windows GL fixes. | Carl Hetherington | |
| 2019-06-03 | Type fix for OS X. | Carl Hetherington | |
| 2019-06-03 | Another OS X include. | Carl Hetherington | |
| 2019-06-03 | Another OS X include. | Carl Hetherington | |
| 2019-06-03 | Try another way on OS X. | Carl Hetherington | |
| 2019-06-03 | More GL build fixes. | Carl Hetherington | |
| 2019-06-03 | Fix some build failures due to GL stuff. | Carl Hetherington | |
| 2019-06-03 | Try to enable vsync with GL on Linux. | Carl Hetherington | |
| 2019-06-02 | Fix sensitivity of markers button. | Carl Hetherington | |
| 2019-06-02 | Always hide reference note if it's empty. | Carl Hetherington | |
| 2019-06-01 | Another test hash change. | Carl Hetherington | |
| 2019-06-01 | Another test hash change. | Carl Hetherington | |
| 2019-06-01 | Test hash change due to adding video 'use' flag. | Carl Hetherington | |
| 2019-06-01 | Basics of allowing video parts of FFmpegContent to be disabled (#1355 and ↵ | Carl Hetherington | |
| others). | |||
| 2019-05-31 | Fix 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-31 | Add playhead line to timeline (#1563). | Carl Hetherington | |
| 2019-05-31 | Test digest tweak. | Carl Hetherington | |
| 2019-05-30 | Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵ | Carl Hetherington | |
| v2.15.x | |||
| 2019-05-30 | Bump test digest. | Carl Hetherington | |
| 2019-05-30 | Destory TranscodeJob earlier, hopefully to fix #1570. | Carl Hetherington | |
| 2019-05-30 | Test name hash change. | Carl Hetherington | |
| 2019-05-28 | Fix off-by-one channel when editing audio map levels numerically. | Carl Hetherington | |
| Forward-ported from bf14618d056dc6f1ed7f32f943a565d8f662049e in master. | |||
| 2019-05-28 | Use pofilter to check i18n and fix some .po file glitches. | Carl Hetherington | |
| Forward-ported from fe6de8b48ff0a40e229c06932ac5fd497322f208 in master. | |||
| 2019-05-28 | Fix several bits of bad i18n markup and add start of checking script. | Carl Hetherington | |
| Forward-ported from ec9cb6719c72930243afc534120da12323e29568 in master. | |||
| 2019-05-28 | Fix some malformed placeholders in the cs_CZ translation. | Carl Hetherington | |
| Forward-ported from cbd2876db6b68e35cb6e7b111ce6b14180c4f97f in master. | |||
| 2019-05-26 | Potential fix for #1568; we calculate the remaining DCPTime but | Carl 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-24 | Basic ability to set video range (JPEG/MPEG) at least for YUV content. May ↵ | Carl Hetherington | |
| not work for RGB. See #1509. | |||
| 2019-05-23 | Possibly improve closing of splash window. | Carl Hetherington | |
| 2019-05-22 | Try to fix unit tests. | Carl Hetherington | |
| 2019-05-21 | Tweak comment. | Carl Hetherington | |
| 2019-05-21 | Add Bob Weaver Deinterlacing Filter (bwdif). | Carl Hetherington | |
| 2019-05-21 | Give an error if 2D content is set to 3D (#1565). Also run | Carl Hetherington | |
| 3D tests with more parallel jobs to speed them up. | |||
| 2019-05-20 | Add test for #1565. | Carl Hetherington | |
| Forward-ported from c3cccfcf0f3942a55f1c0df5ba623fcfa360533e in master. | |||
| 2019-05-15 | Player::playlist_content_change will call setup_pieces() regardlessv2.15.5 | Carl 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-15 | Add dummy file creation for FFmpeg audio-only. | Carl Hetherington | |
| 2019-05-15 | Fix scrolling of audio channel group labels. | Carl Hetherington | |
| 2019-05-14 | Better tooltips over audio mapping view nodes. | Carl Hetherington | |
| 2019-05-14 | Add tooltip for input groups (#1557). | Carl Hetherington | |
| 2019-05-14 | Truncate audio mapping view channel group names (part of #1557). | Carl Hetherington | |
