index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
tiny_psnr.c
Age
Commit message (
Expand
)
Author
2010-07-09
tiny_psnr: change error exit code from -1 to 1
Måns Rullgård
2010-07-09
tiny_psnr: check fread() return values
Måns Rullgård
2010-07-09
tiny_psnr: use abs()
Måns Rullgård
2010-07-09
tiny_psnr: skip wav headers on input files
Måns Rullgård
2010-07-09
tiny_psnr: print max absolute difference between files
Vitor Sessak
2009-11-09
fix a rounding error in the PSNR calculation and update the many regression
Justin Ruggles
2008-07-24
Fix tiny_psnr so it compares all bytes (it did skip the last block).
Michael Niedermayer
2008-07-24
cosmetics: typo/grammar fixes
Diego Biurrun
2008-07-24
Fix segfault with non existing input files.
Michael Niedermayer
2007-11-09
Disable unused function, fixes the warning:
Diego Biurrun
2007-05-27
10l: Revert accidental removal of unused code.
Diego Biurrun
2007-05-27
Fix seek_test compilation for out-of-tree builds.
Diego Biurrun
2007-05-24
Use proper license header.
Diego Biurrun
2006-07-18
Possibility to skip bytes in the beginning of a file.
Benjamin Larsson
2006-04-24
Fix samples to bytes relation.
Benjamin Larsson
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-02-01
support comparing files with some posiion offset relative to each other
Michael Niedermayer
2005-02-01
signed 16bit support
Michael Niedermayer
2004-12-23
fopen "r" -> "rb"
Michael Niedermayer
2004-09-20
1/0 fix for files with size=0
Michael Niedermayer
2004-06-25
overflow fix
Michael Niedermayer
2003-12-31
fixpoint log() for tiny_psnr so it can output actual PSNR
Michael Niedermayer
2003-04-10
check quality too, not only md5 (but dont take the scores too serious, the di...
Michael Niedermayer