summaryrefslogtreecommitdiff
path: root/src/stl_binary_reader.cc
AgeCommit message (Collapse)Author
2020-03-26Add a FIXME.Carl Hetherington
2020-01-23Add hack for binary STL files with high MNR (maximum number of rows) values.Carl Hetherington
Backported from ba69e87b6d64c6f9ce015bf657a195c070762344 in master.
2020-01-23Add option to read binary STL from a FILE *Carl Hetherington
Backported from 407407a253b9d71cf212402e5896000a81dfd318 in master.
2020-01-23Split InputReader into InputReader and StreamInputReader.Carl Hetherington
Backported from 0981aef3083080030445c9510523e6247ea5e302 in master.
2020-01-23Introduce InputReader to read data from the file and do low-level parsing.Carl Hetherington
Backported from 2089fb99e5b289a24ad8aade07a20e0659905143 in master.
2017-07-28Make HorizontalPosition a class containing a reference enum.Carl Hetherington
2017-01-11Forward-port STL binary writer from master, pulling in horizontal position ↵Carl Hetherington
stuff.
2016-09-13Fix incorrect reading of STL when italic/underline codes span line breaks ↵Carl Hetherington
(from master).
2015-07-07Missing iostream includes for Arch.Carl Hetherington
2015-01-20Simplify time representation; better in-tree DCP subtitle parser.Carl Hetherington
2015-01-14Forward-port some stuff from 0.x.Carl Hetherington
2014-10-06Template-ize collect so that any container can be used.Carl Hetherington
Add new vertical reference of TOP_OF_SUBTITLE, and use references with line numbers as well as proportional specifiers. Add a couple of methods to MetricTime.
2014-08-02Use FAB subtitler's rather odd DFC -> frame rate mapping.Carl Hetherington
2014-06-21Fix incorrect first_in_cue read offset.Carl Hetherington
2014-06-04Various small bug fixes.Carl Hetherington
2014-05-30Various fixes to STL read/write.Carl Hetherington
2014-05-30Split up into RawSubtitle and Subtitle, with collect(). Hopefully cleaner.Carl Hetherington
2014-05-29Separate out STL binary tables so that writer can use them; start of writer.Carl Hetherington
2014-05-29Re-work Subtitle class; remove STL text writer.Carl Hetherington
2014-05-28More STL binary reading stuff.Carl Hetherington
2014-05-27Start of STL binary reader; start of dumpsubs.Carl Hetherington