index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
tiny_psnr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tiny_psnr: check for specified sample size less than 1
Mans Rullgard
2012-10-15
1
-1
/
+1
*
tiny_psnr: support 32-bit float samples
Mans Rullgard
2012-07-29
1
-5
/
+49
*
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