summaryrefslogtreecommitdiff
path: root/tests/tiny_psnr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7a00653be6b13131ce1b2cdeca696429f57caaf8'Derek Buitenhuis2016-02-161-5/+5
|\
| * tiny_psnr: Support large filesThomas Lee2016-02-091-5/+5
* | Merge commit '26e8fa3b508eb047e85f4e923fc8e82a1aa656ba'Hendrik Leppkes2015-09-291-1/+1
|\ \ | |/
| * tiny_psnr: Use the correct abs() versionVittorio Giovara2015-09-291-1/+1
* | tests/tiny_psnr: do not ignore errors from run_psnrMichael Niedermayer2015-04-231-3/+6
* | tests/tiny_psnr: Make the search range extend both sides from the specified s...Michael Niedermayer2015-04-171-0/+3
* | tests/tiny_psnr: remove redundant initializationMichael Niedermayer2014-11-131-2/+1
* | tests/tiny_psnr: Print information about the supported sample types in the he...Michael Niedermayer2014-03-241-2/+2
* | Merge commit 'dd33637c18629c3e554ebb146bbeb45c9745a5cf'Michael Niedermayer2013-10-161-31/+87
|\ \ | |/
| * tiny_psnr: switch f32 handling to floating pointAnton Khirnov2013-10-151-30/+84
| * tiny_psnr: fix range calculation for sample size of 32 bitsMans Rullgard2012-10-151-1/+1
* | tests/tiny_psnr: remove unneeded include assert.hMichael Niedermayer2013-07-191-1/+0
* | Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b'Michael Niedermayer2012-10-161-1/+1
|\ \ | |/
| * tiny_psnr: check for specified sample size less than 1Mans Rullgard2012-10-151-1/+1
* | tiny_psnr: fix undefined shiftMichael Niedermayer2012-08-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-4/+46
|\ \ | |/
| * tiny_psnr: support 32-bit float samplesMans Rullgard2012-07-291-5/+49
* | tiny_psnr: reindent after last commit.Nicolas George2012-04-151-17/+16
* | tiny_psnr: support unseekable raw files.Nicolas George2012-04-151-2/+6
* | tiny_psnr: allow searching for optimal shift value.Reimar Döffinger2012-04-061-17/+39
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-191-87/+90
|\ \ | |/
| * tests: K&R formatting cosmetics for test programsGaurav Narula2012-01-181-87/+90
| * tests: Remove disabled code.Diego Biurrun2011-04-291-15/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* tiny_psnr: change error exit code from -1 to 1Måns Rullgård2010-07-091-2/+2
* tiny_psnr: check fread() return valuesMåns Rullgård2010-07-091-3/+6
* tiny_psnr: use abs()Måns Rullgård2010-07-091-1/+1
* tiny_psnr: skip wav headers on input filesMåns Rullgård2010-07-091-3/+20
* tiny_psnr: print max absolute difference between filesVitor Sessak2010-07-091-1/+6
* fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles2009-11-091-1/+1
* Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer2008-07-241-7/+15
* cosmetics: typo/grammar fixesDiego Biurrun2008-07-241-2/+2
* Fix segfault with non existing input files.Michael Niedermayer2008-07-241-0/+4
* Disable unused function, fixes the warning:Diego Biurrun2007-11-091-2/+4
* 10l: Revert accidental removal of unused code.Diego Biurrun2007-05-271-0/+13
* Fix seek_test compilation for out-of-tree builds.Diego Biurrun2007-05-271-13/+0
* Use proper license header.Diego Biurrun2007-05-241-5/+6
* Possibility to skip bytes in the beginning of a file.Benjamin Larsson2006-07-181-1/+7
* Fix samples to bytes relation.Benjamin Larsson2006-04-241-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-8/+8
* support comparing files with some posiion offset relative to each otherMichael Niedermayer2005-02-011-2/+5
* signed 16bit supportMichael Niedermayer2005-02-011-10/+18
* fopen "r" -> "rb"Michael Niedermayer2004-12-231-2/+2
* 1/0 fix for files with size=0Michael Niedermayer2004-09-201-0/+1
* overflow fixMichael Niedermayer2004-06-251-2/+3
* fixpoint log() for tiny_psnr so it can output actual PSNRMichael Niedermayer2003-12-311-3/+64
* check quality too, not only md5 (but dont take the scores too serious, the di...Michael Niedermayer2003-04-101-0/+74