summaryrefslogtreecommitdiff
path: root/src/lib/text_decoder.cc
AgeCommit message (Expand)Author
2024-06-11Fall back to default font file if a font ID is not found in the content.Carl Hetherington
2023-11-17Pass through <Ruby> tags in subtitles (#2635) (GH#23).Carl Hetherington
2023-10-14Cleanup: assert result of get_font().Carl Hetherington
2023-02-27Strip disallowed characters from subtitles before they get into the XML.Carl Hetherington
2023-02-27Align text subtitles from the bottom of the screen.Carl Hetherington
2023-02-27Support the 2014 version of SMPTE 428-7 in render_text.cc and use itCarl Hetherington
2022-12-03Bump libsub for libdcp dependency removal.Carl Hetherington
2022-12-01Escape entities just before Pango rendering (#2382).v2.16.35Carl Hetherington
2022-11-03Bump libdcp for subtitle Z-position fixes (#2356).Carl Hetherington
2022-09-20Fix font_id_map errors when importing DCP subtitles that have noCarl Hetherington
2022-09-19Fix default placement of SRT (etc.) now that the alignment has changedCarl Hetherington
2022-07-20Handle vertical alignment of subs correctly wrt the difference between Intero...Carl Hetherington
2022-06-12Set up TextDecoder position based on the time that the next thing willv2.16.14Carl Hetherington
2022-06-07Rearrange subtitle font management.Carl Hetherington
2022-06-07In-line a call to emit_plain_start() so it's less confusing.Carl Hetherington
2022-06-07Rename some variables.Carl Hetherington
2022-06-07Extract method to set forced appearance.Carl Hetherington
2022-06-07Extract method to escape text.Carl Hetherington
2022-06-07Add a comment.Carl Hetherington
2022-06-07Lengthen some very short variable names.Carl Hetherington
2022-06-07Switch some list -> vector for consistency.Carl Hetherington
2022-04-28Make emit_bitmap_start take a ContentBitmapText.Carl Hetherington
2021-10-17Basic and slightly inaccurate support for <Space> in subtitles (#2103).v2.15.170Carl Hetherington
2021-10-09Cleanup some unused using statements and other bits.Carl Hetherington
2021-09-27Some const correctness.Carl Hetherington
2021-08-01Do all text -> HTML conversion for subtitles in the same place.Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-07-20Fix vertical alignment with subrip and embedded SSA \an codes.v2.15.90Carl Hetherington
2020-02-16Just having no specified lines value does not mean we definitely need place t...Carl Hetherington
2020-02-14Nudge L/R-aligned subs in from the edge of the screen; do our own placement o...Carl Hetherington
2020-01-24Support binary STL subtitle files.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-09-02Play PNG subtitles from DCPs; possibly not in the right scale.Carl Hetherington
2018-08-23Remove TextType from various places as (I believe) it can be inferred from th...Carl Hetherington
2018-07-23More automated renaming.Carl Hetherington
2018-07-19Clean up after previous commit.Carl Hetherington
2018-07-19Reword again: Text -> Caption and Plain -> Text.Carl Hetherington
2018-07-19Text to player with types.Carl Hetherington
2018-07-19Remove old content_subtitle.Carl Hetherington
2018-07-19More renaming.Carl Hetherington
2018-07-19Rename Subtitle -> TextCarl Hetherington