]> git.sesse.net Git - ffmpeg/history - tests/tiny_psnr.c
tiny_psnr: Use the correct abs() version
[ffmpeg] / tests / tiny_psnr.c
2015-09-29 Vittorio Giovaratiny_psnr: Use the correct abs() version
2013-10-15 Anton Khirnovtiny_psnr: switch f32 handling to floating point
2012-10-15 Mans Rullgardtiny_psnr: fix range calculation for sample size of...
2012-10-15 Mans Rullgardtiny_psnr: check for specified sample size less than 1
2012-07-29 Mans Rullgardtiny_psnr: support 32-bit float samples
2012-01-18 Gaurav Narulatests: K&R formatting cosmetics for test programs
2011-04-29 Diego Biurruntests: Remove disabled code.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-09 Måns Rullgårdtiny_psnr: change error exit code from -1 to 1
2010-07-09 Måns Rullgårdtiny_psnr: check fread() return values
2010-07-09 Måns Rullgårdtiny_psnr: use abs()
2010-07-09 Måns Rullgårdtiny_psnr: skip wav headers on input files
2010-07-09 Vitor Sessaktiny_psnr: print max absolute difference between files
2009-11-09 Justin Rugglesfix a rounding error in the PSNR calculation and update...
2008-07-24 Michael NiedermayerFix tiny_psnr so it compares all bytes (it did skip...
2008-07-24 Diego Biurruncosmetics: typo/grammar fixes
2008-07-24 Michael NiedermayerFix segfault with non existing input files.
2007-11-09 Diego BiurrunDisable unused function, fixes the warning:
2007-05-27 Diego Biurrun10l: Revert accidental removal of unused code.
2007-05-27 Diego BiurrunFix seek_test compilation for out-of-tree builds.
2007-05-24 Diego BiurrunUse proper license header.
2006-07-18 Benjamin LarssonPossibility to skip bytes in the beginning of a file.
2006-04-24 Benjamin LarssonFix samples to bytes relation.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-01 Michael Niedermayersupport comparing files with some posiion offset relati...
2005-02-01 Michael Niedermayersigned 16bit support
2004-12-23 Michael Niedermayerfopen "r" -> "rb"
2004-09-20 Michael Niedermayer1/0 fix for files with size=0
2004-06-25 Michael Niedermayeroverflow fix
2003-12-31 Michael Niedermayerfixpoint log() for tiny_psnr so it can output actual...
2003-04-10 Michael Niedermayercheck quality too, not only md5 (but dont take the...