summaryrefslogtreecommitdiffstats
path: root/compare
Commit message (Collapse)AuthorAgeFilesLines
* ass_library: Constify ass_add_fontHugo Beauzée-Luyssen2020-11-011-1/+1
| | | | | Both parameters are copied and are immutable. Make it clear through the function prototype
* compare: set storage size before renderingDr.Smile2020-10-151-0/+1
| | | | | | This is a measure to facilitate testing with different script and video resolutions. The target PNG file size (unscaled) is used as video size.
* compare: Fix millisecond zero paddingOneric2020-06-152-5/+5
| | | | | Padding should be 3 digits not 4, otherwise 2252ms are displayed as '0:00:02.0252' instead of '0:00:02.252'.
* Add infrastructure for regression testingDr.Smile2020-05-0713-0/+1011
`test` subdirectory contains complete test example.