Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-16Merge commit '7a00653be6b13131ce1b2cdeca696429f57caaf8'Derek Buitenhuis
2016-02-09tiny_psnr: Support large filesThomas Lee
2015-09-29Merge commit '26e8fa3b508eb047e85f4e923fc8e82a1aa656ba'Hendrik Leppkes
2015-09-29tiny_psnr: Use the correct abs() versionVittorio Giovara
2015-04-23tests/tiny_psnr: do not ignore errors from run_psnrMichael Niedermayer
2015-04-17tests/tiny_psnr: Make the search range extend both sides from the specified s...Michael Niedermayer
2014-11-13tests/tiny_psnr: remove redundant initializationMichael Niedermayer
2014-03-24tests/tiny_psnr: Print information about the supported sample types in the he...Michael Niedermayer
2013-10-16Merge commit 'dd33637c18629c3e554ebb146bbeb45c9745a5cf'Michael Niedermayer
2013-10-15tiny_psnr: switch f32 handling to floating pointAnton Khirnov
2013-07-19tests/tiny_psnr: remove unneeded include assert.hMichael Niedermayer
2012-10-16Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b'Michael Niedermayer
2012-10-16tiny_psnr: check for specified sample size less than 1Mans Rullgard
2012-08-01tiny_psnr: fix undefined shiftMichael Niedermayer
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30tiny_psnr: support 32-bit float samplesMans Rullgard
2012-04-15tiny_psnr: reindent after last commit.Nicolas George
2012-04-15tiny_psnr: support unseekable raw files.Nicolas George
2012-04-06tiny_psnr: allow searching for optimal shift value.Reimar Döffinger
2012-01-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-19tests: K&R formatting cosmetics for test programsGaurav Narula
2011-04-29tests: Remove disabled code.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-10tiny_psnr: change error exit code from -1 to 1Måns Rullgård
2010-07-10tiny_psnr: check fread() return valuesMåns Rullgård
2010-07-09tiny_psnr: use abs()Måns Rullgård
2010-07-09tiny_psnr: skip wav headers on input filesMåns Rullgård
2010-07-09tiny_psnr: print max absolute difference between filesVitor Sessak
2009-11-10fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles
2008-07-24Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer
2008-07-24cosmetics: typo/grammar fixesDiego Biurrun
2008-07-24Fix segfault with non existing input files.Michael Niedermayer
2007-11-09Disable unused function, fixes the warning:Diego Biurrun
2007-05-2710l: Revert accidental removal of unused code.Diego Biurrun
2007-05-27Fix seek_test compilation for out-of-tree builds.Diego Biurrun
2007-05-25Use proper license header.Diego Biurrun
2006-07-19Possibility to skip bytes in the beginning of a file.Benjamin Larsson
2006-04-24Fix samples to bytes relation.Benjamin Larsson
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-02-01support comparing files with some posiion offset relative to each otherMichael Niedermayer
2005-02-01signed 16bit supportMichael Niedermayer
2004-12-23fopen "r" -> "rb"Michael Niedermayer
2004-09-201/0 fix for files with size=0Michael Niedermayer
2004-06-25overflow fixMichael Niedermayer
2003-12-31fixpoint log() for tiny_psnr so it can output actual PSNRMichael Niedermayer
2003-04-11check quality too, not only md5 (but dont take the scores too serious, the di...Michael Niedermayer
2012-10-16tiny_psnr: fix range calculation for sample size of 32 bitsMans Rullgard