summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-16Merge commit 'dd33637c18629c3e554ebb146bbeb45c9745a5cf'Michael Niedermayer1-31/+87
2013-10-15tiny_psnr: switch f32 handling to floating pointAnton Khirnov1-30/+84
2013-07-19tests/tiny_psnr: remove unneeded include assert.hMichael Niedermayer1-1/+0
2012-10-16Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b'Michael Niedermayer3-10/+4
2012-10-15tiny_psnr: check for specified sample size less than 1Mans Rullgard1-1/+1
2012-08-01tiny_psnr: fix undefined shiftMichael Niedermayer1-1/+1
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-29tiny_psnr: support 32-bit float samplesMans Rullgard1-5/+49
2012-04-15tiny_psnr: reindent after last commit.Nicolas George1-17/+16
2012-04-15tiny_psnr: support unseekable raw files.Nicolas George1-2/+6
2012-04-06tiny_psnr: allow searching for optimal shift value.Reimar Döffinger1-17/+39
2012-01-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-873/+1054
2012-01-18tests: K&R formatting cosmetics for test programsGaurav Narula5-251/+264
2011-04-29tests: Remove disabled code.Diego Biurrun2-23/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-09tiny_psnr: change error exit code from -1 to 1Måns Rullgård1-2/+2
2010-07-09tiny_psnr: check fread() return valuesMåns Rullgård1-3/+6
2010-07-09tiny_psnr: use abs()Måns Rullgård1-1/+1
2010-07-09tiny_psnr: skip wav headers on input filesMåns Rullgård13-35/+52
2010-07-09tiny_psnr: print max absolute difference between filesVitor Sessak91-131/+136
2009-11-09fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles3-121/+121
2008-07-24Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer3-115/+123
2008-07-24cosmetics: typo/grammar fixesDiego Biurrun1-2/+2
2008-07-24Fix segfault with non existing input files.Michael Niedermayer1-0/+4
2007-11-09Disable unused function, fixes the warning:Diego Biurrun1-2/+4
2007-05-2710l: Revert accidental removal of unused code.Diego Biurrun1-0/+13
2007-05-27Fix seek_test compilation for out-of-tree builds.Diego Biurrun2-18/+2
2007-05-24Use proper license header.Diego Biurrun1-5/+6
2006-07-18Possibility to skip bytes in the beginning of a file.Benjamin Larsson1-1/+7
2006-04-24Fix samples to bytes relation.Benjamin Larsson3-13/+13
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-02-01support comparing files with some posiion offset relative to each otherMichael Niedermayer1-2/+5
2005-02-01signed 16bit supportMichael Niedermayer1-10/+18
2004-12-23fopen "r" -> "rb"Michael Niedermayer1-2/+2
2004-09-201/0 fix for files with size=0Michael Niedermayer1-0/+1
2004-06-25overflow fixMichael Niedermayer1-2/+3
2003-12-31fixpoint log() for tiny_psnr so it can output actual PSNRMichael Niedermayer3-47/+108
2003-04-10check quality too, not only md5 (but dont take the scores too serious, the di...Michael Niedermayer4-7/+117
2012-10-15tiny_psnr: fix range calculation for sample size of 32 bitsMans Rullgard1-1/+1