| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-20 | Fix missing second-lines of subtitles (#641). | 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-21 | No-op: remove all trailing whitespace. | 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-08 | Adapt for changes to libdcp API. | Carl Hetherington | |
| 2015-05-13 | Don't bother decoding video frames when we're seeking around trying to find ↵ | Carl Hetherington | |
| subtitles. | |||
| 2015-05-12 | Assorted image subtitle fixes. | Carl Hetherington | |
| 2015-01-04 | Fix loading of SMPTE subtitles that are not MXF-wrapped. | Carl Hetherington | |
| 2014-12-15 | Modify for new libdcp API. | Carl Hetherington | |
| 2014-12-05 | Include rearrangement. | Carl Hetherington | |
| 2014-07-10 | Various fixes for DCP subtitles, and a test or two. | Carl Hetherington | |
| 2014-07-10 | Basics of DCP subtitle import. | Carl Hetherington | |
