| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-06 | Move specification of UTF-8 charset to avoid breaking multipart messages (#630). | Carl Hetherington | |
| 2015-07-06 | Implement missing support for DCP subs inside DCP content (#631). | Carl Hetherington | |
| 2015-07-02 | Add bits per pixel to video content properties. | Carl Hetherington | |
| 2015-07-02 | Attempt to fix boost regex deps. | Carl Hetherington | |
| 2015-07-02 | Pass colour on when decoding. | Carl Hetherington | |
| 2015-07-02 | Fix PlayerVideo::has_j2k to cope with subtitles and fades. | Carl Hetherington | |
| 2015-07-02 | Fix typo causing #626. | Carl Hetherington | |
| 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-07-01 | Remove some unused methods. | Carl Hetherington | |
| 2015-07-01 | Improve speed when encoding lots of identical frames when the same subtitles. | Carl Hetherington | |
| 2015-07-01 | Fix progress reporting when repeating frames.l | Carl Hetherington | |
| 2015-06-30 | pot/pot-merge. | Carl Hetherington | |
| 2015-06-30 | Write FFmpeg log output to our log file. | 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 | Make sure use of subs is reflected in the video identifier. | Carl Hetherington | |
| 2015-06-26 | Fonts change appearance of subtitles if they are burnt in. | Carl Hetherington | |
| 2015-06-26 | The appearance of FFmpegContent can be changed by altering subtitle ↵ | Carl Hetherington | |
| scale/offset etc. | |||
| 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 property to SubtitleContent. | Carl Hetherington | |
| 2015-06-25 | Use optional<> for PositionImage in PlayerVideo to make things a bit clearer. | Carl Hetherington | |
| 2015-06-25 | Add DEBUG_DECODE and some basic debugging of the decoding process. | Carl Hetherington | |
| 2015-06-25 | Remove some old debugging code. | Carl Hetherington | |
| 2015-06-23 | Fix missing YUVToRGB node when saving colour conversions (#618). | 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 | Prevent DCP creation if we're trying not to burn in text subs (#606). | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-19 | Try again to fix OS X resource directory location. | Carl Hetherington | |
| 2015-06-19 | No-op; variable renaming. | Carl Hetherington | |
| 2015-06-19 | Speculative fix to OS X shared_path to fix finding of Liberation-Sans. | Carl Hetherington | |
| 2015-06-18 | Missing binary specifier. | Carl Hetherington | |
| 2015-06-18 | Use output channel counts from processors to decide DCI name, when ↵ | Carl Hetherington | |
| appropriate (#609). | |||
| 2015-06-18 | Incorporate fade in video content identifiers (#613). | Carl Hetherington | |
| 2015-06-18 | Fix check for overlap to be less greedy. | Carl Hetherington | |
| 2015-06-18 | Remove delta from Playlist::length(). | Carl Hetherington | |
| 2015-06-18 | Comment. | Carl Hetherington | |
| 2015-06-17 | Final tweaks and removal of Film::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-17 | Hence Player does not need Playlist. | Carl Hetherington | |
| 2015-06-17 | Use Film's ContentChanged rather than Playlist's. | Carl Hetherington | |
| 2015-06-17 | Forward frequent parameter from Playlist::ContentChanged through ↵ | Carl Hetherington | |
| Film::ContentChanged. | |||
| 2015-06-17 | Use Film::Changed instead of Playlist::Changed in 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). | |||
