summaryrefslogtreecommitdiffstats
path: root/compare/compare.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-151-1/+1
| | | | | 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-071-0/+627
`test` subdirectory contains complete test example.