summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-13fixup! WIP: SCC support.sccCarl Hetherington
2025-10-05Ignore __pycache__Carl Hetherington
2025-10-03WIP: SCC support.Carl Hetherington
2025-01-29Better error when failing to open a file.v1.6.53Carl Hetherington
2025-01-29Fix failure to reset horizontal alignment after a .srt subtitles (DoM #2960).Carl Hetherington
2025-01-28Put preparation into a lambda.Carl Hetherington
2024-09-06Remove (unused) import that is no longer in Python 3.14.v1.6.52Carl Hetherington
2024-09-04Fix erroneous use of --static-boost on Centos other than 7.v1.6.51Carl Hetherington
2024-09-04Handle static link with boost better, and extend it to Ubuntu 16.04.v1.6.50Carl Hetherington
2024-06-23Fix some build warnings on macOS.Carl Hetherington
2024-05-22Support MarginL and MarginR in SSA subtitles (DoM #2811).v1.6.49Carl Hetherington
2024-05-22Add a Context class to manage some state.Carl Hetherington
2024-05-22Cleanup: rename parse_style -> parse_tag and STYLE to TAG.Carl Hetherington
2024-05-22Add and use read_file().Carl Hetherington
2024-05-19Basic support for colours in binary STL.v1.6.48Carl Hetherington
2024-02-07Throw a specific exception when no WEBVTT header is found.v1.6.47Carl Hetherington
2024-01-16Don't convert pkg-config output to utf-8v1.6.46Benjamin Radel
2023-12-22Make SSA reader more tolerant of missing styles (DoM #2685).v1.6.45Carl Hetherington
2023-03-04Support single quotes in font color tags.v1.6.44Carl Hetherington
2023-02-24Support font color attributes with alpha channel (even if it's ignored).v1.6.43Carl Hetherington
2023-02-24Change from_argb_hex() (which wasn't being used) to from_rgba_hex().Carl Hetherington
2023-02-10Fix format of versions in .pc files.Carl Hetherington
2022-12-03Remove DCP subtitle support.v1.6.41Carl Hetherington
2022-11-24Bump libdcp for new equality option.v1.6.40Carl Hetherington
2022-11-14Fix WebVTT milliseconds separator (should be . it seems, not ,)v1.6.39Carl Hetherington
2022-11-14Allow SubripReader::convert_time to take a milliseconds separator.Carl Hetherington
2022-11-14Be more tolerant of metadata in WebVTT.Carl Hetherington
2022-11-14Add exception missing from previous commit.Carl Hetherington
2022-11-13Add primitive WebVTT reader.v1.6.38Carl Hetherington
2022-11-13Make SubripReader::convert_time usable by other classes.Carl Hetherington
2022-11-10Handle unicode LINE SEPARATOR properly in subrip files.v1.6.37Carl Hetherington
2022-11-03Bump libdcp for Z position fix.v1.6.36Carl Hetherington
2022-10-18Bump libdcp for rec2020 fix.v1.6.35Carl Hetherington
2022-10-15Make iso6937.py work with Python 3 and update iso6937_tables.ccCarl Hetherington
2022-10-12Bump libdcp for encrypted 3D verification crash fix.v1.6.34Carl Hetherington
2022-09-26Bump libdcp for DoM #2344.v1.6.33Carl Hetherington
2022-09-20Also bump asdcplib.v1.6.32Carl Hetherington
2022-09-19Bump waf here and in libdcp for Python 3.10 support.v1.6.31Carl Hetherington
2022-09-03Bump libdcp for rating fixes.v1.6.30Carl Hetherington
2022-09-03Bump libdcp for ContentKind fixes.v1.6.29Carl Hetherington
2022-09-02Correctly parse \c tags in SSA (with no specified colour) to return to Primar...Carl Hetherington
2022-08-15Bump libdcp to be more tolerant of some missing XML tags.v1.6.28Carl Hetherington
2022-08-10Fix parsing of SSA colour tags which have their leading zeros omitted.v1.6.27Carl Hetherington
2022-08-10Add some more tests.Carl Hetherington
2022-08-10Cleanup: tidy up a test.Carl Hetherington
2022-07-18It seems likely that SSA font sizes should be interpreted asv1.6.26Carl Hetherington
2022-07-15Bump libdcp for bug fix.v1.6.25Carl Hetherington
2022-07-15Bump libdcpv1.6.24Carl Hetherington
2022-07-06(More) properly support MarginV in SSA/ASS.Carl Hetherington
2022-07-06Fix pretty broken SSA alignment code.Carl Hetherington