| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ServerDescription -> EncodeServerDescription.
|
|
|
|
|
|
|
|
|
|
This requires fonts to be configured with their italic versions so
that the italic font can be given to FontConfig and hence used to
render text. Bold font configuration is also added here although
bold subtitles aren't yet supported.
|
|
ReelWriter, which hopefully cleans things up a bit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libsoxr was crashing on Windows and seems somewhat
unmaintained.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
in a similar way to the V1 patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
debug version using gdb.
|
|
quickmail.
|
|
|
|
|
|
|