summaryrefslogtreecommitdiff
path: root/tools/tiny_ssim.c
AgeCommit message (Expand)Author
2022-05-06add some missing realloc checksJames Zern
2021-12-02clear -Wextra-semi/-Wextra-semi-stmt warningsJames Zern
2019-04-11Fix static analysis warningskyslov
2019-04-06tiny_ssim: Fix an 'Uninitialized argument value' bugsdeng
2019-04-05tiny_ssim: Fix an 'Uninitialized argument value' bugsdeng
2018-12-20tiny_ssim.c: resolve missing declarationsJohann
2018-12-18No need to shift in SSIM calculationssdeng
2018-12-17Disallow the comparison between videos with different bit depthsdeng
2018-12-14Remove unused code in tiny_ssimsdeng
2018-12-05Fix overflow in calculating highbd SSIMsdeng
2018-11-21Fix scan_build warnings in tiny_ssim.cAngie Chiang
2018-11-19Fix scan_build warnings in tiny_ssim.cAngie Chiang
2018-10-02Minor clean-up in tiny_ssim.cJingning Han
2018-09-14fix a bug of tiny_ssim to handle odd frame sizesLiu Peng
2018-09-14fix a bug of tiny_ssim when the bit depth is 8Liu Peng
2018-05-30tiny_ssim: fix for odd image sizes.Jim Bankoski
2017-11-14tiny_ssim.c : clang compile error fixScott LaVarnway
2017-11-13add 10 and 12 bit to tiny_ssimJim Bankoski
2017-06-16tiny_ssim: make some functions staticJames Zern
2017-03-07tiny_ssim.c : adds y4m support to tiny_ssim.Jim Bankoski
2017-02-17tiny_ssim: clean up on failureJohann
2017-01-17Add per-frame SSIM/PSNR stats to tools/tiny_ssim.Peter Boström
2017-01-11Add Y,U,V channel metrics and unweighted metrics.Peter Boström
2016-10-29tiny_ssim: fix visual studio buildJames Zern
2016-10-28Add temporal-layer support to tiny_ssim.Peter Boström
2016-10-28Add tools/tiny_ssim for generating SSIM/PSNR.Peter Boström