aboutsummaryrefslogtreecommitdiff
path: root/tests/tiny_psnr.c
AgeCommit message (Expand)Author
2010-07-09tiny_psnr: change error exit code from -1 to 1Måns Rullgård
2010-07-09tiny_psnr: check fread() return valuesMåns Rullgård
2010-07-09tiny_psnr: use abs()Måns Rullgård
2010-07-09tiny_psnr: skip wav headers on input filesMåns Rullgård
2010-07-09tiny_psnr: print max absolute difference between filesVitor Sessak
2009-11-09fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles
2008-07-24Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer
2008-07-24cosmetics: typo/grammar fixesDiego Biurrun
2008-07-24Fix segfault with non existing input files.Michael Niedermayer
2007-11-09Disable unused function, fixes the warning:Diego Biurrun
2007-05-2710l: Revert accidental removal of unused code.Diego Biurrun
2007-05-27Fix seek_test compilation for out-of-tree builds.Diego Biurrun
2007-05-24Use proper license header.Diego Biurrun
2006-07-18Possibility to skip bytes in the beginning of a file.Benjamin Larsson
2006-04-24Fix samples to bytes relation.Benjamin Larsson
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-02-01support comparing files with some posiion offset relative to each otherMichael Niedermayer
2005-02-01signed 16bit supportMichael Niedermayer
2004-12-23fopen "r" -> "rb"Michael Niedermayer
2004-09-201/0 fix for files with size=0Michael Niedermayer
2004-06-25overflow fixMichael Niedermayer
2003-12-31fixpoint log() for tiny_psnr so it can output actual PSNRMichael Niedermayer
2003-04-10check quality too, not only md5 (but dont take the scores too serious, the di...Michael Niedermayer