summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-26fixup! libdcp debug2267-debugCarl Hetherington
2022-06-12libdcp debugCarl Hetherington
2022-06-05Bump libdcp.v1.6.21Carl Hetherington
2022-05-12Bump libdcp.v1.6.20Carl Hetherington
2022-05-09Bump libdcp.Carl Hetherington
2022-05-09Bump libdcp.Carl Hetherington
2022-05-06Bump libdcp.Carl Hetherington
2022-05-05Bump asdcplib to match libdcp.Carl Hetherington
2022-05-05Bump libdcp.Carl Hetherington
2022-05-05Bump libdcp (right this time).Carl Hetherington
2022-05-05Bump libdcp.Carl Hetherington
2022-05-01Missing asdcplib bump.Carl Hetherington
2022-05-01Bump libdcp.Carl Hetherington
2022-04-30Bump libdcp.v1.6.19Carl Hetherington
2022-04-30Bump libdcp.v1.6.18Carl Hetherington
2022-04-22Bump libdcp.v1.6.17Carl Hetherington
2022-04-22Bump libdcp.v1.6.16cah
2022-04-20Bump libdcp.v1.6.15Carl Hetherington
2022-04-09Add missing override.v1.6.14Carl Hetherington
2022-03-24Bump libdcp.v1.6.13Carl Hetherington
2022-03-20Bump libdcp.v1.6.12cah
2022-03-19Bump libdcp version.v1.6.11Carl Hetherington
2022-03-03Bump libdcp for build fix.v1.6.10cah
2022-03-03Bump libdcp to 1.8.9.v1.6.9cah
2022-02-25Add -x32/-x64 suffix to boost libraries when building for Windows.v1.6.8Carl Hetherington
2022-02-12Bump libdcp to 1.8.7.v1.6.7Carl Hetherington
2022-01-17Bump libdcp.v1.6.6Carl Hetherington
2022-01-04Bump libdcp.Carl Hetherington
2022-01-04Bump libdcp.Carl Hetherington
2021-11-09Bump libdcp to 1.8.5.v1.6.5Carl Hetherington
2021-10-24Bump libdcp to 1.8.4.v1.6.4Carl Hetherington
2021-10-17Bump libdcp for <Space> tag implementation.v1.6.3Carl Hetherington
2021-10-08Tidy up a little.Carl Hetherington
2021-10-08Bump to libdcp 1.8.2.v1.6.2Carl Hetherington
2021-10-07Require libdcp 1.8.1.v1.6.1Carl Hetherington
2021-10-03Merge.v1.6.0Carl Hetherington
2021-10-03Require libdcp 1.8.0.Carl Hetherington
2021-08-12Bump libdcp for verification fixes.Carl Hetherington
2021-08-04Bump libdcp.Carl Hetherington
2021-08-01Handle angle brackets / tags better in SubRip files.Carl Hetherington
Before we would assume that < starts a tag, and so parse things like << some text >> incorrectly. Now we search for the tags we are interested in and pass anything else through.
2021-07-31Remove some out-of-date comments.Carl Hetherington
2021-07-15Bump libdcp.Carl Hetherington
2021-07-14Fix boost bind warning.Carl Hetherington
2021-06-24Bump libdcp.Carl Hetherington
2021-06-18Bump libdcp.Carl Hetherington
2021-06-12Bump libdcp.Carl Hetherington
2021-06-04Bump libdcp.Carl 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-06-03Add "U8" character code table for binary STL.Carl Hetherington
A file was sent that has "U8" as a STL CCT. I presume this means "UTF-8" but I can't see any documentation about it anywhere. This change accepts U8 as a CCT. It doesn't look like this value is actually used anywhere to change how text is parsed, but at least it doesn't fail now.
2021-06-03Small C++11 tidy-up.Carl Hetherington