summaryrefslogtreecommitdiff
path: root/src/stl_binary_reader.cc
AgeCommit message (Collapse)Author
2024-05-19Basic support for colours in binary STL.v1.6.48Carl Hetherington
2021-06-03Fix line numbers in binary STL files.Carl Hetherington
Here we make sure that line numbers end up not larger than the MNR (maximum number of rows) to try to avoid subtitles going off the screen.
2021-01-05std::shared_ptrCarl Hetherington
2020-04-01Remove confusing use of repeated loop counters.Carl Hetherington
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
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
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