| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-06 | Bump libdcp for waf bump.videocon-1 | Carl Hetherington | |
| 2024-04-06 | Bump waf to 2.0.27. | Carl Hetherington | |
| 2024-04-06 | fixup! Bump asdcplib for new waf. | Carl Hetherington | |
| 2024-04-06 | Bump asdcplib for new waf. | Carl Hetherington | |
| 2024-04-06 | Bump libcxml. | Carl Hetherington | |
| 2024-03-29 | Bump libdcp for build fixes. | Carl Hetherington | |
| 2023-03-10 | Bump libdcp for git repo name change. | Carl Hetherington | |
| 2023-03-10 | Rename asdcplib-cth -> asdcplib. | Carl Hetherington | |
| 2023-03-10 | Bump libdcp. | Carl Hetherington | |
| 2020-04-01 | New test.v1.4.22 | Carl Hetherington | |
| 2020-04-01 | Fix incorrect calculation of extension block number (EBN); previously | Carl Hetherington | |
| an incorrect 0 would be used if the line length was exactly 112. | |||
| 2020-04-01 | Remove confusing use of repeated loop counters. | Carl Hetherington | |
| 2020-03-26 | Another solution to binary STL subs that are too big for a single TTI block.v1.4.21 | Carl Hetherington | |
| 2020-03-26 | Revert "Write one TTI block per subtitle line for binary STL." | Carl Hetherington | |
| It's wrong as where multiple TTI blocks are used only the first block of the subtitle carries relevant information for time in/out, position, justification and comment. This reverts commit c18e3a2e54f992245feeac384a41792b82f698aa. | |||
| 2020-03-26 | Add a FIXME. | Carl Hetherington | |
| 2020-03-25 | Add another test.v1.4.20 | Carl Hetherington | |
| 2020-03-25 | Write one TTI block per subtitle line for binary STL. | Carl Hetherington | |
| This has a number of apparent advantages. Mainly, it increases the amount of text we can cope with in a single subtitle; before any subtitle with a total length of 111 characters would be truncated (and truncated wrongly, incidentally). Also it simplifies the code for putting different lines in their correct positions and allows individual lines to have different horizontal position references. | |||
| 2020-03-25 | Use BOOST_FOREACH. | Carl Hetherington | |
| 2020-03-25 | Add FIXME. | Carl Hetherington | |
| 2020-03-25 | We only use 128 bytes of the buffer for TTI blocks. | Carl Hetherington | |
| 2020-03-10 | Bump libdcp to v1.6.15.v1.4.19 | Carl Hetherington | |
| 2020-01-24 | Missing #include.v1.4.18 | Carl Hetherington | |
| 2020-01-23 | Bump libdcp to v1.6.14.v1.4.17 | Carl Hetherington | |
| 2020-01-23 | Add a test for the FILE * STL reader. | Carl Hetherington | |
| Backported from a4dfadb428700ffe0e482ac222d37730a9939193 in master. | |||
| 2020-01-23 | Add hack for binary STL files with high MNR (maximum number of rows) values. | Carl Hetherington | |
| Backported from ba69e87b6d64c6f9ce015bf657a195c070762344 in master. | |||
| 2020-01-23 | Add option to read binary STL from a FILE * | Carl Hetherington | |
| Backported from 407407a253b9d71cf212402e5896000a81dfd318 in master. | |||
| 2020-01-23 | Split InputReader into InputReader and StreamInputReader. | Carl Hetherington | |
| Backported from 0981aef3083080030445c9510523e6247ea5e302 in master. | |||
| 2020-01-23 | Introduce InputReader to read data from the file and do low-level parsing. | Carl Hetherington | |
| Backported from 2089fb99e5b289a24ad8aade07a20e0659905143 in master. | |||
| 2020-01-23 | Make the STL binary reader test better. | Carl Hetherington | |
| Backported from 9012c19d14008aed42bda412eb60a50cccc77ed5 in master. | |||
| 2020-01-23 | Move the body of dumpsubs out into a method. | Carl Hetherington | |
| Backported from 944ceca80f4452e6948fd7dd984c549299c49c52 in master. | |||
| 2019-11-24 | Some space/tab confusions fixed. Bump libdcp to 1.6.13.v1.4.15 | Carl Hetherington | |
| 2019-11-17 | Bump deps for Python 3 build system compatibility.v1.4.14 | Carl Hetherington | |
| 2019-11-11 | Bump libdcp to 1.6.11.v1.4.13 | Carl Hetherington | |
| 2019-11-11 | Fix some tabs and bump libdcp.v1.4.12 | Carl Hetherington | |
| 2019-10-01 | Bump libdcp.v1.4.11 | Carl Hetherington | |
| 2019-06-28 | Add include for Centos.v1.4.10 | Carl Hetherington | |
| 2019-06-28 | Add support for \c in SSA.v1.4.9 | Carl Hetherington | |
| Backported from 2e4089247c02f1f1bf43ab880594ce0218dfbc11 in master. | |||
| 2019-05-21 | Bump libdcp.v1.4.8 | Carl Hetherington | |
| 2019-04-25 | Bump libdcp.v1.4.7 | Carl Hetherington | |
| 2019-03-29 | Bump libdcp.v1.4.6 | Carl Hetherington | |
| 2019-03-16 | Bump libdcp.v1.4.5 | Carl Hetherington | |
| 2019-03-15 | Give better errors on malformed subrip times.v1.4.4 | Carl Hetherington | |
| 2019-03-12 | Bump libdcp for test fixes.v1.4.3 | Carl Hetherington | |
| 2019-03-12 | Bump deps and fix string decoding.v1.4.2 | Carl Hetherington | |
| 2019-03-12 | Bump libcxml -> 0.16.0 and libdcp -> 1.6.2.v1.4.1 | Carl Hetherington | |
| 2019-02-08 | Tweak previous. | Carl Hetherington | |
| 2019-02-08 | Fix crash with empty SSA subtitle. | Carl Hetherington | |
| 2019-02-08 | Add some more tests. | Carl Hetherington | |
| 2019-01-31 | Bump asdcplib. | Carl Hetherington | |
| 2019-01-31 | Bump libdcp for asdcplib bump. | Carl Hetherington | |
