summaryrefslogtreecommitdiff
path: root/tests/tiny_psnr.c
Commit message (Expand)AuthorAge
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* tiny_psnr: Support large filesThomas Lee2016-02-09
* tiny_psnr: Use the correct abs() versionVittorio Giovara2015-09-29
* tiny_psnr: switch f32 handling to floating pointAnton Khirnov2013-10-15
* tiny_psnr: fix range calculation for sample size of 32 bitsMans Rullgard2012-10-15
* tiny_psnr: check for specified sample size less than 1Mans Rullgard2012-10-15
* tiny_psnr: support 32-bit float samplesMans Rullgard2012-07-29
* tests: K&R formatting cosmetics for test programsGaurav Narula2012-01-18
* tests: Remove disabled code.Diego Biurrun2011-04-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* tiny_psnr: change error exit code from -1 to 1Måns Rullgård2010-07-09
* tiny_psnr: check fread() return valuesMåns Rullgård2010-07-09
* tiny_psnr: use abs()Måns Rullgård2010-07-09
* tiny_psnr: skip wav headers on input filesMåns Rullgård2010-07-09
* tiny_psnr: print max absolute difference between filesVitor Sessak2010-07-09
* fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles2009-11-09
* Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer2008-07-24
* cosmetics: typo/grammar fixesDiego Biurrun2008-07-24
* Fix segfault with non existing input files.Michael Niedermayer2008-07-24
* Disable unused function, fixes the warning:Diego Biurrun2007-11-09
* 10l: Revert accidental removal of unused code.Diego Biurrun2007-05-27
* Fix seek_test compilation for out-of-tree builds.Diego Biurrun2007-05-27
* Use proper license header.Diego Biurrun2007-05-24
* Possibility to skip bytes in the beginning of a file.Benjamin Larsson2006-07-18
* Fix samples to bytes relation.Benjamin Larsson2006-04-24
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* support comparing files with some posiion offset relative to each otherMichael Niedermayer2005-02-01
* signed 16bit supportMichael Niedermayer2005-02-01
* fopen "r" -> "rb"Michael Niedermayer2004-12-23
* 1/0 fix for files with size=0Michael Niedermayer2004-09-20
* overflow fixMichael Niedermayer2004-06-25
* fixpoint log() for tiny_psnr so it can output actual PSNRMichael Niedermayer2003-12-31
* check quality too, not only md5 (but dont take the scores too serious, the di...Michael Niedermayer2003-04-10