aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tiny_psnr.c
Commit message (Collapse)AuthorAgeFilesLines
* support comparing files with some posiion offset relative to each otherMichael Niedermayer2005-02-011-2/+5
| | | | Originally committed as revision 3921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* signed 16bit supportMichael Niedermayer2005-02-011-10/+18
| | | | Originally committed as revision 3913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fopen "r" -> "rb"Michael Niedermayer2004-12-231-2/+2
| | | | Originally committed as revision 3772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0 fix for files with size=0Michael Niedermayer2004-09-201-0/+1
| | | | Originally committed as revision 3484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflow fixMichael Niedermayer2004-06-251-2/+3
| | | | Originally committed as revision 3250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint log() for tiny_psnr so it can output actual PSNRMichael Niedermayer2003-12-311-3/+64
| | | | Originally committed as revision 2640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check quality too, not only md5 (but dont take the scores too serious, the ↵Michael Niedermayer2003-04-101-0/+74
different codecs use different quality/bitrates and its just based on a artificially generated testvideo) small changes to some test to check a broader area of features Originally committed as revision 1751 to svn://svn.ffmpeg.org/ffmpeg/trunk