summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-01Handle angle brackets / tags better in SubRip files.Carl Hetherington
2021-07-31Remove some out-of-date comments.Carl Hetherington
2021-07-14Fix boost bind warning.Carl Hetherington
2021-06-03Fix line numbers in binary STL files.Carl Hetherington
2021-06-03Add "U8" character code table for binary STL.Carl Hetherington
2021-01-22Small C++11 tweaks.Carl Hetherington
2021-01-21Fix for new libdcp API.Carl Hetherington
2021-01-21const build fix.Carl Hetherington
2021-01-13Remove use of boost foreach.Carl Hetherington
2021-01-13Replace list with vector in most of the API.Carl Hetherington
2021-01-09c++11 tidying.Carl Hetherington
2021-01-08Remove unused stuff.Carl Hetherington
2021-01-05std::shared_ptrCarl Hetherington
2020-12-21Fix another unused variable warning.Carl Hetherington
2020-12-03Fix some unused variable warnings.Carl Hetherington
2020-09-30Allow colours in font color tags to have no surroundingCarl Hetherington
2020-04-01Fix incorrect calculation of extension block number (EBN); previouslyCarl Hetherington
2020-04-01Remove confusing use of repeated loop counters.Carl Hetherington
2020-03-26Fix binary STL output with subs that are too big for a single TTI block.Carl Hetherington
2020-03-26Add a FIXME.Carl Hetherington
2020-03-26Use BOOST_FOREACH.Carl Hetherington
2020-03-26Add FIXME.Carl Hetherington
2020-03-26We only use 128 bytes of the buffer for TTI blocks.Carl Hetherington
2020-02-14Support SSA tags in SRT files (DoM #938).Carl Hetherington
2020-02-14Make horizontal position references correct when parsing \anXCarl Hetherington
2020-02-14Clarify meaning of horizontal and vertical references.Carl Hetherington
2020-02-13Factor SSA style parsing out to separate method.Carl Hetherington
2020-01-30Possibly-missing include.Carl Hetherington
2020-01-23Add hack for binary STL files with high MNR (maximum number of rows) values.Carl Hetherington
2020-01-23Add option to read binary STL from a FILE *Carl Hetherington
2020-01-23Split InputReader into InputReader and StreamInputReader.Carl Hetherington
2020-01-23Introduce InputReader to read data from the file and do low-level parsing.Carl Hetherington
2020-01-23Move the body of dumpsubs out into a method.Carl Hetherington
2019-07-14Support rgba() colour specifiers in Subrip files; not sure if they are strict...Carl Hetherington
2019-07-14Fix crash with unexpected <font> color formats.Carl Hetherington
2019-07-11Improve SSA colour parsing.Carl Hetherington
2019-06-24Add support for \c in SSA.Carl Hetherington
2019-03-26Missing #include.Carl Hetherington
2019-03-23Add another conversion.Carl Hetherington
2019-03-22Missing #include.Carl Hetherington
2019-03-22Remove old #include.Carl Hetherington
2019-03-15Give better errors on malformed subrip times.Carl Hetherington
2019-03-12Missing files.Carl Hetherington
2019-03-12Remove sstream dependency.Carl Hetherington
2019-02-08Tweak previous.Carl Hetherington
2019-02-08Fix crash with empty SSA subtitle.Carl Hetherington
2019-01-29Fix crash on malformed SubRip file (dcpomatic #1454).Carl Hetherington
2019-01-23Strip Unicode U+202B (right-to-left-embedding) code; it looks like DoM does R...Carl Hetherington
2019-01-17Missing .srt handler in reader_factory.Carl Hetherington
2018-09-27Cope with mixed-case subrip tags.Carl Hetherington