Aegisub/tests
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
..
keyframe Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
options Make UnknownElement moveable and not copyable 2014-06-29 10:45:26 -07:00
support Remove unused test util functions 2014-07-06 19:25:49 -07:00
tests Stop truncating parsed times to <10h 2024-02-08 20:43:32 +01:00
vfr Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
meson.build Run tests (#125) 2021-05-23 23:33:33 -04:00
setup.bat Fix gtest setup.bat on Windows 2019-09-22 17:41:02 -07:00
setup.sh Debloat and slightly speed up the MRU code 2014-07-06 19:25:48 -07:00
unset.bat Run tests (#125) 2021-05-23 23:33:33 -04:00