summaryrefslogtreecommitdiff
path: root/src/wx/closed_captions_dialog.h
AgeCommit message (Collapse)Author
2025-12-27White space: closed_captions_dialog.{cc,h}Carl Hetherington
2022-11-06Cleanup: remove unnecessary explicit.Carl Hetherington
2022-09-10Trim some includes.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-07-28Fix various problems with the closed caption viewer not being updated properly.v2.15.91Carl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2020-01-08Remove some friends from FilmViewer.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-04-06Option to choose CCAP track (part of #1516).v2.13.143Carl Hetherington
2018-08-29Basics of splitting CCAP streams into different assets.Carl Hetherington
2018-08-05Get closed caption view data from the butler, rather than the player.Carl Hetherington
You can't introduce the butler (so that the player is ahead of time) and then ask the player what should be in the frame that is being displayed "now"; the player will already have moved on.
2018-07-29Fix build.Carl Hetherington
2018-07-29Add some explicits.Carl Hetherington
2018-07-27Check for long CCAP lines and too many CCAP lines.Carl Hetherington
2018-07-23Get ccaps by asking the Player, rather than by listening to its emissions,Carl Hetherington
which is slightly cleaner and works when subtitles are emitted with an unknown end time. Also add CCAPs to the player.
2018-07-23Very basic closed caption viewer.Carl Hetherington