summaryrefslogtreecommitdiffstats
path: root/compare
Commit message (Expand)AuthorAgeFilesLines
* compare: fix 16-bit PNG read/write on big-endian platformsOleg Oshmyan2022-11-171-2/+7
* compare: support anamorphic scalingOleg Oshmyan2022-11-162-29/+43
* compare: don't call qsort on NULL arrayOleg Oshmyan2022-11-161-1/+2
* Switch to non-recursive MakefileOneric2022-05-121-7/+0
* Avoid passing NULL to printf's %s if argc == 0Oneric2022-05-071-1/+1
* cosmetic/compare: comply with strict protoype rulesOneric2022-04-041-1/+1
* compare: fix _mkdir include on WindowsOneric2021-07-091-0/+1
* compare: move libass log to stderrDr.Smile2021-06-101-3/+3
* compare: introduce customizable threshold to pass testDr.Smile2021-06-102-24/+71
* compare: use case-insensitive comparisons for file extensionsDr.Smile2021-06-101-17/+43
* compare: add support for multiple input directoriesDr.Smile2021-06-102-32/+44
* compare: reorganize codeDr.Smile2021-06-101-105/+100
* compare: fix compilation under MinGWDr.Smile2021-05-081-1/+7
* compare: replace int with size_t for array sizes and string lengthsDr.Smile2021-05-031-7/+7
* Fix embedded and memory fontsOneric2021-04-221-0/+1
* ass_library: Constify ass_add_fontHugo Beauzée-Luyssen2020-11-011-1/+1
* compare: set storage size before renderingDr.Smile2020-10-151-0/+1
* compare: Fix millisecond zero paddingOneric2020-06-152-5/+5
* Add infrastructure for regression testingDr.Smile2020-05-0713-0/+1011