Aegisub/libaegisub
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
..
ass Stop truncating parsed times to <10h 2024-02-08 20:43:32 +01:00
audio Fix PCM provider bugs 2019-09-22 17:41:02 -07:00
common meson: add uchardet port 2021-05-21 21:09:36 -04:00
include Add syntax highlighting for drawings and vector clips 2022-11-02 23:58:01 +01:00
lua lua: run unicode-monkeypatch on Windows when loading scripts 2021-03-27 12:34:18 -04:00
osx Mark a bunch of things as overriding virtual functions 2015-07-28 14:30:02 -07:00
unix Use std::this_thread everywhere 2022-07-27 15:20:03 +02:00
windows Fix PCH usage 2021-01-10 03:14:12 -05:00
meson.build meson: fix source file inclusion in libaegisub on osx 2021-01-10 03:14:12 -05:00