| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-30 | Allow config of the full KDM decryption chain. | Carl Hetherington | |
| 2015-07-29 | Replace Time::frames with Time::frames_round and Time::frames_floor. | Carl Hetherington | |
| I believe both are necessary; doing floor instead of round caused #648. | |||
| 2015-07-24 | Fix mistaken clamp to length_after_trim after adding trim_start. | Carl Hetherington | |
| 2015-07-17 | Remove uploader test as it's more trouble than it's worth. | Carl Hetherington | |
| 2015-07-17 | Fix tests. | Carl Hetherington | |
| 2015-07-17 | New data for uploader test. | Carl Hetherington | |
| 2015-07-17 | Make a generic base for uploaders and move the SCP code into a subclass of that. | Carl Hetherington | |
| 2015-07-17 | Improve image filename sorter. | Carl Hetherington | |
| 2015-07-16 | float -> double in a few places. | Carl Hetherington | |
| 2015-07-15 | Fix confusion about what dcp_to_content_audio should be doing. | Carl Hetherington | |
| 2015-07-15 | More informative failures. | Carl Hetherington | |
| 2015-07-14 | Fix test for time rounding change. | Carl Hetherington | |
| 2015-07-14 | Try rounding down when calculating frames from Times. | Carl Hetherington | |
| 2015-07-14 | Express trims using ContentTime so that they do not change | Carl Hetherington | |
| when DCP frame rate is changed (#637). | |||
| 2015-07-14 | Tests of Player::dcp_to_content_video, content_video_to_dcp and | Carl Hetherington | |
| dcp_to_content_audio with some subtle and hopefully reasonable fixes. | |||
| 2015-07-09 | Guess a better optimum frame rate when there is content at 24 and 48 fps (#633). | Carl Hetherington | |
| 2015-07-08 | Update test/data. | Carl Hetherington | |
| 2015-07-07 | Update test data. | Carl Hetherington | |
| 2015-07-06 | Implement missing support for DCP subs inside DCP content (#631). | Carl Hetherington | |
| 2015-07-04 | Slightly extended unit test. | Carl Hetherington | |
| 2015-07-03 | Fix test metadata. | Carl Hetherington | |
| 2015-07-02 | More regex fixes. | 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 | Missing files from test/data. | Carl Hetherington | |
| 2015-06-30 | Update for change to default Rec. 601/709 gamma. | 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-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-24 | Fix test refs. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-19 | No-op; variable renaming. | Carl Hetherington | |
| 2015-06-18 | Update test after change to video identifiers. | Carl Hetherington | |
| 2015-06-18 | Updated test data. | Carl Hetherington | |
| 2015-06-18 | Comment. | Carl Hetherington | |
| 2015-06-18 | Update test/data. | Carl Hetherington | |
| 2015-06-18 | Some comments in tests. | 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 Film::make_player(). | Carl Hetherington | |
| 2015-06-12 | Remove PassReason stuff. | Carl Hetherington | |
| This feels wrong: it means that it is possible for FFmpegDecoder to discard packets. I can't see how this is ok in all cases: maybe we were lucky that it worked at all. | |||
| 2015-06-11 | Add new test. | Carl Hetherington | |
| 2015-06-10 | Tidy up J2KImageProxy a bit. | Carl Hetherington | |
| 2015-06-10 | Rename EncodedData -> Data and trim it a bit. | Carl Hetherington | |
| 2015-06-10 | Updated test data. | Carl Hetherington | |
| 2015-06-10 | test/data updates. | Carl Hetherington | |
| 2015-06-10 | Ignore differing SMPTE subtitle issue dates when comparing DCPs. | Carl Hetherington | |
| 2015-06-10 | Set xml_subtitle_test back to using SMPTE. | Carl Hetherington | |
| 2015-06-10 | Fix warnings. | Carl Hetherington | |
| 2015-06-10 | Try to fix test. | Carl Hetherington | |
| 2015-06-09 | Hide Font members behind accessors. | Carl Hetherington | |
| 2015-06-08 | Adapt for changes to libdcp API. | Carl Hetherington | |
