summaryrefslogtreecommitdiff
path: root/src/lib/subtitle_content.cc
AgeCommit message (Collapse)Author
2014-09-12Merge master.Carl Hetherington
2014-09-12Allow separate X and Y scale for subtitles.Carl Hetherington
2014-09-10Fix loading of 1.x films.Carl Hetherington
2014-08-23Fix some errant stringstreams.Carl Hetherington
2014-07-11Rename subtitle_use -> use_subtitles.Carl Hetherington
2014-07-10Basics of DCP subtitle import.Carl Hetherington
2014-07-09Basics of DCP import.Carl Hetherington
2014-06-20Various subtitle UI tweaks.Carl Hetherington
2014-05-19Use cxml::ConstNodePtr.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
which should get things right with both decimal and thousands separators; LocaleGuard fixed decimal separators ok but not, it appears, thousands ones.
2014-02-25Fix a couple of audio crashes in the film viewer. Fix serialisation of ↵Carl Hetherington
SubRipContent.
2014-01-29Add subtitle X offset option.Carl Hetherington
Suggested-by: Thierry Journet
2013-11-23Basics of joining.Carl Hetherington
2013-11-17More uses of LocaleGuard; hence speculative fix for servers crashing on ↵Carl Hetherington
lexical_cast.
2013-07-10Make subtitles work at least a bit.Carl Hetherington
2013-07-10Add SubtitleContent.Carl Hetherington