| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '7a00653be6b13131ce1b2cdeca696429f57caaf8' | Derek Buitenhuis | 2016-02-16 | 1 | -5/+5 |
|\ |
|
| * | tiny_psnr: Support large files | Thomas Lee | 2016-02-09 | 1 | -5/+5 |
* | | Merge commit '26e8fa3b508eb047e85f4e923fc8e82a1aa656ba' | Hendrik Leppkes | 2015-09-29 | 1 | -1/+1 |
|\| |
|
| * | tiny_psnr: Use the correct abs() version | Vittorio Giovara | 2015-09-29 | 1 | -1/+1 |
* | | tests/tiny_psnr: do not ignore errors from run_psnr | Michael Niedermayer | 2015-04-23 | 1 | -3/+6 |
* | | tests/tiny_psnr: Make the search range extend both sides from the specified s... | Michael Niedermayer | 2015-04-17 | 1 | -0/+3 |
* | | tests/tiny_psnr: remove redundant initialization | Michael Niedermayer | 2014-11-13 | 1 | -2/+1 |
* | | tests/tiny_psnr: Print information about the supported sample types in the he... | Michael Niedermayer | 2014-03-24 | 1 | -2/+2 |
* | | Merge commit 'dd33637c18629c3e554ebb146bbeb45c9745a5cf' | Michael Niedermayer | 2013-10-16 | 1 | -31/+87 |
|\| |
|
| * | tiny_psnr: switch f32 handling to floating point | Anton Khirnov | 2013-10-15 | 1 | -30/+84 |
| * | tiny_psnr: fix range calculation for sample size of 32 bits | Mans Rullgard | 2012-10-15 | 1 | -1/+1 |
* | | tests/tiny_psnr: remove unneeded include assert.h | Michael Niedermayer | 2013-07-19 | 1 | -1/+0 |
* | | Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b' | Michael Niedermayer | 2012-10-16 | 1 | -1/+1 |
|\| |
|
| * | tiny_psnr: check for specified sample size less than 1 | Mans Rullgard | 2012-10-15 | 1 | -1/+1 |
* | | tiny_psnr: fix undefined shift | Michael Niedermayer | 2012-08-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -4/+46 |
|\| |
|
| * | tiny_psnr: support 32-bit float samples | Mans Rullgard | 2012-07-29 | 1 | -5/+49 |
* | | tiny_psnr: reindent after last commit. | Nicolas George | 2012-04-15 | 1 | -17/+16 |
* | | tiny_psnr: support unseekable raw files. | Nicolas George | 2012-04-15 | 1 | -2/+6 |
* | | tiny_psnr: allow searching for optimal shift value. | Reimar Döffinger | 2012-04-06 | 1 | -17/+39 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-19 | 1 | -87/+90 |
|\| |
|
| * | tests: K&R formatting cosmetics for test programs | Gaurav Narula | 2012-01-18 | 1 | -87/+90 |
| * | tests: Remove disabled code. | Diego Biurrun | 2011-04-29 | 1 | -15/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | tiny_psnr: change error exit code from -1 to 1 | Måns Rullgård | 2010-07-09 | 1 | -2/+2 |
* | tiny_psnr: check fread() return values | Måns Rullgård | 2010-07-09 | 1 | -3/+6 |
* | tiny_psnr: use abs() | Måns Rullgård | 2010-07-09 | 1 | -1/+1 |
* | tiny_psnr: skip wav headers on input files | Måns Rullgård | 2010-07-09 | 1 | -3/+20 |
* | tiny_psnr: print max absolute difference between files | Vitor Sessak | 2010-07-09 | 1 | -1/+6 |
* | fix a rounding error in the PSNR calculation and update the many regression | Justin Ruggles | 2009-11-09 | 1 | -1/+1 |
* | Fix tiny_psnr so it compares all bytes (it did skip the last block). | Michael Niedermayer | 2008-07-24 | 1 | -7/+15 |
* | cosmetics: typo/grammar fixes | Diego Biurrun | 2008-07-24 | 1 | -2/+2 |
* | Fix segfault with non existing input files. | Michael Niedermayer | 2008-07-24 | 1 | -0/+4 |
* | Disable unused function, fixes the warning: | Diego Biurrun | 2007-11-09 | 1 | -2/+4 |
* | 10l: Revert accidental removal of unused code. | Diego Biurrun | 2007-05-27 | 1 | -0/+13 |
* | Fix seek_test compilation for out-of-tree builds. | Diego Biurrun | 2007-05-27 | 1 | -13/+0 |
* | Use proper license header. | Diego Biurrun | 2007-05-24 | 1 | -5/+6 |
* | Possibility to skip bytes in the beginning of a file. | Benjamin Larsson | 2006-07-18 | 1 | -1/+7 |
* | Fix samples to bytes relation. | Benjamin Larsson | 2006-04-24 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -8/+8 |
* | support comparing files with some posiion offset relative to each other | Michael Niedermayer | 2005-02-01 | 1 | -2/+5 |
* | signed 16bit support | Michael Niedermayer | 2005-02-01 | 1 | -10/+18 |
* | fopen "r" -> "rb" | Michael Niedermayer | 2004-12-23 | 1 | -2/+2 |
* | 1/0 fix for files with size=0 | Michael Niedermayer | 2004-09-20 | 1 | -0/+1 |
* | overflow fix | Michael Niedermayer | 2004-06-25 | 1 | -2/+3 |
* | fixpoint log() for tiny_psnr so it can output actual PSNR | Michael Niedermayer | 2003-12-31 | 1 | -3/+64 |
* | check quality too, not only md5 (but dont take the scores too serious, the di... | Michael Niedermayer | 2003-04-10 | 1 | -0/+74 |