summaryrefslogtreecommitdiff
path: root/test/srt_subtitle_test.cc
AgeCommit message (Collapse)Author
2018-02-12Fix interop/SMPTE confusion.Carl Hetherington
2018-02-11Try to fix test.Carl Hetherington
2018-02-07New test.Carl Hetherington
2018-02-02A number of unit test fixes.Carl Hetherington
2017-07-28Make srt_subtitle_test3 shorter.Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2016-10-23Move some tests around.Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-07-01Fix SRT tests, and abstract out checking of XML subtitles.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-06-13Add button to move things to the start of reels (#798).Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2016-02-21White space.Carl Hetherington
2016-02-21Rearrange test.Carl Hetherington
2016-02-12Rename SubRip -> TextSubtitle.Carl Hetherington
2015-11-02Fix incorrect preview of italic subtitles (#728).Carl Hetherington
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.
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-06-30Update for change to default Rec. 601/709 gamma.Carl Hetherington
2015-06-26Fix 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-25Make player decide whether subtitles should be burnt based onCarl Hetherington
content settings rather than using the film's settings. Remove film property of burn-subtitles.
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-18Some comments in tests.Carl Hetherington
2015-06-09Hide Font members behind accessors.Carl Hetherington
2015-04-30Various bits related to subtitle font handling, particularly copying fonts ↵Carl Hetherington
to the DCP.