| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-16 | Allow configuration of default value of upload-to-TMS button. | Carl Hetherington | |
| 2018-01-16 | In general the player assumes that it won't receive out of order video. | Carl Hetherington | |
| This clearly can happen with separate L/R sources. A pass in L might emit two frames which means the arrivals can't possibly be in order. This commit fixes this by introducing a Shuffler which all alternate-3D sources send their video to. The Shuffler re-orders things before they arrive at the player. It also fixes the code which inserts video frames before one that arrives after a gap. This didn't cope with 3D right before. The audio code solves a similar (perhaps the same?) problem with the AudioMerger; perhaps we should have a similar thing for video and make the player emit complete 3D frames. Should help with #976. | |||
| 2018-01-15 | Add comment. | Carl Hetherington | |
| 2018-01-15 | Updated cs_CZ translation from Tomáš Begeni. | Carl Hetherington | |
| 2018-01-15 | Updated pt_BR translation from Max Fuhlendorf. | Carl Hetherington | |
| 2018-01-15 | Fix incorrect reel lengths when start-trimmed movie content follows | Carl Hetherington | |
| image-only content (e.g. crash1.xml in dcpomatic-test). We must consider the _silent "source" to be like an audio stream when deciding when to pull up to. | |||
| 2018-01-14 | Updated de_DE translation from Carsten Kurz. | Carl Hetherington | |
| 2018-01-14 | Only put subtitles in a frame if they overlap more than half of that | Carl Hetherington | |
| frame; may help with #1166. | |||
| 2018-01-14 | Emit subtitles with correct times when they occur at different times within ↵ | Carl Hetherington | |
| a frame period. | |||
| 2018-01-14 | Fix crash when unsetting forced video frame rates in the timing panel. | Carl Hetherington | |
| 2018-01-14 | Fix thinko when writing XML. | Carl Hetherington | |
| 2018-01-13 | pot/merge. | Carl Hetherington | |
| 2018-01-13 | Forcing for fade in/out. | Carl Hetherington | |
| 2018-01-13 | Note whether effect is forced or not. | Carl Hetherington | |
| 2018-01-13 | Use an enum for the effect in SubtitleContent. | Carl Hetherington | |
| 2018-01-13 | Note whether subtitle effect colour is forced or not. | Carl Hetherington | |
| 2018-01-13 | Note whether subtitle colour is forced or not. | Carl Hetherington | |
| 2018-01-12 | Don't throw an exception if we can't find bits_per_pixel, as it's not the ↵ | Carl Hetherington | |
| end of the world. | |||
| 2018-01-11 | Fix crash due to alpha_blend requiring BGRA (#1165). | Carl Hetherington | |
| 2018-01-11 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2018-01-11 | Harden alpha blend tests and fix alpha_blend again. | Carl Hetherington | |
| 2018-01-10 | pot/merge. | Carl Hetherington | |
| 2018-01-10 | Fix yet more pixel order confusions. | Carl Hetherington | |
| 2018-01-10 | Fix some incorrect alpha blending; may help with #1155. | Carl Hetherington | |
| 2018-01-10 | Hacky fix for crash introduced by subtitle appearance changes. | Carl Hetherington | |
| 2018-01-09 | Fix forced-appearance for subs from DCPs (#1162). | Carl Hetherington | |
| 2018-01-09 | Make overlapped fade in/out work more sensibly. | Carl Hetherington | |
| 2018-01-08 | When doing jump-to-selected jump to the first subtitle in ↵ | Carl Hetherington | |
| TextSubtitleContent (#1160). | |||
| 2018-01-08 | Fix a couple more crashes with incorrect KDMs (#1000). | Carl Hetherington | |
| 2018-01-06 | Updated de_DE translation from Carsten Kurz. | Carl Hetherington | |
| 2018-01-06 | Add player strings to i18n. | Carl Hetherington | |
| 2018-01-06 | Add version number to encode server welcome message (#1157). | Carl Hetherington | |
| 2018-01-06 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2018-01-05 | pot/merge. | Carl Hetherington | |
| 2018-01-05 | Add simple copy and paste for content settings (#1051). | Carl Hetherington | |
| 2018-01-05 | s/use_template/take_settings_from/g | Carl Hetherington | |
| 2018-01-05 | Missing stop emission for fully-timed FFmpeg subtitles; should fix #1101. | Carl Hetherington | |
| 2018-01-05 | Backup more than one config on failure to load. | Carl Hetherington | |
| 2018-01-05 | Try to fix build on older Ubuntus etc. | Carl Hetherington | |
| 2018-01-05 | Small and somewhat untested optimisation. | Carl Hetherington | |
| 2018-01-04 | Do read of image folders during the examine step; fixes #987. | Carl Hetherington | |
| 2018-01-04 | Recreate player pieces when changing FFmpeg filters (#1019). | Carl Hetherington | |
| 2018-01-04 | Set up a default KDM write mode and preselect the last used one when ↵ | Carl Hetherington | |
| re-opening the KDM window (#1137). | |||
| 2018-01-03 | Fix alpha blending with with offset; should help with #1155. | Carl Hetherington | |
| 2018-01-03 | Fix incorrect alpha-blend in some cases. | Carl Hetherington | |
| 2018-01-03 | Use convert_pixel_format a little. | Carl Hetherington | |
| 2018-01-02 | Add convert_pixel_format convenience function. | Carl Hetherington | |
| 2018-01-02 | Mark pieces as done when we're past the end of them; fixes #1154. | Carl Hetherington | |
| 2018-01-02 | A previous commit took care to make Decoder::position() not be updated | Carl Hetherington | |
| if the data that was emitted from the decoder was not taken by the player. This means that when the decoder moves into its end trim the position will stay where it is (since the player does not take the data). I can't see the point of doing this; the only use of Decoder::position() is to decide what to pass() next (I think). It is also inconvenient because we would like to check Decoder::position() to decide whether to stop passing a decoder since it's in its end trim (not doing this causes #1154). | |||
| 2018-01-02 | No need for position() to be virtual. | Carl Hetherington | |
