| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-01 | Restore 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-01 | Re-add show audio button and analyse just that content when it is clicked. | Carl Hetherington | |
| 2015-07-01 | Go back to player having a playlist and not assuming it uses the film's content. | Carl Hetherington | |
| 2015-06-30 | pot/pot-merge. | Carl Hetherington | |
| 2015-06-30 | Calm down default logging a bit. | Carl Hetherington | |
| 2015-06-29 | Fix merge. | Carl Hetherington | |
| 2015-06-26 | Fix 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-26 | Tweak checkbox label. | Carl Hetherington | |
| 2015-06-25 | Disallow non-burn of image subtitles by disabling the relevant widgets (#625). | Carl Hetherington | |
| 2015-06-25 | Make player decide whether subtitles should be burnt based on | Carl Hetherington | |
| content settings rather than using the film's settings. Remove film property of burn-subtitles. | |||
| 2015-06-25 | Add burn-subtitles button to Subtitle panel. | Carl Hetherington | |
| 2015-06-25 | Add DEBUG_DECODE and some basic debugging of the decoding process. | Carl Hetherington | |
| 2015-06-21 | Add more video properties to content properties dialog. | Carl Hetherington | |
| Also implement the whole properties thing more neatly. | |||
| 2015-06-21 | Disable colour conversion choice in the appropriate circumstances. | Carl Hetherington | |
| 2015-06-21 | Remove 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-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-20 | Fix some warnings. | Carl Hetherington | |
| 2015-06-20 | Remove a few dubious fr_FR fuzzy translations. | Carl Hetherington | |
| 2015-06-19 | Fix audio analysis after recent breakage. | Carl Hetherington | |
| 2015-06-19 | No-op; variable renaming. | Carl Hetherington | |
| 2015-06-18 | Split job status onto two lines (#610). | Carl Hetherington | |
| 2015-06-18 | Supporter. | Carl Hetherington | |
| 2015-06-18 | Stop playback when we reach the end of the playlist. | Carl Hetherington | |
| 2015-06-17 | Final tweaks and removal of Film::playlist(). | Carl Hetherington | |
| 2015-06-17 | AudioDialog does not need explicit playlist. | Carl Hetherington | |
| 2015-06-17 | AnalyseAudioJob does not need an explicit playlist. | Carl Hetherington | |
| 2015-06-17 | Remove unnecessary Playlist argument to Film::audio_analysis_path. | Carl Hetherington | |
| 2015-06-17 | Remove Film::make_player(). | Carl Hetherington | |
| 2015-06-16 | Modify previous commit to move restriction code into the UI. | Carl Hetherington | |
| 2015-06-16 | Prevent selection of too few DCP channels (#611). | Carl Hetherington | |
| This makes Film::audio_channels() return a minimum of any active processor's output channel count, even if fewer DCP channels have been selected. It may have been neater code-wise to make Player cope if such a setting is made, but it would probably confuse people if we don't auto-fix it (like this commit does). | |||
| 2015-06-15 | Select newly-added content (#455). | Carl Hetherington | |
| 2015-06-14 | Fix messed up position slider caused by trim changes. | Carl Hetherington | |
| 2015-06-14 | Add buttons to set trim from current playhead position (#372). | Carl Hetherington | |
| 2015-06-13 | Try to fix completely broken i18n. | Carl Hetherington | |
| 2015-06-13 | Capitalise name of Russia in config dialog. | Carl Hetherington | |
| 2015-06-13 | Add program support for ru_RU and fix a couple of translations using the |. | Carl Hetherington | |
| 2015-06-13 | Layout the audio mapping's sizer after it changes (#597). | Carl Hetherington | |
| 2015-06-12 | Add a close button to the AudioDialog on Linux in case it doesn't get a ↵ | Carl Hetherington | |
| close button (#602). | |||
| 2015-06-12 | Credit Gerald Maruccia for the upmixer algorithm. | Carl Hetherington | |
| 2015-06-12 | New ru_RU translation from Igor Voytovich. | Carl Hetherington | |
| 2015-06-11 | pot/merge. | Carl Hetherington | |
| 2015-06-10 | Tweak error message. | Carl Hetherington | |
| 2015-06-09 | Remove unused variable. | Carl Hetherington | |
| 2015-06-09 | Tidy layout of keys prefs a bit (#460). | Carl Hetherington | |
| 2015-06-09 | Hide Font members behind accessors. | Carl Hetherington | |
| 2015-06-09 | Add hint about > 640kB font files (#588). | Carl Hetherington | |
| 2015-06-08 | Fix detection of same-frame to speed up simple encodes (#548). | Carl Hetherington | |
| 2015-06-03 | Make show audio work on the whole DCP, not individual content. | Carl Hetherington | |
| 2015-06-03 | Preserve row names across update_cells(). | Carl Hetherington | |
| 2015-06-03 | Various work on audio mapping. | Carl Hetherington | |
| Fix everything up so that the audio mapping view in the audio panel reflects the processor (or lack of). | |||
