Måns Rullgård
|
3ec8d24ac9
tiny_psnr: change error exit code from -1 to 1
|
14 years ago |
Måns Rullgård
|
cd3cb048d9
tiny_psnr: check fread() return values
|
14 years ago |
Måns Rullgård
|
f6dddd3374
tiny_psnr: use abs()
|
14 years ago |
Måns Rullgård
|
c43d77c163
tiny_psnr: skip wav headers on input files
|
14 years ago |
Vitor Sessak
|
cb0067ec25
tiny_psnr: print max absolute difference between files
|
14 years ago |
Justin Ruggles
|
b00803e0ae
fix a rounding error in the PSNR calculation and update the many regression
|
15 years ago |
Michael Niedermayer
|
1e90317b65
Fix tiny_psnr so it compares all bytes (it did skip the last block).
|
16 years ago |
Diego Biurrun
|
cc8de8e8a5
cosmetics: typo/grammar fixes
|
16 years ago |
Michael Niedermayer
|
e740c796d8
Fix segfault with non existing input files.
|
16 years ago |
Diego Biurrun
|
e9b67fe42e
Disable unused function, fixes the warning:
|
17 years ago |
Diego Biurrun
|
2d2fe55737
10l: Revert accidental removal of unused code.
|
18 years ago |
Diego Biurrun
|
dd4ca89143
Fix seek_test compilation for out-of-tree builds.
|
18 years ago |
Diego Biurrun
|
244e1e644c
Use proper license header.
|
18 years ago |
Benjamin Larsson
|
b8889ea51f
Possibility to skip bytes in the beginning of a file.
|
18 years ago |
Benjamin Larsson
|
ddbddce547
Fix samples to bytes relation.
|
19 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Michael Niedermayer
|
ba96e97fdd
support comparing files with some posiion offset relative to each other
|
20 years ago |
Michael Niedermayer
|
0c90161f0f
signed 16bit support
|
20 years ago |
Michael Niedermayer
|
0d6d0cf953
fopen "r" -> "rb"
|
20 years ago |
Michael Niedermayer
|
eeaa742c3e
1/0 fix for files with size=0
|
20 years ago |
Michael Niedermayer
|
8176bd1a46
overflow fix
|
21 years ago |
Michael Niedermayer
|
9e2a16e1a7
fixpoint log() for tiny_psnr so it can output actual PSNR
|
21 years ago |
Michael Niedermayer
|
67cbe68129
check quality too, not only md5 (but dont take the scores too serious, the different codecs use different quality/bitrates and its just based on a artificially generated testvideo)
|
22 years ago |