| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2015-06-04 | Use CHECK not ASSERT. | Carl Hetherington | |
| 2015-06-04 | Add some debugging for the weird 'you must add some content' occasional test ↵ | Carl Hetherington | |
| failure. | |||
| 2015-06-04 | Try to fix some warnings on OS X. | Carl Hetherington | |
| 2015-06-03 | Fix metadata again. | Carl Hetherington | |
| 2015-06-03 | Make show audio work on the whole DCP, not individual content. | Carl Hetherington | |
| 2015-06-03 | Fix test. | Carl Hetherington | |
| 2015-06-03 | Fix test. | Carl Hetherington | |
| 2015-06-03 | Potentially nicer version of previous. | Carl Hetherington | |
| 2015-06-03 | Attempt to fix random test failures due to examine content jobs not quite ↵ | Carl Hetherington | |
| finishing. | |||
| 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). | |||
| 2015-06-02 | Apply single-processor branch manually; processor is now in Film, not ↵ | Carl Hetherington | |
| AudioContent. | |||
| 2015-06-02 | Handle multiple audio streams in a single piece of content | Carl Hetherington | |
| in a similar way to the V1 patch. | |||
| 2015-05-27 | FFmpegContent does not need audio_length(). | Carl Hetherington | |
| 2015-05-27 | Tiny cleanup to test. | Carl Hetherington | |
| 2015-05-27 | Video length representation changed so hash changed. | Carl Hetherington | |
| 2015-05-27 | Use BOOST_REQUIRE to stop a hail of errors. | Carl Hetherington | |
| 2015-05-27 | Untested use of Frame for video/audio content lengths. | Carl Hetherington | |
| 2015-05-26 | {Video,Audio}Frame -> Frame. | Carl Hetherington | |
