Aegisub/libaegisub/ass
Oneric 8fcb7c61e8 Stop truncating parsed times to <10h
All current renderers and muxers have no issues with longer timestamps.
However, classic VSFilter keeping track of time with a 32-bit int,
leads to a more meaningful limit at 596h, so enforce that instead.

Since the stringification code for SRT and ASS (but not SMPTE) relied on
hours being single digit, replace them with a simple format string.

GUI inputs are still limited to <10h, but at least
pre-existing timestamps no longer get mangled.
2024-02-08 20:43:32 +01:00
..
dialogue_parser.cpp Allow '+' and 'E' in numbers when tokenizing drawings 2023-01-07 14:42:52 +01:00
time.cpp Stop truncating parsed times to <10h 2024-02-08 20:43:32 +01:00
uuencode.cpp Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00